Collection of python libraries
Project description
acciaccatura
acciaccatura is a collection of general-purpose Python libraries.
Libraries
- message: Prints colored messages based on importance.
- progress: Basic progress bar.
Packaging
- Gentoo: imperium repository.
Installation
To install the command line utility, run:
python3 -m build
pip install dist/*.whl
Example
Basic usage.
from time import sleep
from acciaccatura.progress import Progress
progress = Progress(detail="Status", total=100, info={})
for i in range(0, 101):
progress.update(current=i)
progress.print()
sleep(0.1)
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
acciaccatura-0.1.tar.gz
(15.4 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 acciaccatura-0.1.tar.gz.
File metadata
- Download URL: acciaccatura-0.1.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab2969c36f6e33952f4b5334559ca444a1b0b5b42135878becf31031ba8e5383
|
|
| MD5 |
2d337e429ffd0d059aaa7506e7bb3421
|
|
| BLAKE2b-256 |
880455323e87cc17d430e577f2ad9f4e1dea24091102651cf9dfb6cfef99bbda
|
File details
Details for the file acciaccatura-0.1-py3-none-any.whl.
File metadata
- Download URL: acciaccatura-0.1-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b77f280860bfede66453738b6ba6ef6b0f469dedacc314f4309d71edd38142c
|
|
| MD5 |
812248f5c3d0a32ccfb4a3f3d5fecbbb
|
|
| BLAKE2b-256 |
f2ea0cdd305aa0d2b4fbbc71620814a96b34e8321920b4ca6e104012f187bcf5
|