Skip to main content

Basic logging library with a customizable log message, progress bar, and more!

Project description

Basic logging library with a customizable log message, progress bar, and more!

This logging library was created specifically for Shinigami (Python), but you should have no issues integrating it into your codebase as long as you're running Python 3.

The best way to utilize the Faye library is by using pip. You can install the library by running the following command:

pip install faye

Usage

The library is currently limited due to it being updated on a necessity basis, but there are a few examples below to help with using it.

# Imports the Faye library
from faye.faye import Faye

# Prints a "CRITICAL" log message to stdout
print(Faye.log(msg="Faye is awesome!", level="CRITICAL"))

# Prints a basic progress bar to stdout
print(Faye.progress(total=100, description="Downloading..."))

Even though Faye should be compatible with most Python 3 projects, it is still in an early stage of development. This means Faye could be altered at any time.

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

faye-0.1.8.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

faye-0.1.8-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page