MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/regopy/__init__.py
src/regopy/interpreter.py
src/regopy/librego_shared.so
src/regopy/node.py
src/regopy/output.py
src/regopy/rego_shared.py
src/regopy.egg-info/PKG-INFO
src/regopy.egg-info/SOURCES.txt
src/regopy.egg-info/dependency_links.txt
src/regopy.egg-info/not-zip-safe
src/regopy.egg-info/requires.txt
src/regopy.egg-info/top_level.txt
src/regopy/__pycache__/__init__.cpython-312.pyc
src/regopy/__pycache__/interpreter.cpython-312.pyc
src/regopy/__pycache__/node.cpython-312.pyc
src/regopy/__pycache__/output.cpython-312.pyc
src/regopy/__pycache__/rego_shared.cpython-312.pyc
test/test_input.py
test/test_interpreter.py
test/test_node.py