Skip to main content

Display a progress bar and the status of a job in the console

Project description

printStatus

A simple collection of functions to print a progress bar in the console. In addition, it facilitates to print the status of a currently running job or the exit status of a finished job.

The module is for instance used by the GIST pipeline (https://abittner.gitlab.io/thegistpipeline/) and the generated messages look like this:

Installation

You can install this package with pip:

   pip install printStatus

Usage

A simple example of the usage of this module is provided in demo.py. The following functions are available:

  • printStatus.module(message): Print the name of the currently active module.
  • printStatus.running(message): Print a new message to stdout with the tag "Running".
  • printStatus.done(message): Print a new message to stdout with the tag "Done".
  • printStatus.updateDone(message, progressbar=False): Overwrite the previous message in stdout with the tag "Done" and a new message. Set progressbar=True if the previous message was the progress bar.
  • printStatus.warning(message): Print a new message to stdout with the tag "Warning".
  • printStatus.updateWarning(message, progressbar=False): Overwrite the previous message in stdout with the tag "Warning" and a new message. Set progressbar=True if the previous message was the progress bar.
  • printStatus.failed(message): Print a new message to stdout with the tag "Failed".
  • printStatus.updateFailed(message): Overwrite the previous message in stdout with the tag "Failed" and a new message. Set progressbar=True if the previous message was the progress bar.

Compatibility

Tested with Python3. Note that the appearance of the colours in the terminal depends on the specific setup of your terminal.

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

printStatus-1.0.6.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

printStatus-1.0.6-py3-none-any.whl (3.5 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