- Python: tree of python objects instead of tree of dicts

- Rust: more derives
This commit is contained in:
w.pomp
2026-06-22 18:08:58 +02:00
parent 034b879e3f
commit 5ecc5c6cb4
38 changed files with 7582 additions and 3435 deletions
+33
View File
@@ -0,0 +1,33 @@
[build-system]
requires = ["maturin>=1.9.4,<2.0"]
build-backend = "maturin"
[project]
name = "ome-metadata"
requires-python = ">=3.10"
classifiers = [
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Rust",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
dynamic = [
"version",
"description",
"readme",
"license",
"license-files",
"authors",
"maintainers",
"keywords",
"urls",
]
[tool.maturin]
features = ["python"]
module-name = "ome_metadata"
strip = true
[tool.isort]
line_length = 119