Metadata-Version: 2.4
Name: compytex
Version: 0.0.4
Summary: Latex compilation and log parser
Author: Jérôme Dufour
Author-email: Jérôme Dufour <jerome.dufour@eduvaud.ch>
License-Expression: GPL-3.0-or-later
Requires-Python: ==3.13.*
Project-URL: Repository, https://bitbucket.org/jdufour/compytex/src/main/
Project-URL: Changelog, https://bitbucket.org/jdufour/compytex/src/main/CHANGELOG.md
Project-URL: Documentation, https://compytex.readthedocs.io/en/latest/
Description-Content-Type: text/markdown

# Compytex

This package provides one utility, **compytex**, and two classes that can be
used in your own project:

+ **PdfLaTeX** to compile `.tex` document
+ **LatexLogParser** to parse, reformat and display `.log` file
