Metadata-Version: 1.1
Name: param
Version: 1.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
        =====
        
        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 <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
        `PyPI <http://pypi.python.org/pypi/param>`_, 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.
        
        Release Notes
        =============
        
        Notable additions, or changes that may require users to alter code,
        are listed below.
        
        1.1.0
        ------
        
        * Switched to Python's own logging module.
        * Improved support for time when using Dynamic parameters.
        * Optional extension for IPython users.
        
        A full list of changes since the previous release is available 
        `on GitHub <https://github.com/ioam/param/compare/1.0.0...1.1.0>`_.
        
        
        1.0.0
        ------
        
        * Initial release.
        
        
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
