Metadata-Version: 2.1
Name: dweather-client
Version: 1.4.0
Summary: Python client for interacting with weather data on IPFS.
Home-page: https://github.com/Arbol-Project/dWeather-Python-Client.git
Author: Arbol
Author-email: info@arbolmarket.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# dWeather-Python-Client

    python3 -m venv .
    bin/pip3 install -r requirements.txt
    bin/python3 -m pytest dweather_client/tests

See `tests` directory for example usage.


