Metadata-Version: 2.1
Name: igbpyutils
Version: 0.0.2
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
Classifier: Programming Language :: Python :: 3
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/markdown
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>).

Please see the individual files in this project for documentation.

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.


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/>.
