Metadata-Version: 2.4
Name: perfact-api-dg
Version: 0.2
Summary: PerFact API - dg
Author-email: Viktor Dick <viktor.dick@perfact.de>
License: GPL-2.0-or-later
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: SQL
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: psycopg[binary]
Requires-Dist: sqlalchemy
Requires-Dist: perfact-api-base
Requires-Dist: perfact-api-app
Requires-Dist: pydantic-settings

# PerFact API - dg - model

This package contains the domain models and services for the dg module of the PerFact software.

## getting started
As this package does not contain an own main entrypoint, you have to install it into the base and run that one.
Please refer to the documentation of the *API Base* to get more information about how the discovery works and how to include this module to your app bundle.
