Metadata-Version: 2.4
Name: a2c-core
Version: 0.2.1
Summary: A2C engine — schemas, validation, and workflow orchestration
Author-email: Michel Gillet <michel.gillet@libesys.org>
License-Expression: MIT
Project-URL: Homepage, https://gitlab.com/libesys/ai-workflows/a2c-workflow
Project-URL: Repository, https://gitlab.com/libesys/ai-workflows/a2c-workflow.git
Project-URL: Documentation, https://gitlab.com/libesys/ai-workflows/a2c-workflow/-/tree/develop/docs/architecture
Keywords: a2c,architecture,workflow,validation
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: httpx>=0.27

# a2c-core

A2C engine — schemas, validation, and workflow orchestration for Architecture-to-Code
governed repositories.

Part of the [a2c-workflow](https://gitlab.com/libesys/ai-workflows/a2c-workflow) product.
Lockstep version with `a2c-cli` and `a2c-tui`.

## Install

```bash
pip install a2c-core
```

## Documentation

- [Architecture](https://gitlab.com/libesys/ai-workflows/a2c-workflow/-/tree/develop/docs/architecture)
- [Package publishing](https://gitlab.com/libesys/ai-workflows/a2c-workflow/-/blob/develop/docs/package-publishing.md)
