Metadata-Version: 2.1
Name: mugan86-openwm-api
Version: 0.0.1
Summary: Obtenemos el tiempo seleccionado de una ubicación
Home-page: https://github.com/pypa/sampleproject
Author: Anartz Mugika Ledo
Author-email: mugan86@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Description: 
        # Open Weather Map API Python Package
        
        Package that take current and forecast weather in select location.
        
        Location options:
        * By City
        * By Geographic Location Coordinates.
        
        ## Install intructions
        
        ### Windows
        ```pip install <package>```
        
        ### Linux / MacOSx
        ```pip3 install <package>```
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
