a Way Too Simple LOGger
Project description
wtslog
Way Too Simple LOGger
This is a small package that literally just exports one class, the Logger,
that does one thing: Collect and / or print messages
potentially with indentation.
Originally made because I wanted something simple for my adventofcode solutions, then made into it's own package because I was tired of importing it like this:
with open("../../_common/logger.py", "w") as logger_module:
exec(logger_module.read())
LOGGER: Logger = Logger(OUTPUT_PATH)
Then published to PyPI so I can properly
install and import it for usage.
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
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 wtslog-0.2.1.tar.gz.
File metadata
- Download URL: wtslog-0.2.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4e445c1aea2883ef6f5900c55cac57d5722d0a16e6605663a3cea3275af6a41
|
|
| MD5 |
7626f3865f4a8827e528421262ad6e09
|
|
| BLAKE2b-256 |
68f1b1b1f0784e4153c82c9631364ff58f7088691d004b8e0c6ec843e4ffa08e
|
File details
Details for the file wtslog-0.2.1-py3-none-any.whl.
File metadata
- Download URL: wtslog-0.2.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cb7886b1ec2980f6236b9179fdac04070e9fabe593f01dcfe284f991ecf7ed7
|
|
| MD5 |
c8b5cff120f04f332fcf2f4a687196ca
|
|
| BLAKE2b-256 |
ac7cd235b04cea18c3da8631d81c559e0e3c63aaefd99a41e76555dc1e9841ee
|