Metadata-Version: 2.1
Name: meteocat
Version: 0.1.17
Summary: Script para obtener datos meteorológicos de la API de Meteocat
Home-page: https://gitlab.com/figorr/meteocat
License: Apache-2.0
Keywords: meteocat
Author: figorr
Author-email: jdcuartero@yahoo.es
Requires-Python: ==3.12.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Dist: aiofiles (>=24.1.0,<25.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: python-semantic-release (>=9.14.0,<10.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: setuptools (>=75.5.0,<76.0.0)
Requires-Dist: simplejson (>=3.19.3,<4.0.0)
Requires-Dist: twine (>=5.1.1,<6.0.0)
Requires-Dist: voluptuous (>=0.15.2,<0.16.0)
Project-URL: Repository, https://gitlab.com/figorr/meteocat
Description-Content-Type: text/markdown

# Meteocat for Home Assistant

[![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](https://gitlab.com/figorr/meteocat/badges/master/pipeline.svg)](https://gitlab.com/figorr/meteocat/commits/master)


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

1.  [Check for open features/bugs](https://gitlab.com/figorr/meteocat/issues)
    or [initiate a discussion on one](https://gitlab.com/figorr/meteocat/issues/new).
2.  [Fork the repository](https://gitlab.com/figorr/meteocat/forks/new).
3.  Install the dev environment: `make init`.
4.  Enter the virtual environment: `pipenv shell`
5.  Code your new feature or bug fix.
6.  Write a test that covers your new functionality.
7.  Update `README.md` with any new documentation.
8.  Run tests and ensure 100% code coverage for your contribution: `make coverage`
9.  Ensure you have no linting errors: `make lint`
10. Ensure you have typed your code correctly: `make typing`
11. Add yourself to `AUTHORS.md`.
12. Submit a pull request!

# License

[Apache-2.0](LICENSE). By providing a contribution, you agree the contribution is licensed under Apache-2.0.

# API Reference

[See the docs 📚](https://apidocs.meteocat.gencat.cat/section/informacio-general/).
