Metadata-Version: 2.1
Name: crankshaft
Version: 0.1.1
Summary: Flow control library for the Bolt scripting language.
Home-page: https://github.com/reapermc/crankshaft
License: MIT
Keywords: beet,bolt,minecraft,datapack,minecraft-commands,mcfunction,library,reapermc
Author: ArcticYeti
Author-email: arcticyeti1@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: beet (>=0.84.0)
Requires-Dist: bolt (>=0.31.0)
Requires-Dist: lightning-rod (>=0.2.0)
Requires-Dist: mecha (>=0.67.0)
Requires-Dist: wicked-expressions (>=0.6.0)
Description-Content-Type: text/markdown

# crankshaft

[![GitHub Actions](https://github.com/reapermc/crankshaft/workflows/CI/badge.svg)](https://github.com/reapermc/crankshaft/actions)

> Flow control library for the Bolt scripting language.

## Installation

```bash
pip install crankshaft
```

---

License - [MIT](https://github.com/reapermc/crankshaft/blob/main/LICENSE)


