Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

TXM.py

Python bindings for TXM.

Example

pip install txm-py
import txm

print(txm.render("E=mc^2"))

Build

uv venv
source .venv/bin/activate
uv pip install maturin
uv run maturin develop

And then in a python repl:

import txm
# do stuff

License