Skip to content

kryskool/gateway

 
 

Repository files navigation

Gateway

Gateway is a program that runs over the Redis Queue with a WSGI layer.

Gateway can be used as a library or through the command line.

For the documentation:

Create a virtualenv

bash

# pip install virtualenv $ virtualenv ~/.virtualenvs/gateway $ source ~/.virtualenvs/gateway $ cd gateway/

Install the requirements

bash

$ pip install -r pip-requirements.txt $ pip install -r dev-requirements.txt

Fetch the default theme for the documentation

bash

$ git submodule init $ git submodule update

Generate the documentation

bash

$ python setup.py develop $ make docs

About

Gateway is a Converter tools based on Redis Queue and WSGI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published