parsetabtolatex parses an output file of ply and extracts the grammar into a .tex file using the grammar environment provided by the syntax LaTeX package.
| Author | License | Homepage |
|---|---|---|
| Maria Climent-Pommeret | MIT Licence | https://gitlab.climent-pommeret.red/Chopopope/parsetabtolatex |
Installation
Please run the following command in a virtual environment using Python3.5
pip install parsetabtolatex
Usage example
In[1]: from parsetabtolatex import parsetabtolatex as pl
In[2]: pl.ParseTabToLatatex("/tmp/partetab.py", "/tmp/grammar.tex").generate_latex()
Release files for parsetabtolatex 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| parsetabtolatex-0.0.3.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| parsetabtolatex-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.2 kB
Release files / parsetabtolatex-0.0.3.tar.gz
| Download URL | parsetabtolatex-0.0.3.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cadeab898ef0f9468a5bbd824a0b39a27a9eb834a8bea66f5acdda396208ded4
|
|
BLAKE2b-256 checksum How to use checksums |
fa1c62f317fb231bfc9660e756f0b68f93bf213014fc1e8fc9a80b54fb4e9ea7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
|
Release files / parsetabtolatex-0.0.3-py3-none-any.whl
| Download URL | parsetabtolatex-0.0.3-py3-none-any.whl |
|---|---|
| Size | 6.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6d4180f6fbf9d5212a88616543812e02aee1c948706532a9bf4d383912b02242
|
|
BLAKE2b-256 checksum How to use checksums |
25bf3293a86fe047d3dbdce03a2238ddf810ba124386a246f30b9e0d0d644a10
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
|