Metadata-Version: 2.1
Name: dweather-client
Version: 1.1
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
Description: # dWeather-Python-Client
        
            cd dweather_client
            virtualenv .
            bin/pip3 install -r ../requirements.txt
            bin/python3 -m pytest tests
        
        See `tests` directory for example usage.
        
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
