Metadata-Version: 2.1
Name: SEPTeX
Version: 0.2.0
Summary: SEPTeX is a wrapper library for generating TeX/TikZ code through Python.
Home-page: https://github.com/MarcelSimader/SEPTeX/
Author: Marcel Simader
Author-email: marcel0simader@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://marcelsimader.github.io/SEPTeX/
Project-URL: Source, https://github.com/MarcelSimader/SEPTeX/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: Development Status :: 3 - Alpha
Classifier: License :: Free for non-commercial use
Classifier: Operating System :: Unix
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# SEPTeX

[![Publish to PyPI](https://github.com/MarcelSimader/SEPTeX/actions/workflows/python-publish.yml/badge.svg)](https://github.com/MarcelSimader/SEPTeX/actions/workflows/python-publish.yml)
|  [Documentation](https://marcelsimader.github.io/SEPTeX/)

SEPTeX is a wrapper library for generating TeX/TikZ code through Python.

This project is in version ``v0.x.y`` and hence in rapid development phase. Once a stable public API has formed version ``v1.0.0`` will be released.

---

The package is of the following structure:
- ### SEPTeX
  The basic TeX wrapper classes which form the framework.

- ### SEPTikZ
  The TikZ objects and environments which form the TikZ framework.

> Under construction:
> - ### SEPGraph
>   More complex graph data structured and algorithms which interface SEPTikZ.

---

## Example Usages

Examples are under construction. See documentation for simple examples.


