Metadata-Version: 2.1
Name: agrometeo-geopy
Version: 0.1.0
Summary: Pythonic interface to access Agrometeo data.
Home-page: https://github.com/martibosch/agrometeo-geopy
License: GPL-3.0-only
Author: Martí Bosch
Author-email: marti.bosch@protonmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: cx
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: ox
Provides-Extra: test
Requires-Dist: black (==20.8b1); extra == "test"
Requires-Dist: contextily (>=1.2.0,<2.0.0); extra == "cx"
Requires-Dist: flake8 (==3.8.4); extra == "test"
Requires-Dist: flake8-docstrings (>=1.6.0,<2.0.0); extra == "test"
Requires-Dist: geopandas (>=0.10.2,<0.11.0)
Requires-Dist: isort (==5.6.4); extra == "test"
Requires-Dist: matplotlib (>=3.5.1,<4.0.0)
Requires-Dist: mkdocs (>=1.2.3,<2.0.0); extra == "doc"
Requires-Dist: mkdocs-autorefs (>=0.3.1,<0.4.0); extra == "doc"
Requires-Dist: mkdocs-include-markdown-plugin (>=3.3.0,<4.0.0); extra == "doc"
Requires-Dist: mkdocstrings (>=0.18.0,<0.19.0); extra == "doc"
Requires-Dist: osmnx (>=1.1.2,<2.0.0); extra == "ox"
Requires-Dist: pip (>=20.3.1,<21.0.0); extra == "dev"
Requires-Dist: pre-commit (>=2.12.0,<3.0.0); extra == "dev"
Requires-Dist: pytest (>=6.2.5,<7.0.0); extra == "test"
Requires-Dist: pytest-cov (==2.10.1); extra == "test"
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0); extra == "dev"
Requires-Dist: tox (>=3.20.1,<4.0.0); extra == "dev"
Requires-Dist: twine (>=3.3.0,<4.0.0); extra == "dev"
Requires-Dist: virtualenv (>=20.2.2,<21.0.0); extra == "dev"
Description-Content-Type: text/markdown

[![PyPI version fury.io](https://badge.fury.io/py/agrometeo-geopy.svg)](https://pypi.python.org/pypi/agrometeo-geopy/)
[![Documentation Status](https://readthedocs.org/projects/agrometeo-geopy/badge/?version=latest)](https://agrometeo-geopy.readthedocs.io/en/latest/?badge=latest)
[![CI/CD](https://github.com/martibosch/agrometeo-geopy/actions/workflows/dev.yml/badge.svg)](https://github.com/martibosch/agrometeo-geopy/blob/main/.github/workflows/dev.yml)
[![codecov](https://codecov.io/gh/martibosch/agrometeo-geopy/branch/main/graph/badge.svg?token=hKoSSRn58a)](https://codecov.io/gh/martibosch/agrometeo-geopy)
[![GitHub license](https://img.shields.io/github/license/martibosch/agrometeo-geopy.svg)](https://github.com/martibosch/agrometeo-geopy/blob/main/LICENSE)

# agrometeo-geopy

Pythonic interface to access [agrometeo.ch](https://agrometeo.ch) data.

## Acknowledgements

* This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [zillionare/cookiecutter-pypackage](https://github.com/zillionare/cookiecutter-pypackage) project template.

