cse_logger 🌌
a nonchalant, highly aesthetic logger for python. no noise, just vibes. made by the cse development team.
installation
pip install cse_logger
quick start
just import and use it. it comes with a built-in aesthetic ascii banner and clean, colorful log levels straight out of the box.
import time
from cse_logger import Logger
if __name__ == "__main__":
log = Logger(name="nexus")
log.sys("initializing core routines")
time.sleep(0.2)
log.info("binding to local interface")
time.sleep(0.1)
log.trace("loaded module: astrodynamics")
log.trace("loaded module: cybernetics")
time.sleep(0.3)
log.success("all systems nominal")
log.warn("memory fragmentation detected, auto-defrag queued")
time.sleep(0.1)
log.error("unauthorized access attempt dropped")
log.info("standing by.")
log levels
log.sys(): autonomous/system level events (magenta)log.info(): standard information (cyan)log.success(): successful operations (green)log.warn(): warnings (yellow)log.error(): errors (red)log.trace(): very subtle, barely there (dim gray)
community
join us at discord.gg/cse.
created by @ryze.xzy | @ryugabalwani
Release files for cse-logger 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cse_logger-1.0.1.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cse_logger-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.0 kB
Release files / cse_logger-1.0.1.tar.gz
| Download URL | cse_logger-1.0.1.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
12ba57a3cf137ec310afe0044b123b7922081f3b04279d61c343a4385d999b38
|
|
BLAKE2b-256 checksum How to use checksums |
bb45ab26563ba5f79f9cfbe395a8a6ca11bd4c6dfc4ce69c5f6025bc70b79a1e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|
Release files / cse_logger-1.0.1-py3-none-any.whl
| Download URL | cse_logger-1.0.1-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
13d9848bdff994e6b19bc97d69048afa8c9fd4fa49434e12dc230f4463e414df
|
|
BLAKE2b-256 checksum How to use checksums |
00d16c0b0ef05740a5b1bb28e5fcca29184363b8d20283a5d98cadc1c2daae53
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|