Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jokk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jokk

RESTful Mock api server

  • 0.2
  • PyPI
  • Socket score

Maintainers
1

Jokk

RESTful mock api server.

Jokk is heavily inspiered by EasyMock <https://github.com/cyberagent-jp/node-easymock>_.

.. image:: https://travis-ci.org/heavenshell/py-jokk.png?branch=master

  • Repository <https://github.com/heavenshell/py-jokk/>_
  • Documentation <https://jokk.readthedocs.org/en/latest/>_

Installation

::

$ virtualenv --distribute jokk_sample $ source jokk_sample/bin/activate $ cd jokk_sample $ pip install jokk

Jokk depends on Werkzeug <http://werkzeug.pocoo.org>_ using for WSGI Utility Library.

Usage

  1. Create config.json for configure settings such as routes, variables
  2. Create data directory for serve response files
  3. Put response file into data directory
  4. Start Jokk server

::

$ jokk -c config.json

  1. Access to jokk server client such as Web browser.
  2. Jokk would return response file

Options

See documantaion.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc