Metadata-Version: 1.1
Name: py-skeleton
Version: 0.0.2
Summary: Python project skeleton
Home-page: https://github.com/ryankanno/py-skeleton
Author: Ryan Kanno
Author-email: ryankanno@localkinegrinds.com
License: MIT
Description: py-skeleton
        ===========
        
        .. image:: https://travis-ci.org/ryankanno/py-skeleton.png?branch=master
           :target: https://travis-ci.org/ryankanno/py-skeleton
        
        .. image:: https://coveralls.io/repos/ryankanno/py-skeleton/badge.png
           :target: https://coveralls.io/r/ryankanno/py-skeleton
        
        Are you:
        
        - Starting new projects by copying old ones?
        - Wishing you could use someone else's project as a starter template?
        - Confused at how to start "Project FooBar"?
        
        I'm always starting a new python projects by cutting and pasting an old one.
        py-skeleton helps you fix that.  Uses `jinja2 <http://jinja.pocoo.org/>`_
        and `py-configurator <https://github.com/ryankanno/py-configurator>`_.
        
        basic usage
        ===========
        
        .. code:: bash
        
            py-skeleton.py --source ./examples/ --destination ./build --config examples/python.ini --ext .tmpl
        
        todo
        ====
        
        - logging
        - add other project templates I use
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
