Metadata-Version: 2.4
Name: hetman-pipeline
Version: 2.2.2
Summary: Hetman Pipeline is a flexible, developer-centric validation engine. It is built for those who prioritize deep customization and want to manage validation, matching, and transformation logic in one centralized location.
Author-email: Hetman <degadupeko@my-relay.app>
Project-URL: Homepage, https://pipeline.hetman.app
Project-URL: Documentation, https://pipeline.hetman.app
Project-URL: Repository, https://github.com/hetman-app/hetman-pipeline
Project-URL: Issues, https://github.com/hetman-app/hetman-pipeline/issues
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: falcon
Requires-Dist: falcon>=4.0.0; extra == "falcon"
Provides-Extra: docs
Requires-Dist: mkdocs>=1.6; extra == "docs"
Requires-Dist: mkdocstrings[python]>=0.18.1; extra == "docs"
Requires-Dist: mkdocs-material>=9.7.1; extra == "docs"
Provides-Extra: i18n
Requires-Dist: hetman-pipeline-plugin-i18n; extra == "i18n"
Dynamic: license-file

<img src="https://raw.githubusercontent.com/hetman-app/hetman-pipeline/main/docs/assets/full-white-text.webp" alt="Hetman Logo" width="200" height="38" />

---

**Hetman Pipeline** is a flexible, developer-centric validation engine. It is built for those who prioritize deep customization and want to manage validation, matching, and transformation logic in one centralized location.

## Installation

```bash
pip install hetman-pipeline
```

## Documentation Setup

```bash
pip install hetman-pipeline[docs]
```

---

[Please check the documentation page for more details.](https://pipeline.hetman.app)
