Metadata-Version: 1.0
Name: cipr
Version: 0.7.1
Summary: A package manager for the Corona SDK
Home-page: http://github.com/six8/corona-cipr
Author: Mike Thornton
Author-email: six8@devdetails.com
License: MIT
Download-URL: http://github.com/six8/corona-cipr
Description: ====
        Cipr
        ====
        
        Cipr makes it easier to develop and manage packages for the 
        `Corona SDK <http://www.anscamobile.com/corona/>`_.
        
        Installation
        ============
        
        Cipr is developed with `Python <http://python.org/>`_. Currently Cipr only supports Mac OSX.
        
        To install, use `pip install <http://pypi.python.org/pypi/pip>`_::
        
        	pip install cipr
        
        Tutorial
        ========
        
        Initialize a projects::
        
            cd /path/to/project
            cipr init
        
        Installing packages::
        
            cipr install git://github.com/six8/cipr.class.git
            cipr install git://github.com/six8/cipr.logging.git
Keywords: corona
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
