{ "info": { "author": "Jack Rosenthal", "author_email": "jack@rosenth.al", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "``cweather``: Weather for your Command Line\n===========================================\n\nThis is a really simple script that gives you a pretty and colorful display of\nthe weather on your command line. Presumably, it would be useful to put in your\nlogin script or MOTD so that you can see the weather when you log into a\nterminal.\n\n:Author: Jack Rosenthal\n:Requires: Python 3.4 or greater, Requests\n:License: MIT\n:Contributing: See ``CONTRIBUTING.rst``\n\nInstallation\n~~~~~~~~~~~~\n\nInstall using ``pip``::\n\n pip install cweather\n\n.. note::\n\n Pass the ``--user`` flag to ``pip`` if you would like to install for your\n local user.\n\nUsage\n~~~~~\n\n``cweather [-h] [--api-key API_KEY] [--timeout TIMEOUT] [--no-color] [location]``\n\n-h, --help show this help message and exit\n--api-key API_KEY Wunderground API key, defaults to ``WUNDERGROUND_API_KEY``\n in your environment, or some random one that might work if\n unset\n--timeout TIMEOUT Timeout for connection\n--no-color No colors, default if ``TERM`` is ``vt100``\n\n``location`` specifies a named location (e.g., ``Golden, CO``) or a postal\ncode, and will default to the ``LOCATION`` environment variable, or 80401\n(Golden, CO) if unset.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jackrosenthal/cweather", "keywords": "weather commandline", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "cweather", "package_url": "https://pypi.org/project/cweather/", "platform": "", "project_url": "https://pypi.org/project/cweather/", "project_urls": { "Homepage": "https://github.com/jackrosenthal/cweather" }, "release_url": "https://pypi.org/project/cweather/0.0.1/", "requires_dist": null, "requires_python": ">=3.4, <4", "summary": "Weather for your command line, with pretty colors", "version": "0.0.1" }, "last_serial": 3615593, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e845201b95965fc4df99fafc1986cbd2", "sha256": "6e3c0a86ea82948c42fefbc5fc4df8718b92b9b9622b86d8789ded25843e40db" }, "downloads": -1, "filename": "cweather-0.0.1.tar.gz", "has_sig": true, "md5_digest": "e845201b95965fc4df99fafc1986cbd2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <4", "size": 4595, "upload_time": "2018-02-26T00:53:38", "url": "https://files.pythonhosted.org/packages/ec/a9/29f22604cd6c24e2c4aca99233ba35ca3db6a833a7bfc867c95bb88f39b0/cweather-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e845201b95965fc4df99fafc1986cbd2", "sha256": "6e3c0a86ea82948c42fefbc5fc4df8718b92b9b9622b86d8789ded25843e40db" }, "downloads": -1, "filename": "cweather-0.0.1.tar.gz", "has_sig": true, "md5_digest": "e845201b95965fc4df99fafc1986cbd2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <4", "size": 4595, "upload_time": "2018-02-26T00:53:38", "url": "https://files.pythonhosted.org/packages/ec/a9/29f22604cd6c24e2c4aca99233ba35ca3db6a833a7bfc867c95bb88f39b0/cweather-0.0.1.tar.gz" } ] }