{ "info": { "author": "Co-Capacity", "author_email": "django-iso3166@co-capacity.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "==============\r\nDjango ISO3166\r\n==============\r\n\r\n``ISO 3166`` is a three-part standard published by the Organization for\r\nStandardization (ISO), and defines codes for the names of countries, dependent\r\nterritories, and special areas of geographical interest, and their principal\r\nsubdivisions (e.g., provinces or states). The official name is Codes for the\r\nrepresentation of names of countries and their subdivisions.\r\n\r\nThis project only uses one part of the standard, ISO 3166-1, It defines three\r\nsets of country codes:\r\n\r\n* alpha-2 : two-letter country codes which are the most widely used of the\r\n three.\r\n* alpha-3 : three-letter country codes.\r\n* numeric : three-digit country codes which are identical to those developed\r\n and maintained by the United Nations Statistics Division, with the advantage\r\n of script (writing system) independence, and hence useful for people or\r\n systems using non-Latin scripts.\r\n\r\n===========================\r\nBasic configuration and use\r\n===========================\r\nOnce installed, you can add django-iso3166 to any Django-based project you're\r\ndeveloping. The only thing needed is to add ``iso3166`` to your\r\n``INSTALLED_APPS`` setting.\r\n\r\n================\r\nAutomatic Update\r\n================\r\nThis application comes with automatic update feature, this will only update the\r\n models in this application. Use the management command:\r\n python manage.py updateISO3166\r\n\r\nYou can adjust the default urls provided, by specify the\r\n``ISO3166_SOURCES`` setting appropriately. It should point to a fixture\r\ncontaining only fixtures for iso3166, it will consume xml or json format dumps.\r\n\r\nDefault ``ISO3166_SOURCES`` setting::\r\n\r\n urls = (\r\n \"http://files.co-capacity.biz/iso3166/latest.json.bz2\",\r\n \"http://files.co-capacity.biz/iso3166/latest.xml.bz2\",\r\n \"http://files.co-capacity.biz/iso3166/latest.json.gz\",\r\n \"http://files.co-capacity.biz/iso3166/latest.xml.gz\",\r\n \"http://files.co-capacity.biz/iso3166/latest.json\",\r\n \"http://files.co-capacity.biz/iso3166/latest.xml\",\r\n )\r\n\n\n========================\r\ndjango-iso3166 changelog\r\n========================\r\n\r\nversion 10.1.1, 26 Jan 2010\r\n---------------------------\r\n\r\n* added locale files\r\n* fixed rst markup bugs\r\n* changed download url to pypi\r\n\r\nVersion 10.1, 26 Jan 2010\r\n-------------------------\r\nPackaged from revision 105 in Subversion; download at\r\nhttp://files.co-capacity.biz/iso3166/releases/django-iso3166-10.1.tar.gz\r\n\r\n* First packaged version using distutils.", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/django-iso3166", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://trac.co-capacity.biz/trac/cocap/wiki/django-ISO3166", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-iso3166", "package_url": "https://pypi.org/project/django-iso3166/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-iso3166/", "project_urls": { "Download": "http://pypi.python.org/pypi/django-iso3166", "Homepage": "https://trac.co-capacity.biz/trac/cocap/wiki/django-ISO3166" }, "release_url": "https://pypi.org/project/django-iso3166/10.1.1/", "requires_dist": null, "requires_python": null, "summary": "This is a application for Django projects providing list of world countries based on ISO3166.", "version": "10.1.1" }, "last_serial": 802915, "releases": { "10.1": [ { "comment_text": "", "digests": { "md5": "b74dfb47f092853d01229cb7fd1bcd6e", "sha256": "50cd7b3061d72e1f1fc17d68eab89162155940d8905f24976951b2bf6cec7d26" }, "downloads": -1, "filename": "django-iso3166-10.1.tar.bz2", "has_sig": false, "md5_digest": "b74dfb47f092853d01229cb7fd1bcd6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16990, "upload_time": "2010-01-26T11:55:33", "url": "https://files.pythonhosted.org/packages/2c/44/2315074379af69006ef6a56522d8efbf141aa14f91b9835d50e4c4d8c67b/django-iso3166-10.1.tar.bz2" }, { "comment_text": "", "digests": { "md5": "6c53712027e4693c82226f98966bdf76", "sha256": "2c8758023dcaffc89dca54dd163018d270142f1a44c8f696d368716c55167672" }, "downloads": -1, "filename": "django-iso3166-10.1.tar.gz", "has_sig": false, "md5_digest": "6c53712027e4693c82226f98966bdf76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21765, "upload_time": "2010-01-26T11:55:32", "url": "https://files.pythonhosted.org/packages/25/81/3fcb2535af03342cfdb69c41a6820e3f65c6b6a08a9404abc9f377b98f37/django-iso3166-10.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "3034a3d0a9b12dec44d6e81497eceb5e", "sha256": "ad4581b7003dab211e2f37127fee010d8cd99bc56583d13fd47caa66cf2218b5" }, "downloads": -1, "filename": "django-iso3166-10.1.zip", "has_sig": false, "md5_digest": "3034a3d0a9b12dec44d6e81497eceb5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26915, "upload_time": "2010-01-26T11:55:32", "url": "https://files.pythonhosted.org/packages/12/2b/09f07b7814b60a5215b19421da6c73d30dbb242874eb5de647dbe2469af5/django-iso3166-10.1.zip" } ], "10.1.1": [ { "comment_text": "", "digests": { "md5": "cf41bbce5b4786f36474c4909ce0dd88", "sha256": "0ade6fd7515ce64177f9124a2bf428f242bce9665a0a0a8051832b63389b83d4" }, "downloads": -1, "filename": "django-iso3166-10.1.1.tar.bz2", "has_sig": false, "md5_digest": "cf41bbce5b4786f36474c4909ce0dd88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17646, "upload_time": "2010-01-26T13:09:22", "url": "https://files.pythonhosted.org/packages/ad/89/eadbcfbf7f36c54d3f3ca2af9cf6de2670e42c492d72783236ddacf3fc3c/django-iso3166-10.1.1.tar.bz2" }, { "comment_text": "", "digests": { "md5": "566cdca35f80401404ccd7edcb39b490", "sha256": "b08fd29c3b206548701e58f4a37d7464308e3bf91bb8c234e7ab4c0a76452c87" }, "downloads": -1, "filename": "django-iso3166-10.1.1.tar.gz", "has_sig": false, "md5_digest": "566cdca35f80401404ccd7edcb39b490", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22270, "upload_time": "2010-01-26T13:09:22", "url": "https://files.pythonhosted.org/packages/b3/dc/a22775bd1a2bc25afa4317ca6a2f29503f136a79edbffa70552058209c2b/django-iso3166-10.1.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "bc43ff583b583e035a7b520360b20a24", "sha256": "5eaae71fe3d67c1da159171c9f3c8e310a845426510587c935bbd715ee407154" }, "downloads": -1, "filename": "django-iso3166-10.1.1.zip", "has_sig": false, "md5_digest": "bc43ff583b583e035a7b520360b20a24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28572, "upload_time": "2010-01-26T13:09:22", "url": "https://files.pythonhosted.org/packages/87/8a/59565b2ef48e03e5f551699f80663cbef4574f339a090d83cc31109ebb35/django-iso3166-10.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cf41bbce5b4786f36474c4909ce0dd88", "sha256": "0ade6fd7515ce64177f9124a2bf428f242bce9665a0a0a8051832b63389b83d4" }, "downloads": -1, "filename": "django-iso3166-10.1.1.tar.bz2", "has_sig": false, "md5_digest": "cf41bbce5b4786f36474c4909ce0dd88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17646, "upload_time": "2010-01-26T13:09:22", "url": "https://files.pythonhosted.org/packages/ad/89/eadbcfbf7f36c54d3f3ca2af9cf6de2670e42c492d72783236ddacf3fc3c/django-iso3166-10.1.1.tar.bz2" }, { "comment_text": "", "digests": { "md5": "566cdca35f80401404ccd7edcb39b490", "sha256": "b08fd29c3b206548701e58f4a37d7464308e3bf91bb8c234e7ab4c0a76452c87" }, "downloads": -1, "filename": "django-iso3166-10.1.1.tar.gz", "has_sig": false, "md5_digest": "566cdca35f80401404ccd7edcb39b490", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22270, "upload_time": "2010-01-26T13:09:22", "url": "https://files.pythonhosted.org/packages/b3/dc/a22775bd1a2bc25afa4317ca6a2f29503f136a79edbffa70552058209c2b/django-iso3166-10.1.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "bc43ff583b583e035a7b520360b20a24", "sha256": "5eaae71fe3d67c1da159171c9f3c8e310a845426510587c935bbd715ee407154" }, "downloads": -1, "filename": "django-iso3166-10.1.1.zip", "has_sig": false, "md5_digest": "bc43ff583b583e035a7b520360b20a24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28572, "upload_time": "2010-01-26T13:09:22", "url": "https://files.pythonhosted.org/packages/87/8a/59565b2ef48e03e5f551699f80663cbef4574f339a090d83cc31109ebb35/django-iso3166-10.1.1.zip" } ] }