Skip to content

gpoore/latex2pydata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latex2pydata - send data from LaTeX to Python using Python literal format

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, under latex/ in this repository with its own documentation. The LaTeX package is available for installation through CTAN.

  • The latex2pydata Python package, under python/ in this repository with its own documentation. The Python package is available for installation through PyPI.