a python package capable of customizable logging features.
Project description
primebit
PORTED BY REQUEST FROM weebwashere
what is primebit you may ask? well primebit is a logging npm package that give the users ability, to log anything in a fancy way!
There's also 4 types of logging types you can use:
error
success
warning
log (default)
using these, will change the logging type to the one you prefer above.
Installation
to install primebit You can do the following:
pip install git+https://github.com/YumYummity/primebit.py
Implentation
After you've installed primebit, you can add your text, and implement the logging types like this:
from primebit import prime
prime.log("a regular message (default log)")
prime.error("a error message")
prime.success("a success message")
After you've customized your prefered logs, your good to go!
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
primebit.py-0.0.1.tar.gz
(1.7 kB
view details)
File details
Details for the file primebit.py-0.0.1.tar.gz
.
File metadata
- Download URL: primebit.py-0.0.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df0087608b816eaf5eaa764eb6906e0c6640b182bacb8f93125c4f2b4999cbad |
|
MD5 | a869ec5878ebe059aae81cab9fcd62a1 |
|
BLAKE2b-256 | 7fbc0e72de4f015b64fc106c758e4227748d155884ed50ca3beb601d9263e094 |