Python bindings (#115)

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2024-01-28 14:39:59 -08:00
committed by GitHub
parent 055bdd295f
commit 8ca863c661
12 changed files with 514 additions and 12 deletions

View File

@@ -65,7 +65,8 @@ builtins. See [OPA Conformance](#opa-conformance) below.
Regorus can be used from a variety of languages:
- Javascript (nodejs): Via npm package `regorus-wasm`. This package is Regorus compiled into WASM.
- Javascript: Via npm package `regorusjs`. This package is Regorus compiled into WASM.
- Python: Via `regorus` package.
## Getting Started