Metadata-Version: 1.2
Name: aerovane
Version: 0.2.4
Summary: Simple weather report in the terminal
Home-page: https://github.com/dfundingsland/aerovane
Author: David Fundingsland
Author-email: david@fundings.land
License: MIT
Download-URL: https://github.com/dfundingsland/aerovane/master.zip
Description: **This is a very early development version. While it technically works, much work needs to be done to better 
        organize the code and implement additional features. See "To-do" below.**
        
        # About Aerovane
        
        _**Aerovane:**_ _A device commonly used at many weather stations and airports to measure both wind direction and
         speed._
        
        Aerovane is a simple CLI for generating a weather report in your terminal. Aerovane requires (free) API keys from 
        OpenWeatherMap and ipstack. If you do not currently have the API keys, you can register for them here:
        
        * **OpenWeatherMap:** https://openweathermap.org/
        * **ipstack:** https://ipstack.com/
        
        Aerovane depends on the [PyOWM](https://github.com/csparpa/pyowm) OpenWeatherMap Python API wrapper.
        
        ## Installation
        
        ```
        $ pip install aerovane
        ```
        
        ## Usage
        ```
        $ aerovane
        $ aerovane --location 'Los Angeles, US'
        $ aerovane --degrees fahrenheit
        ```
        
        ## To-do
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.4
