Metadata-Version: 2.4
Name: perfact-api-pd-fastapi
Version: 0.5
Summary: PerFact API - SQLAlchemy+FastAPI pd apis package
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: fastapi[standard-no-fastapi-cloud-cli]
Requires-Dist: perfact-api-pp
Requires-Dist: perfact-api-pd
Requires-Dist: perfact-api-main

# PerFact API - pd - APIs

This package contains all APIs related to the Pd-module ('Production Execution') of the PerFact software.
All available APIs are added to the main OpenAPI specification automatically.

## getting started
This module is discovered and hosted by the `PythonPackages/perfact-api-base`.
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.
If everything is working, you should see this module be added to your bundle instance in the log:
```
2026-[...] - auth.app - INFO - start plugin discovery
[...]
2026-[...] - auth.app - INFO - try to include plugin: perfact.api.pd_fastapi:mount
[...] 
2026-[...] - auth.app - INFO - finished discovery and include: X plugins
```
