Metadata-Version: 1.1
Name: initpy
Version: 0.2.3
Summary: Generate Python project
Home-page: https://github.com/Parkayun/initpy
Author: Ayun Park
Author-email: iamparkayun@gmail.com
License: MIT
Description: initpy
        ======
        
        .. image:: https://pypip.in/v/initpy/badge.svg?style=flat
           :target: https://pypi.python.org/pypi/initpy/
           :alt: Latest Version
        .. image:: https://readthedocs.org/projects/initpy/badge/?version=latest
           :target: http://initpy.readthedocs.org/en/latest/
           :alt: Documentation Status
        
        Generate `Python`_ project.
        
        .. _Python: https://www.python.org/
        
        
        Installation
        ------------
        
        .. sourcecode:: bash
        
           ~ $ python setup.py install
        
        or can use pip
        
        .. sourcecode:: bash
        
           ~ $ pip install initpy
        
        
        Quick start
        -----------
        
        .. sourcecode:: bash
        
           ~ $ init.py foo.py             # Create single Python file.
           ~ $ init.py foo/               # Create Python Module.
           ~ $ init.py -f foo             # Create Flask project.
           ~ $ init.py -tw foo            # Create Tornado web project.
           ~ $ init.py -fc foo            # Create Falcon project.
           ~ $ init.py -hd flask foo      # Create project from 3rd-Party template.
        
        
        More detail in `docs <http://initpy.readthedocs.org/en/latest/>`_.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
