Metadata-Version: 2.4
Name: pyfuppes
Version: 0.7.8
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 OR CC-BY-SA-4.0 OR CC0-1.0
License-File: LICENSE.md
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <3.15,>=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>=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

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![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

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