statuscast

Cast status of a script with a nice simple look.


Keywords
pretty, print, status, modern, simple
License
MIT
Install
pip install statuscast==0.0.1

Documentation

Statuscast

Cast status of a script with a nice simple look. Cast nice looking status messages for your script tasks.

Goal and Philosophy

Statuscast originally made for private use cases, but why not share it? 🍰 First public python package made by me. Contribution, bug fixes and feature requests are welcome.

Table of Contents

  1. Documentation

    1. Installation
    2. Examples
    3. Quickstart
  2. License

Documentation

Installation

$ pip install statuscast

Quickstart

from statuscast import Cast
import time

task = Cast('Do something')
# Stuff
time.sleep(2)
task.complete()

Outputs: Alt Text

Examples

License

Copyright (c) 2018 DigitalArc (twitter: @thedigitalarc)

Licensed under the MIT license.