initpy

Latest Version Downloads Documentation Status

Generate Python Project

Installing

initpy is available in PyPI.

~ $ pip install initpy

Install latest works from Github.

~ $ pip install git+git://github.com/Parkayun/initpy.git

Quick Start

~ $ 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.

Author and License

initpy is written by Ayun Park and distributed under MIT License.