Skip to main content

tornado web app generator

Project description

A simple tornado web app generator, very simple, very clean. Just generate your app, and never touch it again.

INSTALL

install from pypi:

pip install twapp

install from source:

git clone git@github.com:liujinliu/twapp.git
cd twapp
make install
make uninstall ---UNDEPLOY METHOD

USEAGE

(twapp)$twapp-make --help
--app                            app name
--prefix                         generate twapp files at [PREFIX] (default
                                 ~/workspace)

An example of generate a project:

$ twapp-make --app=foo --prefix=mywork
$ cd mywork/foo
$ make build
$ pip install dist/foo-0.0.1-py2-none-any.whl
$ foo-start --help
  --base-dir                       put the config path here (default .)
  --debug                          debug option (default False)
  --port                           app listen port (default 8888)
$ foo-start
$ curl http://localhost:8888/ping
foo works well.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

twapp-0.0.3-py2-none-any.whl (8.4 kB view details)

Uploaded Python 2

File details

Details for the file twapp-0.0.3-py2-none-any.whl.

File metadata

File hashes

Hashes for twapp-0.0.3-py2-none-any.whl
Algorithm Hash digest
SHA256 b111cfaa890f2177d6818bf79faf3aead7bdadf7ed2898a28a8e6677070e5d7a
MD5 c0c83dc81a9888f2cf846364c0e458ca
BLAKE2b-256 4175b2d31edf90e36a1c010aec1a6a958946f6a4c5cc22591cadc868da816640

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page