{ "info": { "author": "Basil Shubin", "author_email": "basil.shubin@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", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-airports\n===\n\n### Airport model and worldwide airport data for Django\n\n----\n\ndjango-airports provides you with airport related model and data (from [OpenFlights](http://openflights.org/)) that can be used in your django projects.\n\nAuthored by [Basil Shubin](https://github.com/bashu), inspired by [django-cities](https://github.com/coderholic/django-cities)\n\n[![Latest Version](https://img.shields.io/pypi/v/django-airports.svg)](https://pypi.python.org/pypi/django-airports/)\n[![Downloads](https://img.shields.io/pypi/dm/django-airports.svg)](https://pypi.python.org/pypi/django-airports/)\n[![License](https://img.shields.io/github/license/bashu/django-airports.svg)](https://pypi.python.org/pypi/django-airports/)\n[![Code Health](https://landscape.io/github/bashu/django-airports/develop/landscape.svg?style=flat)](https://landscape.io/github/bashu/django-airports/develop)\n\n----\n\n### Requirements\n\nYou must have *django-cities* installed and configured, see the [django-cities documentation](https://github.com/coderholic/django-cities) for details and setup instructions.\n\n### Setup\n\nEither clone this repository into your project, or install with ```pip install django-airports```\n\nYou'll need to add ```airports``` to ```INSTALLED_APPS``` in your project's ```settings.py``` file:\n\n```python\nimport django\n\nINSTALLED_APPS = (\n ...\n 'airports',\n)\n\nif django.VERSION < (1, 7):\n INSTALLED_APPS += (\n 'south',\n )\n```\n\nThen run ```./manage.py syncdb``` to create the required database tables, and ```./manage.py airports``` to import all of the airports data. **NOTE:** This can take some time.\n\nPlease see ``example`` application. This application is used to manually test the functionalities of this package. This also serves as a good example.\n\nYou need Django 1.4 or above to run that. It might run on older versions but that is not tested.\n\n### Notes\n\nThe ```airports``` manage command has options, see ```airports --help``` output. Verbosity is controlled through LOGGING.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/bashu/django-airports", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-airports", "package_url": "https://pypi.org/project/django-airports/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-airports/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/bashu/django-airports" }, "release_url": "https://pypi.org/project/django-airports/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "Airport model and worldwide airport data for Django", "version": "0.1.4" }, "last_serial": 1667842, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e29b9c56fc0e3c9e5bfa374df58349c7", "sha256": "d53d9d2202b24ba81d1dc4fcebad3fe42364704232b112e6512b555aac7bc82e" }, "downloads": -1, "filename": "django-airports-0.1.tar.gz", "has_sig": true, "md5_digest": "e29b9c56fc0e3c9e5bfa374df58349c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10769, "upload_time": "2015-03-27T08:01:46", "url": "https://files.pythonhosted.org/packages/66/39/a87f3828b156e1b5f4d44e383ff497872ac5edf259f563930769ffd4e0e0/django-airports-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "22ddd9d734e557e798f64334cab04eb7", "sha256": "c51a02583942a36a97e7b45beb387fd1ba5b4d5e2d8ccf040f3d6aec5d6bed5b" }, "downloads": -1, "filename": "django-airports-0.1.1.tar.gz", "has_sig": true, "md5_digest": "22ddd9d734e557e798f64334cab04eb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10906, "upload_time": "2015-03-28T03:10:02", "url": "https://files.pythonhosted.org/packages/18/9a/2cc0414ca1efeefbf3b84fb2253871653e08d3dac93cd00bde8b654af82d/django-airports-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5b3b2d56ad63684cb4324d92dfdb417e", "sha256": "7114852e681f725f48054dafab5f8bf695fccf5eb05e1c778a12070126280fb1" }, "downloads": -1, "filename": "django-airports-0.1.2.tar.gz", "has_sig": true, "md5_digest": "5b3b2d56ad63684cb4324d92dfdb417e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6909, "upload_time": "2015-04-15T06:55:50", "url": "https://files.pythonhosted.org/packages/31/cc/d49f26411c40d7eb83a5bc5e6a75f58d1d72a6e321c2cbfa482fc525d777/django-airports-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "a67280911ecd4acf16f045472a9262b0", "sha256": "9581564b5e6abffa3f3cac84344a995f37e2d0bae5f11ed3a29e82115080e2ce" }, "downloads": -1, "filename": "django-airports-0.1.3.tar.gz", "has_sig": true, "md5_digest": "a67280911ecd4acf16f045472a9262b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7913, "upload_time": "2015-05-15T11:19:27", "url": "https://files.pythonhosted.org/packages/10/3f/cc2674be8b7154ec50a0e7ea590b309e5e2940d6e90009a8ad348073c890/django-airports-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "0d0992ba3d208e62652036584f3f87b4", "sha256": "8bde33ead66d23e6a19897049137a9061db8136144b25e69f8f930973c6ac01a" }, "downloads": -1, "filename": "django-airports-0.1.4.tar.gz", "has_sig": true, "md5_digest": "0d0992ba3d208e62652036584f3f87b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8385, "upload_time": "2015-08-07T08:11:59", "url": "https://files.pythonhosted.org/packages/c3/11/9c2485294891674b0e7ff47335c6414a25acb01db151f35ca77da5ea9bd9/django-airports-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d0992ba3d208e62652036584f3f87b4", "sha256": "8bde33ead66d23e6a19897049137a9061db8136144b25e69f8f930973c6ac01a" }, "downloads": -1, "filename": "django-airports-0.1.4.tar.gz", "has_sig": true, "md5_digest": "0d0992ba3d208e62652036584f3f87b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8385, "upload_time": "2015-08-07T08:11:59", "url": "https://files.pythonhosted.org/packages/c3/11/9c2485294891674b0e7ff47335c6414a25acb01db151f35ca77da5ea9bd9/django-airports-0.1.4.tar.gz" } ] }