Metadata-Version: 2.4
Name: perfact-api-pd
Version: 0.6
Summary: PerFact API - pd domain models and services
Author-email: Viktor Dick <viktor.dick@perfact.de>
License-Expression: 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: perfact-api-mt
Requires-Dist: perfact-api-pp
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-postgresql; extra == "test"

# PerFact API - pd - model

This repository contains the model related to the Pd-module ('Production Execution') of the PerFact software.

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