Progress Bar with command wrapping
Project description
Overview
Wrapper-Bar
is a python module to help wrap commands with the progress bar. Wrapper-Bar
helps in wrapping shell commands, or even python scripts with a progress bar and ETA.
Badges
Table of Contents
Installation
To install wrapper-bar
, use pip.
pip install wrapper-bar==0.1.1
Usage
-
Import the Wrapper class.
>>> from wrapper_bar.wrapper import Wrapper
-
Initialize the Wrapper Class.
>>> wrapControl = Wrapper(*params) # for parameters, check docstring.
-
Docstring
# to check docstring, in terminal/CMD, run: $ pydoc wrapper_bar.wrapper.Wrapper
-
Methods
-
decoy
>>> wrapControl.decoy(*params) # parameters are in the docstring. # decoy is for creating empty progressbar.
-
shellWrapper
>>> wrapControl.shellWrapper(*params) # parameters are in the docstring. # shellWrapper can wrap list of shell commands across the progressbar.
-
pyWrapper
>>> wrapControl.pyWrapper(*params) # parameters are in the docstring. # pyWrapper can wrap list of python scripts across the progressbar.
-
Uninstall
To uninstall wrapper-bar
, use pip.
pip uninstall wrapper-bar
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
wrapper_bar-0.1.1.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for wrapper_bar-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2faee002dc64b6be46637bb014b11d98d55f6e714583a35a11ca1b280c1e049 |
|
MD5 | c89b41060b4c2e887955e9399fb7bc53 |
|
BLAKE2b-256 | 5a7cd2a5e6c7a2d0b2405ebe73c341e9f1f93de795c1fbc461129995750749a5 |