feat(py): python bindings for BoolExpr with sugar
This commit is contained in:
parent
6340a18149
commit
c322d34859
4 changed files with 176 additions and 33 deletions
|
|
@ -6,11 +6,12 @@ build-backend = "maturin"
|
|||
name = "pyargus"
|
||||
requires-python = ">=3.7"
|
||||
classifiers = [
|
||||
"Programming Language :: Rust",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
"Programming Language :: Rust",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
]
|
||||
|
||||
|
||||
[tool.maturin]
|
||||
features = ["pyo3/extension-module"]
|
||||
module-name = "argus._argus"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue