Oven logo

Oven

param2.1.1

Published

Make your Python code clearer and more reliable by declaring Parameters.

pip install param

Package Downloads

Weekly DownloadsMonthly Downloads

Authors

HoloViz

Requires Python

>=3.8

Dependencies

Build StatusLinux/MacOS/Windows Build Status
Coveragecodecov
Latest dev releaseGithub tag dev-site
Latest releaseGithub release PyPI version param version conda-forge version defaults version
PythonPython support
Docsgh-pages site
BinderBinder
SupportDiscourse

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.