{ "info": { "author": "Caroline Simpson", "author_email": "csimpson@cigionline.org", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "==============\nSimple Api Key\n==============\n\nSimple Api Key is a simple Django app to provide users api keys. A decorator is provided for requiring\nthe api_key and api_username in an HTTP Request. This should only be used with secure connections, for\nexample when using SSL.\n\nQuick start\n-----------\n\n1. Add \"simple_api_key\" to your INSTALLED_APPS setting like this::\n INSTALLED_APPS = (\n ...\n 'simple_api_key',\n )\n2. This app uses south to manage database migrations.\n Run `python manage.py migrate` to create the simple_api_key models.", "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/CIGIHub/django-simple-api-key/", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-simple-api-key", "package_url": "https://pypi.org/project/django-simple-api-key/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-simple-api-key/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/CIGIHub/django-simple-api-key/" }, "release_url": "https://pypi.org/project/django-simple-api-key/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to provide users api keys.", "version": "0.1.1" }, "last_serial": 1000326, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "544f7e935862656c3304e3c4d4c9586b", "sha256": "393fa099db5690375b470936aa847d589e67c6032bc632887e804221d3780550" }, "downloads": -1, "filename": "django-simple-api-key-0.1.0.tar.gz", "has_sig": false, "md5_digest": "544f7e935862656c3304e3c4d4c9586b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3067, "upload_time": "2013-11-01T19:08:54", "url": "https://files.pythonhosted.org/packages/4d/04/56fc74b186f9f7460c6c7a387113975f52d607c0025954e705c6c85c3774/django-simple-api-key-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d07ab9402dec9cef0ef1f6572562d2b7", "sha256": "40f6d5e4fe62ada1347f0e3f16efe90e936a408515e64e59264e25db5e0c78e1" }, "downloads": -1, "filename": "django-simple-api-key-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d07ab9402dec9cef0ef1f6572562d2b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3102, "upload_time": "2014-02-14T22:15:22", "url": "https://files.pythonhosted.org/packages/f1/17/f6f3e856ef38d358f024b3b6bd5b37d9031dd4ab796256dd3675104b8d85/django-simple-api-key-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d07ab9402dec9cef0ef1f6572562d2b7", "sha256": "40f6d5e4fe62ada1347f0e3f16efe90e936a408515e64e59264e25db5e0c78e1" }, "downloads": -1, "filename": "django-simple-api-key-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d07ab9402dec9cef0ef1f6572562d2b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3102, "upload_time": "2014-02-14T22:15:22", "url": "https://files.pythonhosted.org/packages/f1/17/f6f3e856ef38d358f024b3b6bd5b37d9031dd4ab796256dd3675104b8d85/django-simple-api-key-0.1.1.tar.gz" } ] }