Skip to content

jon-armstrong-zz/provoke

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

provoke

Foundation for building a web API for calling Python functions asynchronously.

Development

Start by creating a virtualenv in a clone of the repository:

virtualenv .venv
source .venv/bin/activate

Install the package in development mode. Note: Do not use sudo!

python setup.py develop

The easiest way to run the tests is with nosetests. You need to install it into the virtual environment, even if it is installed system-wide.

pip install -r test/requirements.txt
nosetests

About

Foundation for building a web API for calling Python functions asynchronously.

Resources

License

Stars

Watchers

Forks

Packages

No packages published