Metadata-Version: 1.1
Name: circuits-minpor
Version: 0.0.2
Summary: A minimal portal based on the circuits component library.
Home-page: http://packages.python.org/circuits-minpor
Author: Michael N. Lipp
Author-email: mnl@mnl.de
License: GPL
Description: .. _Python Programming Language: http://www.python.org/
        .. _Python Standard Library: http://docs.python.org/library/
        .. _GPL License: http://www.opensource.org/licenses/gpl-license.php
        .. _circuits framework: http://packages.python.org/circuits
        .. _circuits-bricks: http://pypi.python.org/pypi/circuits-bricks
        .. _rbtranslations: http://pypi.python.org/pypi/rbtranslations
        .. _circuits-minpor Page on PyPI: http://pypi.python.org/pypi/circuits-minpor
        .. _Package Documentation: http://packages.python.org/circuits-minpor
        .. _github: https://github.com/mnlipp/Circuits-Minimal-Portal
        .. _issue tracker: https://github.com/mnlipp/Circuits-Minimal-Portal/issues 
        
        Overview
        --------
        
        circuits-minpor provides a minimal portal component based on the
        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-minpor depends on the `Python Standard Library`_,
        the `circuits framework`_ in the upcoming 1.7 version,
        the general purpose `circuits_bricks` components and the
        `rbtranslations` library. Both circuits bricks and the
        resource bundle translations library are small libraries
        that have been developed in parallel with the portal
        component. They have been singled out because they have
        proven to be useful independent of this portal component. 
        
        Installation
        ------------
        
        The simplest and recommended way to install circuits-minpor is with 
        easy_install::
        
            > easy_install circuits-minpor
        
        Alternatively, you may download the source package from the
        `circuits-minpor Page on PyPI`_ or from `github`_, extract it 
        and install using::
        
            > python setup.py install
        
        License
        -------
        
        circuits-bricks is licensed under the `GPL License`_.
        
        
Keywords: circuits portal
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
