Skip to content

Parkayun/initpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

initpy

Latest Version Downloads Documentation Status

Generate Python project.

Installation

~ $ python setup.py install

or can use pip

~ $ pip install initpy

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.

More details in docs.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages