Divulge
Opinionated console messaging helper for Python — coloured, prefixed
info / success / warning / error / system lines.
Install
pip install lupaxa-divulge
Requires Python 3.10+.
Usage
import lupaxa.divulge as divulge
divulge.info("Server starting")
divulge.success("Operation completed")
divulge.warning("Disk usage high")
divulge.error("Connection failed")
divulge.system("Starting backup job")
divulge.Divulge("done").success()
divulge.divulge({"id": 1}).warning()
Turn colours or prefixes off for the process:
divulge.configure(use_colours=False, use_prefixes=False)
Bold is off by default. Enable it for one call or for the process:
divulge.info("this line is bold", use_bold=True)
divulge.configure(use_bold=True)
A walkthrough of the API is in demo.py:
python demo.py
Documentation
Site pages live in mkdocs/ and publish to
https://divulge.thelupaxaproject.org/.
make init
make python-install-dev
make mkdocs-serve
Release files for lupaxa-divulge 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lupaxa_divulge-0.1.4.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lupaxa_divulge-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.2 kB
Release files / lupaxa_divulge-0.1.4.tar.gz
| Download URL | lupaxa_divulge-0.1.4.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
83a2ffe82c48d06e273189d352270dd9de5b685e06ea6540da6cb89eacc2667a
|
|
BLAKE2b-256 checksum How to use checksums |
8629586c377faa80fd9fef9fafc8726226a31843d03750b951d7b60eaae4e319
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / lupaxa_divulge-0.1.4-py3-none-any.whl
| Download URL | lupaxa_divulge-0.1.4-py3-none-any.whl |
|---|---|
| Size | 6.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4916bc868ef69d89126a3f50cf45c2046309e1c65a849847048b0f51eaf4b7cb
|
|
BLAKE2b-256 checksum How to use checksums |
9225c1ea7ffe443aead0e0f4df922bdb9ebea6eafbafcfd2d734e60655a7260a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency log