/initpy

Easy way to create Python projects. (formerly flask-init)

Primary LanguagePythonMIT LicenseMIT

initpy

Latest Version

Downloads

Documentation Status

Generate Python project.

Installation

bash

~ $ python setup.py install

or can use pip

bash

~ $ pip install initpy

Quick start

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 details in docs.