Metadata-Version: 2.4
Name: tmark-core
Version: 0.3.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Text Processing :: Markup :: Markdown
Summary: TMark: parse, format, lint and resolve TeXSmith Markdown
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Repository, https://github.com/yves-chevallier/tmark-core

# tmark

Python binding of the TMark core: `parse`, `format`, `lint`, `fixes`,
`resolve`, `edit`, `schema`, the diagnostic catalogue and the closed
registries, all JSON-shaped. Design: `design/09-bindings.md` of the
repository. Development install from the workspace:

    uv pip install maturin
    maturin develop -m crates/tmark-py/Cargo.toml

