{ "info": { "author": "Benjamin Stookey", "author_email": "ben@bilgecode.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 :: Utilities" ], "description": "============\ndjango-winds\n============\n\nA tool to collect and serve wind prediction data. Designed to have pluggable backends for multiple wind-prediction services. So far UCAR_ is the only source and covers just the continental US.\n\nInstallation\n============\n\nUse ``pip`` to install from PyPI::\n\n\tpip install django-winds\n\nAdd ``django_winds`` to your settings.py file::\n\n\tINSTALLED_APPS = (\n\t ...\n\t 'django_winds',\n\t ...\n\t)\n\nAdditional Requirements\n=======================\n\n``beautifulsoup4`` to parse the XML served by THREDDS\n\n``django-tastypie`` to generate the API\n\nDjango Settings\n===============\n\n``DJANGO_WINDS_CACHE_TIMEOUT`` - Number of minutes to cache endpoint responses.\n\n``DJANGO_WINDS_DEMO_MODE`` - True/False... not implemented yet.\n\nAcquiring Data\n==============\n\n``django-winds`` is really just a extract and transport layer for data. It exposes an API that takes a Point (latitude/longitude) and returns wind predictions for that location.\n\nContributing\n============\n\nThink this needs something else? To contribute to ``django-tides`` create a fork on Bitbucket_. Clone your fork, make some changes, and submit a pull request.\n\nBugs are great contributions too! Feel free to add an issue on Bitbucket_.\n\n\n.. _Bitbucket: https://bitbucket.org/bilgecode/django-tides\n.. _UCAR: http://www2.ucar.edu/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/bilgecode/django-winds", "keywords": null, "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "django-winds", "package_url": "https://pypi.org/project/django-winds/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-winds/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/bilgecode/django-winds" }, "release_url": "https://pypi.org/project/django-winds/0.1/", "requires_dist": null, "requires_python": null, "summary": "A tool to collect and serve wind prediction data.", "version": "0.1" }, "last_serial": 824225, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "eddb604dcb99f2fa2586f6257d201105", "sha256": "622005d9a6037afe1d34933cafe78bfe15644579b2cb89fffffcbd733e661ec3" }, "downloads": -1, "filename": "django-winds-0.1.tar.gz", "has_sig": false, "md5_digest": "eddb604dcb99f2fa2586f6257d201105", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4504, "upload_time": "2013-07-24T19:12:26", "url": "https://files.pythonhosted.org/packages/4c/74/aeab72ee54e996d7bd68905e7f04014551a0d8f50e685282787d35188e72/django-winds-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eddb604dcb99f2fa2586f6257d201105", "sha256": "622005d9a6037afe1d34933cafe78bfe15644579b2cb89fffffcbd733e661ec3" }, "downloads": -1, "filename": "django-winds-0.1.tar.gz", "has_sig": false, "md5_digest": "eddb604dcb99f2fa2586f6257d201105", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4504, "upload_time": "2013-07-24T19:12:26", "url": "https://files.pythonhosted.org/packages/4c/74/aeab72ee54e996d7bd68905e7f04014551a0d8f50e685282787d35188e72/django-winds-0.1.tar.gz" } ] }