Metadata-Version: 2.4
Name: asi-cli
Version: 0.0.1
Summary: Compatibility alias for the AGILAB command-line interface; install and use canonical agilab.
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
Project-URL: Canonical, https://pypi.org/project/agilab/
Keywords: agilab,asi,cli,compatibility
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.11
Description-Content-Type: text/markdown
Requires-Dist: agilab>=2026.6.19

# asi-cli

`asi-cli` is a compatibility alias for the AGILAB command-line interface.

Install the canonical package for normal use:

```bash
pip install agilab
agilab --version
```

This alias depends on `agilab` and exposes an `asi-cli` command that delegates
to `agilab.lab_run.main`.
