Metadata-Version: 2.1
Name: wreader
Version: 0.4
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
Keywords: wreader Darksky weather darksky-api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: requests (>=2.12.4)

Wreader
--------

To use (with caution), simply do::

    >>> import wreader
    >>> wr = wreader(api_key)
    >>> output = wr.get_location_data(location)


