Acrolint
Acrolint is a extreamly light weight python library for extraction of acronyms used in your latex and text files, that grow to long to remeber where you used your BUAs (Big Ugly Aconyms)
✨ Features
- Extracting both the acrronyms and the deffintions for filling in any acronym pages to your work
- Detect any acronyms you did not define all the UDAs
- Track where they are first used sao you can fill in the deffinions or check they are deffomed were thy are firt used in your multi file project
- Suports multiple files
- JSON file output for the ability to store all of your acronyms and to enable down stream anaylysis
📦 Installation
pip install acrolint
## 💨 Fast start
from acrolint import acrolint, output_file
files = [
"chapter1.tex",
"chapter2.tex",
"chapter3.tex"
]
result = acrolint(files)
output_file("acronyms.json",result)
Release files for acrolint 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| acrolint-0.1.5.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| acrolint-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:8.7 kB
Release files / acrolint-0.1.5.tar.gz
| Download URL | acrolint-0.1.5.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5880100386b4929ec1116e8bd340f29902f14ffbb274ff700ab91091b5c267ef
|
|
BLAKE2b-256 checksum How to use checksums |
394b57c7b11aeaae1ea46fdfcec483eb928f537021cf4a02ecd171a83378a4a5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.1
|
Release files / acrolint-0.1.5-py3-none-any.whl
| Download URL | acrolint-0.1.5-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
86165e265107f5a1225f2f42c50d0b18a62b81b364fe9af0c08961ab8bced532
|
|
BLAKE2b-256 checksum How to use checksums |
df3d417e204b203e4068d9d476b61f62a100bf30230bef3be90d64202cb4da53
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.1
|