Metadata-Version: 2.1
Name: param
Version: 1.9.2
Summary: Declarative Python programming using Parameters.
Home-page: http://ioam.github.com/param/
Author: IOAM
Author-email: developers@topographica.org
Maintainer: IOAM
Maintainer-email: developers@topographica.org
License: BSD
Description: |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
        
Platform: Windows
Platform: Mac OS X
Platform: Linux
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Provides: param
Provides: numbergen
Requires-Python: >=2.7
Provides-Extra: all
Provides-Extra: tests
