{ "info": { "author": "Avezou Petit Frere", "author_email": "simpleaddress@apfware.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: MIT 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": "==============================================\n Simple-Address\n==============================================\n\nSimple-Address is a simple Django app to save US addresses (it can\npotentially be used for others). It does not provide a front end.\nThe intent of this is to be used on the admin site for invoicing\npurposes (and potentially others).\n\nQuick start\n-----------\n1. Pre-requisite:\n Make sure django-localflavor is installed and added to your INSTALLED_APPS\n\n2. Install with pip install django-simple-address\n Or clone (or download) the repository and run python setup.py install to\n install the app (preferably in virtualenv).\n\n3. Add \"simple-address\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'address',\n ]\n\n\n4. Run `python manage.py migrate` to create the address models.\n\n5. Start the development server and visit http://127.0.0.1:8000/admin/\n to create addresses (you'll need the Admin app enabled).\n\n6. TODO: Add testing and frontend access.", "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/avezou/django-simple-address", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-simple-address", "package_url": "https://pypi.org/project/django-simple-address/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-simple-address/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/avezou/django-simple-address" }, "release_url": "https://pypi.org/project/django-simple-address/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to save US address in admin forms.", "version": "0.1" }, "last_serial": 2119697, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b68ee083526d1196ed37c73d21d4dbc4", "sha256": "adb78673ca397e51cac2fb0cd5cd775f7ae0c839bceb77ac9ceb7817c09809e1" }, "downloads": -1, "filename": "django-simple-address-0.1.tar.gz", "has_sig": false, "md5_digest": "b68ee083526d1196ed37c73d21d4dbc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4067, "upload_time": "2016-05-17T12:24:07", "url": "https://files.pythonhosted.org/packages/20/28/67b65978df6e86f607c05d09c54fc925afda8cc7755bb56373317acb5a60/django-simple-address-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b68ee083526d1196ed37c73d21d4dbc4", "sha256": "adb78673ca397e51cac2fb0cd5cd775f7ae0c839bceb77ac9ceb7817c09809e1" }, "downloads": -1, "filename": "django-simple-address-0.1.tar.gz", "has_sig": false, "md5_digest": "b68ee083526d1196ed37c73d21d4dbc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4067, "upload_time": "2016-05-17T12:24:07", "url": "https://files.pythonhosted.org/packages/20/28/67b65978df6e86f607c05d09c54fc925afda8cc7755bb56373317acb5a60/django-simple-address-0.1.tar.gz" } ] }