Metadata-Version: 2.1
Name: cuba-weather-municipality
Version: 0.1.4
Summary: A tool implemented in Python for the Cuba Weather project to work with the municipalities of Cuba.
Home-page: https://github.com/cuba-weather/cuba-weather-municipality-python
Author: Cuban Open Source Community
License: MIT
Description: # Cuba Weather Municipality Python
        
        [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
        
        A tool implemented in Python for the Cuba Weather project to work with the municipalities of Cuba.
        
        ## Install
        
        ```bash
        pip install cuba-weather-municipality
        ```
        
        or
        
        ```bash
        pip install git+https://github.com/cuba-weather/cuba-weather-municipality-python
        ```
        
        You can also clone or download this repository and at the root of the project do:
        
        ```bash
        pip install .
        ```
        
        - To see examples of use, follow this [link](example/README.md).
        
        - To see the changelog, follow this [link](CHANGELOG.md).
        
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
