typesec-python 0.4.0

Rust-backed Python bindings for Typesec policy checks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-system]
requires = ["maturin>=1.8,<2"]
build-backend = "maturin"

[project]
name = "typesec-native"
version = "0.4.0"
description = "Rust-backed Python bindings for Typesec policy checks"
requires-python = ">=3.10"
license = "MIT OR Apache-2.0"
authors = [{ name = "typesec contributors" }]

[tool.maturin]
module-name = "typesec_native"
features = ["extension-module"]