Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

johndeng/optimus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published