Skip to content

holoviz/param

Folders and files

NameName
Last commit message
Last commit date
Feb 18, 2025
Jan 2, 2025
Oct 29, 2021
Apr 16, 2025
Feb 16, 2025
Feb 28, 2025
Jan 15, 2025
Feb 27, 2025
May 10, 2014
Nov 12, 2024
Aug 20, 2018
Nov 18, 2024
Apr 29, 2023
Dec 15, 2021
Jan 17, 2024
Feb 27, 2025
Feb 27, 2025

Build Status Linux/MacOS/Windows Build Status
Coverage codecov
Latest dev release Github tag dev-site
Latest release Github release PyPI version param version conda-forge version defaults version
Python Python support
Docs gh-pages site
Binder Binder
Support Discourse

Param is a library providing Parameters: Python attributes extended to have features such as type and range checking, dynamically generated values, documentation strings, default values, etc., each of which is inherited from parent classes if not specified in a subclass.

Param contains only two required Python files, with no external dependencies, and is provided freely for both non-commercial and commercial use under a BSD license, so that it can easily be included as part of other projects.

Please see param's website for official releases, installation instructions, documentation, and examples.