{ "info": { "author": "AberSheeran", "author_email": "AberSheeran@outlook.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "\n# Django Simple Api\n\nA non-intrusive component that can help you quickly create APIs.\n\n## How to use\n\n0. Run `pip install django-simple-api` to install.\n\n1. Add `'django_simple_api'` in `INSTALLED_APPS`\n\n2. Add `'django_simple_api.middleware.RequestParsingMiddleware'` in `MIDDLEWARE`\n\nAnd then, you can use like\n\n```python\nfrom django_simple_api.response import jsonify\n\nclass ReplyApiView(ModelApiView):\n def get(self, request):\n return jsonify(request.JSON)\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AberSheeran/django-simple-api", "keywords": "django,simple,api", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-simple-api", "package_url": "https://pypi.org/project/django-simple-api/", "platform": "", "project_url": "https://pypi.org/project/django-simple-api/", "project_urls": { "Homepage": "https://github.com/AberSheeran/django-simple-api" }, "release_url": "https://pypi.org/project/django-simple-api/0.0.3/", "requires_dist": [ "django" ], "requires_python": ">=3.6.0", "summary": "A non-intrusive component that can help you quickly create APIs.", "version": "0.0.3" }, "last_serial": 5435489, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b8ac784aaed9a1ee67bdc2302cdf38e3", "sha256": "f38484f07ae3e3f62d961b54dfa19c33907cc3c0198ef1b4e4386d5a89c4140e" }, "downloads": -1, "filename": "django_simple_api-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b8ac784aaed9a1ee67bdc2302cdf38e3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 2384, "upload_time": "2019-04-01T02:12:32", "url": "https://files.pythonhosted.org/packages/e5/af/2777e331c55c137cf92f760c96100413f37b4fcdc9729df934a9f39d05b6/django_simple_api-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41bbda666d3ecaa9b87ce33f11967df1", "sha256": "5be67debf5dcb5f24ceaed70586f8cddfbb5e9188fe18430430988788e9edca8" }, "downloads": -1, "filename": "django-simple-api-0.0.1.tar.gz", "has_sig": false, "md5_digest": "41bbda666d3ecaa9b87ce33f11967df1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 2625, "upload_time": "2019-04-01T02:12:34", "url": "https://files.pythonhosted.org/packages/f8/69/5015bc4cf87e987e3dc5bafcfac0183996528aaf281c8c96649a5672306c/django-simple-api-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "6f9201ba919cfdf119867c0ad967464b", "sha256": "c0e1a0a460154174b9dfb711dbbdedade464b79ca30a1014936cb6e050d8e1b8" }, "downloads": -1, "filename": "django_simple_api-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6f9201ba919cfdf119867c0ad967464b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 7525, "upload_time": "2019-04-01T02:44:06", "url": "https://files.pythonhosted.org/packages/ef/83/dfb21321d8ba4a82834158cf99dafaa6dd0bf4365938b22dc08dcea54170/django_simple_api-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2c64780e840f4fea49ab0ed8c785c0da", "sha256": "7dfa5b25e0a56788740cd9f1bfc503e8806fa7d7013338e370338008bd1dc26d" }, "downloads": -1, "filename": "django-simple-api-0.0.2.tar.gz", "has_sig": false, "md5_digest": "2c64780e840f4fea49ab0ed8c785c0da", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 6426, "upload_time": "2019-04-01T02:44:08", "url": "https://files.pythonhosted.org/packages/40/7c/b5dd5d153ede0b536680af8a1fc52bc0f3d356ac6a246a4ce3f7ad01ec87/django-simple-api-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "0830c9d08a2a08b5ede578316a14bc18", "sha256": "fdb96733b0ce443313b14d99c26e20734bc0358961b77d8f44b3320139f3eafa" }, "downloads": -1, "filename": "django_simple_api-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0830c9d08a2a08b5ede578316a14bc18", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 8780, "upload_time": "2019-06-22T19:04:59", "url": "https://files.pythonhosted.org/packages/e0/e5/c81d6247d84779bdc50945856ebeeb25f430c29f7c28aa46e288f4deb125/django_simple_api-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2dc9bcfdeb247885bc150cb3690a59ab", "sha256": "2399fd6e30fa3aac0560e07492e4cea8589128283ee9d40d27e3449964d3550e" }, "downloads": -1, "filename": "django-simple-api-0.0.3.tar.gz", "has_sig": false, "md5_digest": "2dc9bcfdeb247885bc150cb3690a59ab", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 7087, "upload_time": "2019-06-22T19:05:01", "url": "https://files.pythonhosted.org/packages/70/7b/1d1efe542a7f959c0886785fdd1c67c60e6883762df3819589efe3ad5bae/django-simple-api-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0830c9d08a2a08b5ede578316a14bc18", "sha256": "fdb96733b0ce443313b14d99c26e20734bc0358961b77d8f44b3320139f3eafa" }, "downloads": -1, "filename": "django_simple_api-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0830c9d08a2a08b5ede578316a14bc18", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 8780, "upload_time": "2019-06-22T19:04:59", "url": "https://files.pythonhosted.org/packages/e0/e5/c81d6247d84779bdc50945856ebeeb25f430c29f7c28aa46e288f4deb125/django_simple_api-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2dc9bcfdeb247885bc150cb3690a59ab", "sha256": "2399fd6e30fa3aac0560e07492e4cea8589128283ee9d40d27e3449964d3550e" }, "downloads": -1, "filename": "django-simple-api-0.0.3.tar.gz", "has_sig": false, "md5_digest": "2dc9bcfdeb247885bc150cb3690a59ab", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 7087, "upload_time": "2019-06-22T19:05:01", "url": "https://files.pythonhosted.org/packages/70/7b/1d1efe542a7f959c0886785fdd1c67c60e6883762df3819589efe3ad5bae/django-simple-api-0.0.3.tar.gz" } ] }