No project description provided
Project description
Consoler
A terminal printer that's totally tailored to how I like terminal printouts. If this happens to also be how you like terminal printouts, this package may well be for you too.
Installing
poetry add consoler
or pip install consoler
Usage
from consoler import console
console.log("This is a log level print out")
console.info("This is an info level print out")
console.warn("This is a warning level print out")
try:
1 / 0
except Exception as e:
console.error("Oh no!", e)
Settings
Using with Django you set a few things in the Django settings to affect behaviour of conoler.
DEBUG = True
If DEBUG
is True
consoler will print to stdout, otherwise it will send the output to loguru.
CONSOLE_LOG_LEVEL = 'LOG'
You can set a log level for which message you want to reach the screen. Available levels are...
LOG
INFO
SUCCESS
TEMPLATE
WARN
ERROR
CONSOLE_PATH_PREFIX = ''
When developing in a docker container or VM, the start of consoler's file paths might not quite match your local filesystem. Set a prefix here to prepend to the output's path string. This is super useful if you use https://github.com/dandavison/iterm2-dwim to make file paths clickable in iTerm.
Changelog
0.1.5
- Remove the hard dependency on loguru, it still works with it, but this way we don't need to keep this package up to date with loguru releases.
- Slightly modernise the code a little.
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
File details
Details for the file consoler-0.1.7.tar.gz
.
File metadata
- Download URL: consoler-0.1.7.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.9.19 Darwin/23.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93e8859af775e082ea696bc43aac5d6a607a3aa1955b4e188fafa425970228bf |
|
MD5 | 92cad05c4c68f08b9e778e5e4d5e4bca |
|
BLAKE2b-256 | 7c6a5df3be755bbe1bb2e8f7c50e862344da17649925909fec714b324e5729b1 |
File details
Details for the file consoler-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: consoler-0.1.7-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.9.19 Darwin/23.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3efcd1ee2de2d03724654b5856d1c8a5d74e3657f548dd3fda4b7335b63a9f2f |
|
MD5 | f7815e9ee02a0c1ffffd23d880d1175a |
|
BLAKE2b-256 | c912d3e248c38851c4f06011978258d82ead34bbe903ba21809b32f09dd5aa13 |