Metadata-Version: 2.1
Name: nua-agent
Version: 0.5.11
Summary: Nua agent
License: AGPL
Author: Stefane Fermigier
Author-email: sf@abilian.com
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: nua-lib (==0.5.11)
Requires-Dist: packaging
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: setuptools
Requires-Dist: tomli (>=2.0.1,<3.0.0)
Description-Content-Type: text/markdown

# Nua Agent

The `nua-agent` package is included in every Nua application image.

It will provide the following features (TBC):

-   Application licycle management
-   Smoke tests and health checks
-   Logging and monitoring

## Content

`nua-agent` provides:

-   `nua_config`: library to read the embedded `nua-config` file (introspection),
-   `app_builder`: actual builder of the application inside the Docker image.
-   `db`: collection of tools to manage databases

