Metadata-Version: 2.1
Name: igbpyutils
Version: 0.0.6
Summary: Various Python Utilities
Author-email: Hauke D <haukex@zero-g.net>
Project-URL: Homepage, https://github.com/haukex/igbpyutils
Project-URL: Bug Tracker, https://github.com/haukex/igbpyutils/issues
Project-URL: Documentation, https://igbpyutils.readthedocs.io/en/stable/
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

IGB Python Utilities
====================

This is a collection of various Python tools, libraries, and utilities
developed at the Leibniz Institute of Freshwater Ecology and Inland Fisheries
(IGB) in the Forschungsverbund Berlin e.V. (https://www.igb-berlin.de/en).

This is a companion library to the ``igbdatatools`` library
(https://github.com/haukex/igbdatatools) which normally targets the latest
Python version.
This library is intended to contain more general-purpose tools and
cover a slightly broader range of Python versions, currently Python 3.9 to 3.11.

The documentation is available at https://igbpyutils.readthedocs.io/


Author, Copyright, and License
------------------------------

Copyright (c) 2022-2023 Hauke Daempfling (haukex@zero-g.net)
at the Leibniz Institute of Freshwater Ecology and Inland Fisheries (IGB),
Berlin, Germany, https://www.igb-berlin.de/

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/
