johndeng / optimus

Optimus is a Python web framework project constructor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimus

Optimus is a Python web framework project constructor.

Now optimus support create Tornado project structure.

Installation

Optimus are available on pypi.

Install it use pip:

$ pip install py-optimus

Run the following to your python environment:

git clone git@github.com:johndeng/optimus.git
cd optimus
python setup.py install

if want to using Optimus everywhere just install to system python.

Usage

# Change the directory you want to create a project
$ cd target_dir

# Run command!
$ optimus -p example
# or
$ optimus --project_name example

About

Optimus is a Python web framework project constructor


Languages

Language:Python 99.5%Language:Shell 0.5%