Metadata-Version: 2.1
Name: nua-agent
Version: 0.5.42
Summary: Nua agent
Home-page: https://github.com/abilian/nua
License: Apache-2.0
Author: Stefane Fermigier
Author-email: sf@abilian.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: nua-lib (==0.5.42)
Project-URL: Documentation, https://nua.rocks/
Project-URL: Repository, https://github.com/abilian/nua
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 provides the agent that runs inside the Docker image *during the build of the application*.

Note: don't depend on `nua-agent` being installed in the Docker image. It is not a runtime dependency.


## Content

`nua-agent` provides:

- The `app-builder` script: actual builder of the application inside the Docker image.


## Dependency graph

![Dependency graph](./doc/dependency-graph.png)

