{ "info": { "author": "Shinya Ohyanagi", "author_email": "sohyanagi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "Jokk\n====\n\nRESTful mock api server.\n\n`Jokk` is heavily inspiered by `EasyMock `_.\n\n.. image:: https://travis-ci.org/heavenshell/py-jokk.png?branch=master\n\n- `Repository `_\n- `Documentation `_\n\nInstallation\n------------\n\n::\n\n $ virtualenv --distribute jokk_sample\n $ source jokk_sample/bin/activate\n $ cd jokk_sample\n $ pip install jokk\n\n`Jokk` depends on `Werkzeug `_ using for WSGI Utility Library.\n\nUsage\n-----\n\n1. Create `config.json` for configure settings such as routes, variables\n2. Create `data` directory for serve response files\n3. Put response file into `data` directory\n4. Start Jokk server\n\n::\n\n $ jokk -c config.json\n\n5. Access to jokk server client such as Web browser.\n6. Jokk would return response file\n\nOptions\n-------\n\nSee documantaion.\n\n\nContributing\n------------\n1. Fork it\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create new Pull Request", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/heavenshell/py-jokk", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "jokk", "package_url": "https://pypi.org/project/jokk/", "platform": "any", "project_url": "https://pypi.org/project/jokk/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/heavenshell/py-jokk" }, "release_url": "https://pypi.org/project/jokk/0.2/", "requires_dist": null, "requires_python": null, "summary": "RESTful Mock api server", "version": "0.2" }, "last_serial": 961042, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b1ab2638445b4dee158006279c2695a6", "sha256": "c43d62f57d896b58aaea1d7150c18a3e1cc2851fe041352f0f3e70d319ac4235" }, "downloads": -1, "filename": "jokk-0.1.tar.gz", "has_sig": false, "md5_digest": "b1ab2638445b4dee158006279c2695a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 162801, "upload_time": "2013-01-21T13:48:11", "url": "https://files.pythonhosted.org/packages/38/f3/e83bc424e6219c58c0f1cec7b8f8849a51af6a23c094952148f3a33524f7/jokk-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "203e156b9ba19b7be5a8fc4d423ec816", "sha256": "01269e8670b67d07a0c4274310fcc561ac595b8a118dbf44b31bde3ec32d3bf9" }, "downloads": -1, "filename": "jokk-0.2.tar.gz", "has_sig": false, "md5_digest": "203e156b9ba19b7be5a8fc4d423ec816", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 163122, "upload_time": "2014-01-05T11:55:07", "url": "https://files.pythonhosted.org/packages/9b/f0/cb5349e3b0c40497cc7863435c1e68bb1b80ac515630ff8912b06bc585ce/jokk-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "203e156b9ba19b7be5a8fc4d423ec816", "sha256": "01269e8670b67d07a0c4274310fcc561ac595b8a118dbf44b31bde3ec32d3bf9" }, "downloads": -1, "filename": "jokk-0.2.tar.gz", "has_sig": false, "md5_digest": "203e156b9ba19b7be5a8fc4d423ec816", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 163122, "upload_time": "2014-01-05T11:55:07", "url": "https://files.pythonhosted.org/packages/9b/f0/cb5349e3b0c40497cc7863435c1e68bb1b80ac515630ff8912b06bc585ce/jokk-0.2.tar.gz" } ] }