Metadata-Version: 1.0
Name: weathercli
Version: 1.0.0
Summary: A command line weather tool
Home-page: https://github.com/brianriley/weather-cli
Author: Brian Riley
Author-email: brian@btriley.com
License: UNKNOWN
Description: A simple command-line tool for getting the current weather.
        
        Usage
        -----
        
            $ weather 90210
            It's 64 degrees and clear
        
        The `weather` command returns the current weather for a given zip code.
        
        Install
        -------
        
            $ pip install weather-cli
        
        (Note that the command is `weather`, not `weather-cli`.)
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Utilities
