{ "info": { "author": "Julio Cesar Rodriguez", "author_email": "juliocesarrodriguezcruz@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "====================\nDjango World Regions\n====================\n\nSimple Django app to group countries in world's regions like *Northern America*, *Eastern Europe*, etc.\n\nRegions data are based in http://techydiary.com/region-yaml-for-django-fixtures/ thanks Stephen for that.\n\n`Django Countries`_ is used to handle countries.\n\n.. note:: Currently this package don't use GeoDjango neither map data.\n\nInstallation\n============\n1. ``pip install django-world-regions``\n2. Add ``world_regions`` to ``INSTALLED_APPS``\n3. ``python manage.py migrate``\n\nUsage\n=====\n\n.. code::\n\n from world_regions.models import Region\n\n region = Region.objects.get(countries__country='US')\n print region.name\n\n.. _Django Countries: https://github.com/SmileyChris/django-countries", "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/cesarcruz/django-world-regions", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-world-regions", "package_url": "https://pypi.org/project/django-world-regions/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-world-regions/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/cesarcruz/django-world-regions" }, "release_url": "https://pypi.org/project/django-world-regions/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Simple Django app to group countries in world's regions like *Northern America*, *Eastern Europe*, etc.", "version": "0.1.1" }, "last_serial": 1619946, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "eac1197601fc74bf5fbd48f17e01d4a3", "sha256": "61779cd92338bbfd32090791147b4b98b4c2b3ea8e4d869b0e618d186b0a61ce" }, "downloads": -1, "filename": "django-world-regions-0.1.tar.gz", "has_sig": false, "md5_digest": "eac1197601fc74bf5fbd48f17e01d4a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9225, "upload_time": "2015-07-05T10:24:58", "url": "https://files.pythonhosted.org/packages/bb/76/8307eca20618d86c1a4d42ca287141db5387f6940393c044b58a42acbb72/django-world-regions-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d5544e30af0378cb31763c8340b472f2", "sha256": "9db46281cf16f256ab50af26005865b38aedf73453e9c42d33fa930d5413fe15" }, "downloads": -1, "filename": "django-world-regions-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d5544e30af0378cb31763c8340b472f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10260, "upload_time": "2015-07-05T11:48:20", "url": "https://files.pythonhosted.org/packages/10/ae/41021e90f42ca6128fd015192dae2826bac29ce1b09e1088c815ddb5d0b6/django-world-regions-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d5544e30af0378cb31763c8340b472f2", "sha256": "9db46281cf16f256ab50af26005865b38aedf73453e9c42d33fa930d5413fe15" }, "downloads": -1, "filename": "django-world-regions-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d5544e30af0378cb31763c8340b472f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10260, "upload_time": "2015-07-05T11:48:20", "url": "https://files.pythonhosted.org/packages/10/ae/41021e90f42ca6128fd015192dae2826bac29ce1b09e1088c815ddb5d0b6/django-world-regions-0.1.1.tar.gz" } ] }