Quickly generate LaTeX tables
Project description
mylatextable
This package intends to make it easier to create LaTeX-formated tables from tabular data that is available in Python.
A typical use case would be
from mylatextable import MyLatexTable
header = [...] # Define header fields
table = MyLatexTable(header_fields=header, use_booktabs=True)
rows = .... # create a list of rows according to your logic
for row in rows:
table.add_row(row)
print(table.get_latex()) # display LaTeX code
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mylatextable-0.0.1.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file mylatextable-0.0.1.tar.gz
.
File metadata
- Download URL: mylatextable-0.0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a490e2a1f2000ac025ee5d4c3cf2e2faa671121089e760b4d88173ace10f325 |
|
MD5 | b642a6121cd64f1fb1ba32ed1f1bd4e8 |
|
BLAKE2b-256 | a96369723ee812eb9aa108c023b48154845c71124fa6593f488a195ae1886c48 |
File details
Details for the file mylatextable-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: mylatextable-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b78db571fa7bdfbe3d43a1c02ee08736247fe803cb222383fffc24a6914eb7d0 |
|
MD5 | fe2b94e65e896be7571750b8e1d37eb8 |
|
BLAKE2b-256 | dc69b6a6005e2c566f6cee65a8c539653f78b3127623f57b19c0a6e08cbe0457 |