{ "info": { "author": "umitdincel", "author_email": "dincelumit@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "# DJANGOTCHA\n\nAPI Benchmark Tool for Django\n\n### Setting up\n\n```\npip install djangotcha\n```\n\nadd gotcha url to your urls.py\n\n```\nurlpatterns = [\n ...\n url(r'^admin/', include('djangotcha.urls')),\n ...\n]\n```\n\n\nand then add it to your installed apps:\n\n```\nINSTALLED_APPS = (\n ...\n 'djangotcha',\n ...\n)\n```\n\n\nAdd necessary Gotcha keys to settings.py of the django project:\n```\nGOTCHA_APPLICATION_ID = ''\nGOTCHA_TOKEN = ''\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Hipo/djangotcha", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "djangotcha", "package_url": "https://pypi.org/project/djangotcha/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangotcha/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Hipo/djangotcha" }, "release_url": "https://pypi.org/project/djangotcha/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "API Benchmark Tool for Django", "version": "0.0.1" }, "last_serial": 2127194, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "84d67846f45f817dc70dd6d06197c307", "sha256": "a08e138107e5209765238545725598907ab27afb90c89d56d6454cedcf0c62db" }, "downloads": -1, "filename": "djangotcha-0.0.1.tar.gz", "has_sig": false, "md5_digest": "84d67846f45f817dc70dd6d06197c307", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6039, "upload_time": "2016-05-22T00:46:44", "url": "https://files.pythonhosted.org/packages/31/8b/024057aa749e37db51baa3635fcf767c1edba6c198930785c2043213fb35/djangotcha-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "84d67846f45f817dc70dd6d06197c307", "sha256": "a08e138107e5209765238545725598907ab27afb90c89d56d6454cedcf0c62db" }, "downloads": -1, "filename": "djangotcha-0.0.1.tar.gz", "has_sig": false, "md5_digest": "84d67846f45f817dc70dd6d06197c307", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6039, "upload_time": "2016-05-22T00:46:44", "url": "https://files.pythonhosted.org/packages/31/8b/024057aa749e37db51baa3635fcf767c1edba6c198930785c2043213fb35/djangotcha-0.0.1.tar.gz" } ] }