A linter for acronyms in text files.
Project description
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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
acrolint-0.1.5.tar.gz
(4.2 kB
view details)
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 acrolint-0.1.5.tar.gz.
File metadata
- Download URL: acrolint-0.1.5.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5880100386b4929ec1116e8bd340f29902f14ffbb274ff700ab91091b5c267ef
|
|
| MD5 |
b61acf505efc77c0c670af439bba67c6
|
|
| BLAKE2b-256 |
394b57c7b11aeaae1ea46fdfcec483eb928f537021cf4a02ecd171a83378a4a5
|
File details
Details for the file acrolint-0.1.5-py3-none-any.whl.
File metadata
- Download URL: acrolint-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86165e265107f5a1225f2f42c50d0b18a62b81b364fe9af0c08961ab8bced532
|
|
| MD5 |
74c7a79194f818ad55d7898749bb4fff
|
|
| BLAKE2b-256 |
df3d417e204b203e4068d9d476b61f62a100bf30230bef3be90d64202cb4da53
|