Optimus is a Python web framework project constructor.
Now optimus support create Tornado
project structure.
Optimus are available on pypi.
Install it use pip
:
$ pip install py-optimus
Run the following to your python environment:
git clone [email protected]:johndeng/optimus.git
cd optimus
python setup.py install
if want to using Optimus
everywhere just install to system python.
# Change the directory you want to create a project
$ cd target_dir
# Run command!
$ optimus -p example
# or
$ optimus --project_name example