项目作者: holoviz

项目描述 :
Param: Make your Python code clearer and more reliable by declaring Parameters
高级语言: Python
项目地址: git://github.com/holoviz/param.git
创建时间: 2012-05-01T11:51:08Z
项目社区:https://github.com/holoviz/param

开源协议:BSD 3-Clause "New" or "Revised" License

下载


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.