Metadata-Version: 2.1
Name: ruulang-runtime
Version: 0.1.2
Summary: The python runtime library for the RuuLang project
Author: Zach
Author-email: zach@dttw.tech
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pydantic (>=2.4.2,<3.0.0)
Description-Content-Type: text/markdown

# RuuLang

RuuLang is a small configuration language for defining permission rules. This library serves as the runtime for code generated by the core `ruu` compiler.

For more information about the project, and how to use this library, [please check out the main project](https://github.com/zwade/ruulang)!
