{ "info": { "author": "XYZ", "author_email": "yourname@example.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nPostman\n=====\n\nPostman is a simple Django app for user to user messaging with additional field\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"postman\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'postman',\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n url(r'^polls/', include('polls.urls')),\n\n3. Run `python3 manage.py migrate` to create the postman models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a poll (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/postman/ to participate in the poll.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.example.com/", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-postman1", "package_url": "https://pypi.org/project/django-postman1/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-postman1/", "project_urls": { "Homepage": "https://www.example.com/" }, "release_url": "https://pypi.org/project/django-postman1/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app for user to user messaging.", "version": "0.1" }, "last_serial": 2192953, "releases": { "0.1": [] }, "urls": [] }