Metadata-Version: 2.1
Name: nua-agent
Version: 0.5.13
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.13)
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

[Nua](https://nua.rocks/) is an open source, self-hosted cloud platform project (a PaaS - platform as a service).

This packaged is used internally. The main entry point is the `nua` command line tool (see: [Nua on PyPI](https://pypi.org/project/nua/) or [nua-cli on GitHub](https://github.com/abilian/nua/tree/main/nua-cli)).

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

