Metadata-Version: 2.1
Name: consulta-clima
Version: 0.0.1
Summary: Package to consult the current climate of a city
Home-page: https://github.com/cleison0silva/pacote_api_clima.git
Author: Cleison Silva
Author-email: cleisoninfo2013@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# package_name

Description. 
Package to consult the current climate of a city:
	- request: Query the API using the city name
	- printar: Shows the result of the request, with only two parameters, climate condition and temperature

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install consulta_clima

```bash
pip install consulta_clima
```

## Usage

```python
from consulta_clima_package.consulta_clima import clima_api
clima_api.requisicao()
clima_api.printar()
```

## Author
Cleison Silva

## License
[MIT](https://choosealicense.com/licenses/mit/)
