Metadata-Version: 2.1
Name: lightning-rod
Version: 0.2.2
Summary: Function library for the Bolt scripting language.
Home-page: https://github.com/reapermc/lightning-rod
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: mecha (>=0.67.0)
Requires-Dist: wicked-expressions (>=0.6.0)
Description-Content-Type: text/markdown

# lightning-rod

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

> Function library for the Bolt scripting language.

## Installation

```bash
pip install lightning_rod
```

---

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


