Python utilities for terminal display and logs management
Project description
pyutilities
Python utilities for terminal display and logs management
Usage
from pyutilities_thedarknine import display
# Print messages
display.info("Your script ends")
display.alert("Something went wrong")
display.title("List of resources")
# Print list
from pyutilities_thedarknine import display
rows = ["John", "Jane"]
display.items_list(rows)
Install
poetry add git+ssh://git@github.com:thedarknine/pyutilities.git
Development
- Clone repository
- Install dependencies
- Lint file before commit
poetry run black display.py logs.py --diff
- Lint docstring
poetry run ruff check
- Test
poetry run pytest
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 pyutilities_thedarknine-1.0.0.tar.gz.
File metadata
- Download URL: pyutilities_thedarknine-1.0.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.13.2 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
273318e012c4545ed1413173e1780e90b5709894ca8b48da1170ddf1201867dc
|
|
| MD5 |
31e915e3aa2cad315c2d907e8de6b218
|
|
| BLAKE2b-256 |
2f16faae9240f2f6db2be2be2a33592a4ae0a11d3397123233d93a2932145b3f
|
File details
Details for the file pyutilities_thedarknine-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pyutilities_thedarknine-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.13.2 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30acf02307e13c05e718f1c64fe419925e0d680fbe52de95ecd6cf4c736b6d3e
|
|
| MD5 |
f52d49bf285db1b2b50004a6e592d52d
|
|
| BLAKE2b-256 |
ffaca2972e19b9b62ce94dea7a5ac65834b416aa5bc617a96c378c6c7504cd84
|