Metadata-Version: 2.4
Name: krywok-pipeline
Version: 1.1.1
Summary: Krywok 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: Krywok <degadupeko@my-relay.app>
Project-URL: Homepage, https://pipeline.krywok.com
Project-URL: Documentation, https://pipeline.krywok.com
Project-URL: Repository, https://github.com/krywok/krywok-pipeline
Project-URL: Issues, https://github.com/krywok/krywok-pipeline/issues
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
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.1; extra == "docs"
Requires-Dist: mkdocstrings[python]==1.0.3; extra == "docs"
Requires-Dist: mkdocs-material==9.7.3; extra == "docs"
Provides-Extra: i18n
Requires-Dist: krywok-pipeline-plugin-i18n; extra == "i18n"
Dynamic: license-file

<img src="https://krywok.com/svg/logo/full-mix-white-alpha.svg" alt="Krywok Logo" width="190" height="55" />

---

**Krywok 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 krywok-pipeline
```

## Documentation Setup

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

---

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