{ "info": { "author": "Matt Bachmann", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "Terminal Weather\n================\n\nDisplay the weather in your terminal!\n\nThis project is designed to show off a standard python project structure\n\nTo work it assumes you have the `FORECAST_API` environment variable set to be your `Forecast.io\n`_ api key.\n\n.. code:: bash\n\n export FORECAST_API=\"\"\n\nInstallation:\n\n.. code:: bash\n\n pip install displayforcastio\n\nThis app takes two args. A latitude and a longitude. Example usage with output is below\n\n.. code:: python\n\n forecastio 42.3907 -71.1157\n Currently: rain - Drizzle on Saturday and Tuesday, with temperatures peaking at 59\u00b0F on Friday.\n\n\nSetting up a development environment. I assume python 3.5.0 is installed. Though python 2.7.10 should work as well.\n\n.. code:: bash\n\n virtualenv venv\n source venv/bin/activate\n pip install -r requirements.txt\n pip install -r test-requirements.txt\n\nRun the tests to ensure this all worked try running the tests. Like running the app one test requires the `FORCAST_API`\nenvironment variable to be set\n\n.. code:: bash\n\n py.test tests\n", "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/Bachmann1234/displayforecastio", "keywords": null, "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "displayforecastio", "package_url": "https://pypi.org/project/displayforecastio/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/displayforecastio/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Bachmann1234/displayforecastio" }, "release_url": "https://pypi.org/project/displayforecastio/1.2/", "requires_dist": null, "requires_python": null, "summary": "Display the current weather in your terminal", "version": "1.2" }, "last_serial": 1878456, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "5a6287108df5be161c9f90d84c1dc13d", "sha256": "aefc7d37149bdd46e28f9c9548fb8fd9532ec00e2fa3a460a7def8d7acc56ec6" }, "downloads": -1, "filename": "displayforecastio-1.0.tar.gz", "has_sig": true, "md5_digest": "5a6287108df5be161c9f90d84c1dc13d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2350, "upload_time": "2015-12-26T21:36:10", "url": "https://files.pythonhosted.org/packages/d2/57/8847a241a9b7f86b378ece7e0330e87de98e2490e5f25bea78fce5262602/displayforecastio-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "8bc9f2d22709e4442c7d905debef351f", "sha256": "fb01d9c76ff045e5c4381bce175e06d9bde1a2a499d1e67d2b2cac554380226d" }, "downloads": -1, "filename": "displayforecastio-1.1.tar.gz", "has_sig": true, "md5_digest": "8bc9f2d22709e4442c7d905debef351f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2896, "upload_time": "2015-12-26T22:11:38", "url": "https://files.pythonhosted.org/packages/7d/34/224a8989f34d4b78f7ed9b25b9a412afc1303ed0b2494b1a6ff146eab2c3/displayforecastio-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "d0a095999a64deb1d7539ad0e2debe86", "sha256": "e0491af556b3232e034f9554e4725178852df5cf2b12daa53329562e8458ea88" }, "downloads": -1, "filename": "displayforecastio-1.2.tar.gz", "has_sig": true, "md5_digest": "d0a095999a64deb1d7539ad0e2debe86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2792, "upload_time": "2015-12-27T03:33:15", "url": "https://files.pythonhosted.org/packages/4e/3a/9b3172cc68234835144456c43f3da6fe2f8f6267caf416f7beefd57d6d2c/displayforecastio-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d0a095999a64deb1d7539ad0e2debe86", "sha256": "e0491af556b3232e034f9554e4725178852df5cf2b12daa53329562e8458ea88" }, "downloads": -1, "filename": "displayforecastio-1.2.tar.gz", "has_sig": true, "md5_digest": "d0a095999a64deb1d7539ad0e2debe86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2792, "upload_time": "2015-12-27T03:33:15", "url": "https://files.pythonhosted.org/packages/4e/3a/9b3172cc68234835144456c43f3da6fe2f8f6267caf416f7beefd57d6d2c/displayforecastio-1.2.tar.gz" } ] }