Metadata-Version: 1.1
Name: wreader
Version: 0.5
Summary: Darksky weather API reader for hourly data
Home-page: https://github.com/marcus-luck/wreader
Author: Marcus Luck
Author-email: marcus.luck@outlook.com
License: MIT
Description: Wreader
        --------
        
        To use (with caution), simply do::
        
            >>> import wreader
            >>> wr = wreader(api_key)
            >>> output = wr.get_location_data(location)
        
Keywords: wreader Darksky weather darksky-api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
