Metadata-Version: 2.4
Name: circuits-bricks
Version: 0.4.4
Summary: General purpose components extending the circuits framework.
Home-page: http://packages.python.org/circuits-bricks
Author: Michael N. Lipp
Author-email: mnl@mnl.de
License: MIT
Keywords: circuits component
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: circuits>=3.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

.. _Python Programming Language: http://www.python.org/
.. _Python Standard Library: http://docs.python.org/library/
.. _MIT License: http://www.opensource.org/licenses/mit-license.php
.. _circuits framework: http://packages.python.org/circuits
.. _circuits-bricks Page on PyPI: http://pypi.python.org/pypi/circuits-bricks
.. _Package Documentation: http://packages.python.org/circuits-bricks
.. _github: https://github.com/mnlipp/Circuits-Bricks
.. _issue tracker: https://github.com/mnlipp/Circuits-Bricks/issues 

Overview
--------

circuits-bricks is a collection of general purpose components
for the `circuits framework`_. Read the `Package Documentation`_
for details.

The source is maintained at `github`_. Please use the `issue tracker`_ 
there to report any issues.

Requirements
------------

circuits-bricks has no dependencies beyond the `Python Standard Library`_
and the `circuits framework`_ in the 2.0.1 version.

Installation
------------

The simplest and recommended way to install circuits-bricks is with 
easy_install::

    > easy_install circuits-bricks

Alternatively, you may download the source package from the
`circuits-bricks Page on PyPI`_ or from `github`_, extract it 
and install using::

    > python setup.py install

License
-------

circuits-bricks is licensed under the `MIT License`_.

