latex2pydata
allows LaTeX to save data to
file using
Python literal syntax,
and provides a Python library for loading this data in Python. It consists of
two parts:
-
The
latex2pydata
LaTeX package, underlatex/
in this repository with its own documentation. The LaTeX package is available for installation through CTAN. -
The
latex2pydata
Python package, underpython/
in this repository with its own documentation. The Python package is available for installation through PyPI.