ie-schema 0.1.0

A flexible schema specification and parser for information extraction tasks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[project]
name = "ie_schema"
version = "0.1.0"
description = "A flexible schema specification and parser for information extraction tasks."
readme = "README.md"
requires-python = ">=3.13"
license = 'MIT'

[build-system]
requires = ['maturin>=1.0,<2.0', 'pip']
build-backend = 'maturin'