Metadata-Version: 2.1
Name: python-emec-api
Version: 0.0.1
Summary: Python module created to integrate your Python project with the EMEC API
Home-page: https://github.com/natanrmaia/python-emec-api
Author: natanrmaia
Author-email: contato@natanael.dev.br
Project-URL: Documentation, https://python-emec-api.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/natanrmaia/python-emec-api
Project-URL: Bug Reports, https://github.com/natanrmaia/python-emec-api/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.9.1
Requires-Dist: beautifulsoup4>=4.12.2

# Python - EMEC API
This package is designed to make it easy to use the [EMEC Data](https://emec.mec.gov.br/emec/) in Python. This application obtains data through scrapping.

## Documentation

- In development..

## Author

- [@natanrmaia](https://github.com/natanrmaia)

## Instalation
```python
  In development
```

## Report or Request
- [Bug Report](https://github.com/natanrmaia/python-emec-api/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=)
- [Feature request](https://github.com/natanrmaia/python-emec-api/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=)
- [Report a security vulnerability](https://github.com/natanrmaia/python-emec-api/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=)
- [Other questions](https://github.com/natanrmaia/python-emec-api/issues/new/choose)
- [Email - contato@natanael.dev.br](mailto:contato@natanael.dev.br)
