A module for moving data into LaTeX formated text.
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
latexqol
A module for moving data into LaTeX formated text. Under construction. Currently only 1 function.
Example use
To copy a simple Latex formated table from a list of data arrays to you clipboard
from latexqol import copy_table
headers = ["header1", "header2", "header3"]
col1 = [1, 2, 3]
col2 = [4, 5, 6]
col3 = [7, 8, 9]
copy_table(headers, col1, col2, col3)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file latexqol-0.0.2.tar.gz.
File metadata
- Download URL: latexqol-0.0.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af2d8f7223638a57a3b5d3bc7eda8919d5880f3efdaa3c59cdc833fbec7ea838
|
|
| MD5 |
a928e92148a9a6be486d8aba50ff2f61
|
|
| BLAKE2b-256 |
85e1b346153648967520316fe711afc9d60a4b76bb6c33880c38ee15fd9f7ffa
|
File details
Details for the file latexqol-0.0.2-py3-none-any.whl.
File metadata
- Download URL: latexqol-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c06bf3677295c74500e4c4b82e3d811d45101c5a1a9e4f67f5dfe79be4df0394
|
|
| MD5 |
9a10fbe3510f5aa27e3645dfcf724d72
|
|
| BLAKE2b-256 |
e60c718832dde810b73c767a3fe16af44c70a1476135e88a76887a35084716d4
|