Metadata-Version: 2.4
Name: pthelma
Version: 2.2.2
Summary: Utilities for hydrological and meteorological time series processing
Author-email: Antonis Christofides <antonis@antonischristofides.com>
Maintainer-email: Antonis Christofides <antonis@antonischristofides.com>
Project-URL: Homepage, https://github.com/openmeteo/pthelma
Project-URL: Documentation, https://pthelma.readthedocs.io
Project-URL: Repository, https://github.com/openmeteo/pthelma
Project-URL: Changelog, https://github.com/openmeteo/pthelma/blob/master/CHANGELOG.rst
Keywords: time series
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: pandas<3,>=2.2
Requires-Dist: numpy<2
Requires-Dist: iso8601<3,>=2.1
Requires-Dist: textbisect<1,>=0.1
Requires-Dist: tzdata
Requires-Dist: Click<9,>=7.0
Requires-Dist: simpletail<2,>=1
Requires-Dist: affine<3,>=2.4
Requires-Dist: django<6,>=3.2
Requires-Dist: requests<3,>=1
Provides-Extra: all
Requires-Dist: gdal<4,>=1.10; extra == "all"
Dynamic: license-file

pthelma
=======

.. image:: https://github.com/openmeteo/pthelma/actions/workflows/run-tests.yml/badge.svg
    :alt: Build button
    :target: https://github.com/openmeteo/pthelma/actions/workflows/run-tests.yml

.. image:: https://codecov.io/github/openmeteo/pthelma/coverage.svg?branch=master
    :alt: Coverage
    :target: https://codecov.io/gh/openmeteo/pthelma

.. image:: https://img.shields.io/pypi/v/pthelma.svg
        :target: https://pypi.python.org/pypi/pthelma

A Python library with utilities for hydrological and meteorological time
series processing.

Documentation: https://pthelma.readthedocs.io
