Metadata-Version: 2.4
Name: infdb
Version: 0.2.0
Summary: InfDB wrapper for python
Project-URL: Homepage, https://github.com/tum-ens/InfDB
Project-URL: Issues, https://github.com/tum-ens/InfDB/issues
Project-URL: Documentation, https://infdb.readthedocs.io
Author-email: Patrick Buchenberg <patrick.buchenberg@tum.de>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Requires-Dist: dotenv
Requires-Dist: geopandas
Requires-Dist: psycopg2-binary
Requires-Dist: pyyaml
Requires-Dist: sqlalchemy
Description-Content-Type: text/markdown

# Python Package pyinfdb for infDB

The python package `pyinfdb` provides set of modules, classes and functions for database access, configuration management, logging and data handling. The central idea is to provide standard methods to interact with infDB in order to simplify the interaction with infDB.

The usage of the pyinfdb package is documented in the [infDB documentation](https://tum-ens.github.io/InfDB/api/pyinfdb/). The documentation provides a detailed description of the package structure, classes and methods, as well as examples and tutorials on how to use the package for different use cases.