Metadata-Version: 1.1
Name: cocy
Version: 0.1.12
Summary: A components library for UPnP.
Home-page: http://packages.python.org/cocy
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
        .. _cocy Page on PyPI: http://pypi.python.org/pypi/cocy
        .. _Package Documentation: http://packages.python.org/cocy
        .. _github: https://github.com/mnlipp/CoCy
        .. _issue tracker: https://github.com/mnlipp/CoCy/issues 
        
        Overview
        --------
        
        CoCy provides components for UPnP based on 
        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
        ------------
        
        CoCy depends on the `Python Standard Library`_,
        the `circuits framework`_ in the 2.1 version,
        the general purpose `circuits-bricks`_ components and the
        `rbtranslations`_ library. 
        
        Installation
        ------------
        
        The simplest and recommended way to install CoCy is with 
        easy_install::
        
            > easy_install cocy
        
        Alternatively, you may download the source package from the
        `cocy Page on PyPI`_ or from `github`_, extract it 
        and install using::
        
            > python setup.py install
        
        License
        -------
        
        CoCy is licensed under the `GPL License`_.
        
        
Keywords: circuits UPnP
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
