Metadata-Version: 2.4
Name: pyfuppes
Version: 0.7.0
Summary: A collection of tools in Python
Project-URL: Homepage, https://gitlab.kit.edu/FObersteiner/pyfuppes
Project-URL: Issues, https://gitlab.kit.edu/FObersteiner/pyFuppes/issues
Project-URL: Changelog, https://gitlab.kit.edu/FObersteiner/pyFuppes/blob/main/CHANGELOG.md
Author-email: Florian Obersteiner <f.obersteiner@posteo.de>
License-Expression: GPL-3.0-or-later
License-File: LICENSE.md
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: <3.14,>=3.11
Requires-Dist: geopy>=2.0
Requires-Dist: matplotlib>=3.0
Requires-Dist: netcdf4>=1.6
Requires-Dist: numba>=0.59.0
Requires-Dist: numpy>=1.18
Requires-Dist: pandas-stubs>=2.2.3.250308
Requires-Dist: pandas>=2.0
Requires-Dist: polars>=1.0
Requires-Dist: pysolar>=0.10
Requires-Dist: scikit-learn>=1.4
Requires-Dist: scipy>=1.1
Requires-Dist: xarray>=2024
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: 2025 Florian Obersteiner / KIT
SPDX-FileContributor: Florian Obersteiner <f.obersteiner@kit.edu>

SPDX-License-Identifier: CC-BY-SA-4.0
-->

[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
![test coverage](https://gitlab.kit.edu/FObersteiner/pyfuppes/badges/main/coverage.svg?job=coverage)
[![on PyPI](https://badge.fury.io/py/pyfuppes.svg)](https://badge.fury.io/py/pyfuppes)

# pyFuppes

A collection of tools in Python, mostly revolving around time series data analysis. Caution: this package is pretty dependency-heavy.

## License

`LGPLv3` - see LICENSE file in the root directory of the repository.
