Skip to content

holoviz/param

Folders and files

NameName
Last commit message
Last commit date
Apr 3, 2018
Oct 12, 2018
Aug 20, 2018
Nov 5, 2018
Jan 26, 2020
Jan 26, 2020
Jun 25, 2018
Jun 28, 2018
May 10, 2014
Sep 27, 2012
Aug 20, 2018
Oct 8, 2019
Apr 5, 2018
Mar 5, 2018
Jan 28, 2019
Apr 3, 2018
Oct 2, 2018
Nov 5, 2018

Repository files navigation

LinuxTests WinTests Coverage PyPIVersion PyVersion License

Param

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.