{
"info": {
"author": "Civil Machines Technologies Private Limited",
"author_email": "pypidev@civilmachines.com",
"bugtrack_url": null,
"classifiers": [
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 1.10",
"Framework :: Django :: 1.11",
"Framework :: Django :: 2.0",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Internet :: WWW/HTTP"
],
"description": "# Django REST Framework Contact\n\n**Contact App for Django REST Framework with API Views.**
\n\n`Django REST Framework - Contact` is a Django App for creating user contacts. It's view are based upon\n`Django REST Framework's GenericAPIView` and hence it contains a RESTful API views also.\n\n\nI'll like to mention following names for certain contributions:\n\n- **[Civil Machines Technologies Private Limited](https://github.com/civilmahines)**: For providing me platform and\nfunds for research work. This project is hosted currently with `CMT` only.\n- [Aditya Gupta](https://github.com/ag93999): Project Developer. Developed & maintained the code. Author of the project.\n- [Himanshu Shankar](https://github.com/iamhssingh): Ideation & Project Manager. Currently maintaining the project\n\n#### Installation\n\n- Download and Install via `pip`\n```\npip install drf_contact\n```\nor
\nDownload and Install via `easy_install`\n```\neasy_install drf_contact\n```\n- Add `drf_contact` in `INSTALLED_APPS`
\n```\nINSTALLED_APPS = [\n ...\n 'drf_contact',\n ...\n]\n```\n- Include urls of `drf_contact` in `urls.py`\n```\nurlpatterns = [\n ...\n path('api/contact/', include('drf_contact.urls')),\n ...\n]\n\n# or\n\nurlpatterns = [\n ...\n url(r'^api/contact/', include('drf_contact.urls')),\n ...\n]\n```\n\n- Finally, run `migrate` command\n```\npython manage.py migrate drf_contact\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/civilmachines/drf-contact",
"keywords": "",
"license": "GPLv3",
"maintainer": "",
"maintainer_email": "",
"name": "drf-contact",
"package_url": "https://pypi.org/project/drf-contact/",
"platform": "",
"project_url": "https://pypi.org/project/drf-contact/",
"project_urls": {
"Homepage": "https://github.com/civilmachines/drf-contact"
},
"release_url": "https://pypi.org/project/drf-contact/0.0.2/",
"requires_dist": [
"Django (>=2.0.7)",
"django-filter (>=1.1.0)",
"djangorestframework (>=3.8.2)",
"drfaddons (>=0.0.1)",
"pytz (>=2018.5)"
],
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
"summary": "Contact APP for Django REST Framework with API Views.",
"version": "0.0.2"
},
"last_serial": 4198863,
"releases": {
"0.0.1": [
{
"comment_text": "",
"digests": {
"md5": "2a11b3f5a927616116a4762027e822f1",
"sha256": "7d409543e9d99e349e8ddd4f1e6dc81992b4aa6ff9fd0478acc4bf84ccd16965"
},
"downloads": -1,
"filename": "drf_contact-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2a11b3f5a927616116a4762027e822f1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
"size": 6325,
"upload_time": "2018-07-06T13:18:33",
"url": "https://files.pythonhosted.org/packages/55/6f/c6c5b2dfbba9fe90aee2e067435f5c6e934b6bc63d2954b85990809a0837/drf_contact-0.0.1-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b3f6ddccf41d5aa3a258e9a5c9756179",
"sha256": "3ca72b3dcfd33200b2f00f8a9556588fc0d9dd8daff63e6808a93e62684b99ef"
},
"downloads": -1,
"filename": "drf_contact-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "b3f6ddccf41d5aa3a258e9a5c9756179",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
"size": 4290,
"upload_time": "2018-07-06T13:18:34",
"url": "https://files.pythonhosted.org/packages/86/61/4ecc668f5a744512ea71f60e99ede11745d3829693eb65063e367541b8a1/drf_contact-0.0.1.tar.gz"
}
],
"0.0.2": [
{
"comment_text": "",
"digests": {
"md5": "5f8fce170c7558ae7b74c1cd19923cc8",
"sha256": "d2f11e7967416c413c2b9864c03e8ca3d09c61a4ad6e83a276cba45d08d33933"
},
"downloads": -1,
"filename": "drf_contact-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5f8fce170c7558ae7b74c1cd19923cc8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
"size": 6461,
"upload_time": "2018-08-23T07:25:53",
"url": "https://files.pythonhosted.org/packages/44/10/a539bd894cb4c46cac9169da3a63e267980daece109ffe16291e6b8fc060/drf_contact-0.0.2-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "fd334ad4f0e269592a27332786e1ba57",
"sha256": "5dc949318f9251d6c808be6b1b175b9a99b46a54d50190d567db7f5f95040693"
},
"downloads": -1,
"filename": "drf_contact-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "fd334ad4f0e269592a27332786e1ba57",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
"size": 4412,
"upload_time": "2018-08-23T07:25:55",
"url": "https://files.pythonhosted.org/packages/76/f9/66aae3d3aa96b378fad5d60de9b6cdb328f82f75a8f08e392241e44ac91a/drf_contact-0.0.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "5f8fce170c7558ae7b74c1cd19923cc8",
"sha256": "d2f11e7967416c413c2b9864c03e8ca3d09c61a4ad6e83a276cba45d08d33933"
},
"downloads": -1,
"filename": "drf_contact-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5f8fce170c7558ae7b74c1cd19923cc8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
"size": 6461,
"upload_time": "2018-08-23T07:25:53",
"url": "https://files.pythonhosted.org/packages/44/10/a539bd894cb4c46cac9169da3a63e267980daece109ffe16291e6b8fc060/drf_contact-0.0.2-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "fd334ad4f0e269592a27332786e1ba57",
"sha256": "5dc949318f9251d6c808be6b1b175b9a99b46a54d50190d567db7f5f95040693"
},
"downloads": -1,
"filename": "drf_contact-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "fd334ad4f0e269592a27332786e1ba57",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
"size": 4412,
"upload_time": "2018-08-23T07:25:55",
"url": "https://files.pythonhosted.org/packages/76/f9/66aae3d3aa96b378fad5d60de9b6cdb328f82f75a8f08e392241e44ac91a/drf_contact-0.0.2.tar.gz"
}
]
}