Skip to content

ivanov/param

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Please see param's website for documentation and examples.

Installation

Param has no dependencies outside of Python's standard library.

Official releases of Param are available at PyPI, and can be installed via pip install --user param, pip install param, or easy_install param.

More recent changes can be obtained by cloning the git repository.

About

Param: Declarative Python programming using Parameters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%