stam-python 0.12.1

STAM is a library for dealing with standoff annotations on text, this is the python binding.
Documentation
1
2
3
4
5
6
7
8
9
[project]
name = "stam"

[project.optional-dependencies]
test = [ "pytest" ]

[build-system]
requires = ["maturin>=1.0.1"]
build-backend = "maturin"