Metadata-Version: 1.0
Name: param
Version: 1.0
Summary: Declarative Python programming using Parameters.
Home-page: http://ioam.github.com/param/
Author: IOAM
Author-email: developers@topographica.org
License: BSD
Description: 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 http://ioam.github.com/param/ for documentation and
        examples.
        
        
        Installation
        ============
        
        Param has no dependencies outside of Python's standard library.
        
        Official releases of Param are available at
        http://pypi.python.org/pypi/param, and can be installed via ``pip
        install param`` or ``easy_install param`` (or via python setup.py
        install of the source).
        
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.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
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
