Metadata-Version: 1.0
Name: circuits-bricks
Version: 0.1.2
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
Description: .. _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 upcoming 1.7 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`_.
        
        
Keywords: circuits component
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
