Metadata-Version: 2.1
Name: pyexlatex
Version: 0.10.7
Summary: Python Extends LaTeX - A High-Level Python API for Creating Latex Documents
Home-page: https://github.com/nickderobertis/py-ex-latex
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/py-ex-latex
Project-URL: Documentation, https://nickderobertis.github.io/py-ex-latex
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: mixins
Requires-Dist: pandas
Requires-Dist: tempdir
Requires-Dist: data
Requires-Dist: latex
Requires-Dist: future
Requires-Dist: sympy
Requires-Dist: shutilwhich
Requires-Dist: bibtexparser
Requires-Dist: Jinja2

# Python Extends LaTeX

## Overview

This project is aimed at creating LaTeX documents using only Python,
without directly writing LaTeX code. Rather
than building a direct Python API to LaTeX, this package has its own,
simpler API to creating documents.

## Links

See the
[documentation here.](
https://nickderobertis.github.io/py-ex-latex/
)

## Author

Created by Nick DeRobertis. MIT License.

