DEPRECATED
Find a file
2014-08-22 14:57:20 -04:00
sprockets Accidently a sentence 2014-08-22 14:56:04 -04:00
.gitignore Add importlib and fix MANIFEST.in, ignore *.pyc 2014-08-19 16:53:56 -04:00
.travis.yml Initial setup/testing/install config 2014-08-19 12:47:24 -04:00
LICENSE Initial README and LICENSE 2014-08-19 12:23:01 -04:00
MANIFEST.in Add importlib and fix MANIFEST.in, ignore *.pyc 2014-08-19 16:53:56 -04:00
nose.cfg Initial setup/testing/install config 2014-08-19 12:47:24 -04:00
README.md Add CLI usage example in README 2014-08-22 14:57:20 -04:00
requirements-2.6.txt Add importlib and fix MANIFEST.in, ignore *.pyc 2014-08-19 16:53:56 -04:00
requirements.txt Initial setup/testing/install config 2014-08-19 12:47:24 -04:00
setup.py Initial commit, missing tests, but functional 2014-08-22 14:52:52 -04:00

Sprockets

A loosely coupled framework built on top of Tornado. Take what you need to build awesome applications.

CLI Usage

                 {http,amqp} ... application

positional arguments:
  {http,amqp}      Available sprockets application controllers
    http           HTTP Application Controller
    amqp           RabbitMQ Worker Controller
  application      The sprockets app to run

optional arguments:
  -h, --help       show this help message and exit
  -l, --list       List installed sprockets apps
  -d, --daemonize  Fork into a background process
  -s, --syslog     Log to syslog
  -v, --verbose    Verbose logging output
  --version        show program's version number and exit