meteocat
v0.1.38
Published
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Python version compatibility](https://img.shields.io/pypi/pyversions/meteocat)](https://pypi.org/project/meteocat) [![pipeline status
Downloads
1,300
Readme
Meteocat for Home Assistant
This is a project to obtain meteorological data from the Meteocat API.
NOTE: Meteocat API requires to use an API_KEY, you should ask to (https://apidocs.meteocat.gencat.cat/documentacio/acces-ciutada-i-administracio/)
Credits
This is a personal project.
Authors:
- Figorr
Contributing
- Check for open features/bugs or initiate a discussion on one.
- Fork the repository.
- Install the dev environment:
make init
. - Enter the virtual environment:
pipenv shell
- Code your new feature or bug fix.
- Write a test that covers your new functionality.
- Update
README.md
with any new documentation. - Run tests and ensure 100% code coverage for your contribution:
make coverage
- Ensure you have no linting errors:
make lint
- Ensure you have typed your code correctly:
make typing
- Add yourself to
AUTHORS.md
. - Submit a pull request!
License
Apache-2.0. By providing a contribution, you agree the contribution is licensed under Apache-2.0.