Metadata-Version: 2.4
Name: axm
Version: 0.1.0a1
Summary: The Swiss Clock for Data Pipelines — Data Governance at the Edge
Author-email: Gabriel Jarry <jarry.gabriel@gmail.com>
License-Expression: Apache-2.0
Keywords: data-contracts,data-governance,pipelines,zero-trust
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: axm-cli>=0.1.0a1
Description-Content-Type: text/markdown

# AXM

**The Swiss Clock for Data Pipelines** — Data Governance at the Edge.

## Installation

```bash
pip install axm
```

## What's Included

This is the meta-package that installs all AXM components:

- **axm-cli** — Command-line interface (`axm init`, `axm run`, etc.)
- **axm-engine** — Pipeline orchestration and execution
- **axm-core** — Core data contracts and validation
- **axm-tabular** — Polars-based tabular data support
- **axm-image** — PIL-based image data support

## Quick Start

```bash
mkdir my-pipeline && cd my-pipeline
axm init .
axm run pipelines/daily_etl.axm
```

## Documentation

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