Metadata-Version: 2.4
Name: agi-apps
Version: 2026.5.13.post1
Summary: AGILAB public app package umbrella and example assets
Author: Jean-Pierre Morard
Maintainer: Jean-Pierre Morard
License-Expression: BSD-3-Clause
Project-URL: Documentation, https://thalesgroup.github.io/agilab
Project-URL: Source, https://github.com/ThalesGroup/agilab/tree/main/src/agilab/lib/agi-apps
Project-URL: Issues, https://github.com/ThalesGroup/agilab/issues
Project-URL: Homepage, https://github.com/ThalesGroup/agilab
Project-URL: Repository, https://github.com/ThalesGroup/agilab
Project-URL: Discussions, https://github.com/ThalesGroup/agilab/discussions
Project-URL: Changelog, https://github.com/ThalesGroup/agilab/releases
Keywords: agilab,examples,apps,reproducibility,workflow-orchestration
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: agi-core==2026.05.13.post1
Requires-Dist: agi-app-data-io-2026-project==0.1.0
Requires-Dist: agi-app-execution-pandas-project==0.1.0
Requires-Dist: agi-app-execution-polars-project==0.1.0
Requires-Dist: agi-app-flight-project==0.1.0
Requires-Dist: agi-app-global-dag-project==0.1.0
Requires-Dist: agi-app-meteo-forecast-project==0.1.0
Requires-Dist: agi-app-mycode-project==0.1.0
Requires-Dist: agi-app-tescia-diagnostic-project==0.1.0
Requires-Dist: agi-app-uav-queue-project==0.1.0
Requires-Dist: agi-app-uav-relay-queue-project==0.1.0
Dynamic: license-file

# AGI Apps

[![PyPI version](https://img.shields.io/pypi/v/agi-apps.svg?cacheSeconds=300)](https://pypi.org/project/agi-apps/)
[![Python versions](https://img.shields.io/pypi/pyversions/agi-apps.svg)](https://pypi.org/project/agi-apps/)
[![License: BSD 3-Clause](https://img.shields.io/pypi/l/agi-apps)](https://opensource.org/licenses/BSD-3-Clause)

`agi-apps` is the umbrella package for public AGILAB app project
distributions. The app code now lives in focused packages such as
`agi-app-flight-project`, `agi-app-mycode-project`, and
`agi-app-meteo-forecast-project`.

The umbrella keeps the lightweight `agilab.apps.install` helper and
`agilab.examples` learning assets, then depends on the per-app packages so
`agilab[ui]` and `agilab[examples]` still install the public app catalog.

## Quick Install

```bash
pip install agi-apps
```

Most users should install it through AGILAB profiles:

```bash
pip install "agilab[examples]"
pip install "agilab[ui]"
```

## Contents

- `agi_apps`: catalog of public app project distributions.
- `agilab.apps.install`: installer helper used by first-proof and UI workflows.
- `agilab.examples`: runnable scripts, previews, and notebook examples.
- `agi-app-*-project`: self-contained packages that expose app project roots
  through the `agilab.apps` entry point group.

The package contains public examples and app package dependencies, not private
enterprise app templates or a production MLOps platform.
