Metadata-Version: 2.4
Name: acex-client
Version: 0.0.10
Summary: ACE-X CLIENT - Client for ACE-X
License: AGPL-3.0
Keywords: automation,control
Author: Johan Lahti
Author-email: johan.lahti@acebit.se
Requires-Python: >=3.13,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: acex (>=0.0.10,<0.0.11)
Requires-Dist: acex-driver-cisco-ioscli (>=0.0.10,<0.0.11)
Requires-Dist: datamodel-code-generator (>=0.43.1,<0.44.0)
Requires-Dist: datetime (>=6.0,<7.0)
Requires-Dist: pydantic (>=2.12.5,<3.0.0)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Requires-Dist: rich (>=13.0.0,<14.0.0)
Requires-Dist: typer (>=0.12.0,<0.13.0)
Description-Content-Type: text/markdown

# ACE-X CLIENT

This client is used for communication with the ACEX-API and is used within
the cli, worker and more. 

## Installation

```bash
pip install acex-client
```

See the [main documentation](../README.md) for more information.


