Codebase list python-param / 77ecacc4-1fc4-4a6e-8cc2-d640a4f0841e/main
77ecacc4-1fc4-4a6e-8cc2-d640a4f0841e/main

Tree @77ecacc4-1fc4-4a6e-8cc2-d640a4f0841e/main (Download .tar.gz)

|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 <http://param.pyviz.org>`_ for
official releases, installation instructions, documentation, and examples.

.. |LinuxTests| image:: https://travis-ci.org/pyviz/param.svg?branch=master
.. _LinuxTests: https://travis-ci.org/pyviz/param

.. |WinTests| image:: https://ci.appveyor.com/api/projects/status/1p5aom8o0tfgok1r?svg=true
.. _WinTests: https://ci.appveyor.com/project/pyviz/param/branch/master

.. |Coverage| image:: https://img.shields.io/coveralls/pyviz/param.svg
.. _Coverage: https://coveralls.io/r/pyviz/param?branch=master

.. |PyPIVersion| image:: http://img.shields.io/pypi/v/param.svg
.. _PyPIVersion: https://pypi.python.org/pypi/param

.. |PyVersion| image:: https://img.shields.io/pypi/pyversions/param.svg
.. _PyVersion: https://pypi.python.org/pypi/param

.. |License| image:: https://img.shields.io/pypi/l/param.svg
.. _License: https://pypi.python.org/pypi/param