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).
