Metadata-Version: 2.4
Name: axm-core
Version: 0.1.0a1
Summary: Catalog-first data pipeline engine with built-in governance and quality
Author-email: JarryGabriel <jarry.gabriel@gmail.com>
Keywords: catalog,data-pipeline,governance,orchestrator,validation
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: loguru>=0.7.3
Requires-Dist: pydantic>=2.10.6
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: pyyaml>=6.0.3
Description-Content-Type: text/markdown

# AXM Core

Core data contracts, validation, and catalog primitives for AXM.

## Installation

```bash
pip install axm-core
```

## Features

- **Data Contracts** — Define schemas, ownership, and compliance in YAML
- **Validation** — Zero-trust validation with Pydantic v2
- **Catalog** — Organize and discover data assets

## Documentation

Full documentation: https://JarryGabriel.github.io/axm-protocols/
