RESTful Mock api server
Project Description
RESTful mock api server.
Jokk is heavily inspiered by EasyMock.
Installation
$ virtualenv --distribute jokk_sample $ source jokk_sample/bin/activate $ cd jokk_sample $ pip install jokk
Jokk depends on Werkzeug using for WSGI Utility Library.
Usage
- Create config.json for configure settings such as routes, variables
- Create data directory for serve response files
- Put response file into data directory
- Start Jokk server
$ jokk -c config.json
- Access to jokk server client such as Web browser.
- Jokk would return response file
Options
See documantaion.
Contributing
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am ‘Add some feature’)
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
jokk-0.2.tar.gz (163.1 kB) Copy SHA256 hash SHA256 | Source | None | Jan 5, 2014 |