Metadata-Version: 1.2
Name: cweather
Version: 0.0.1
Summary: Weather for your command line, with pretty colors
Home-page: https://github.com/jackrosenthal/cweather
Author: Jack Rosenthal
Author-email: jack@rosenth.al
License: MIT
Description-Content-Type: UNKNOWN
Description: ``cweather``: Weather for your Command Line
        ===========================================
        
        This is a really simple script that gives you a pretty and colorful display of
        the weather on your command line. Presumably, it would be useful to put in your
        login script or MOTD so that you can see the weather when you log into a
        terminal.
        
        :Author: Jack Rosenthal
        :Requires: Python 3.4 or greater, Requests
        :License: MIT
        :Contributing: See ``CONTRIBUTING.rst``
        
        Installation
        ~~~~~~~~~~~~
        
        Install using ``pip``::
        
            pip install cweather
        
        .. note::
        
            Pass the ``--user`` flag to ``pip`` if you would like to install for your
            local user.
        
        Usage
        ~~~~~
        
        ``cweather [-h] [--api-key API_KEY] [--timeout TIMEOUT] [--no-color] [location]``
        
        -h, --help         show this help message and exit
        --api-key API_KEY  Wunderground API key, defaults to ``WUNDERGROUND_API_KEY``
                           in your environment, or some random one that might work if
                           unset
        --timeout TIMEOUT  Timeout for connection
        --no-color         No colors, default if ``TERM`` is ``vt100``
        
        ``location`` specifies a named location (e.g., ``Golden, CO``) or a postal
        code, and will default to the ``LOCATION`` environment variable, or 80401
        (Golden, CO) if unset.
        
Keywords: weather commandline
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.4, <4
