Metadata-Version: 2.4
Name: bolt_control_flow
Version: 0.4.0
Summary: Utilities and helpers for overriding control flow behaviour in Bolt
Keywords: beet,bolt,minecraft,minecraft-commands,mcfunction
Author: Stefan van der Velden
Author-email: Stefan van der Velden <vdvman1@users.noreply.github.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
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-Dist: beet>=0.113.0
Requires-Dist: mecha>=0.102.0
Requires-Dist: bolt>=0.50.0
Requires-Python: >=3.14, <4
Project-URL: Bug Tracker, https://github.com/vdvman1/bolt-control-flow/issues
Project-URL: Documentation, https://vdvman1.github.io/bolt-control-flow/
Project-URL: Homepage, https://vdvman1.github.io/bolt-control-flow/
Project-URL: Repository, https://github.com/vdvman1/bolt-control-flow
Description-Content-Type: text/markdown

# bolt-control-flow

[![GitHub Actions](https://github.com/vdvman1/bolt-control-flow/workflows/CI/badge.svg)](https://github.com/vdvman1/bolt-control-flow/actions)

> Utilities and helpers for overriding control flow behaviour in Bolt

## Installation

```bash
pip install bolt_control_flow
```

---

License - [MIT](https://github.com/vdvman1/bolt-control-flow/blob/main/LICENSE)
