A simple library to display an eta bar
Project description
Script Queue Manager
A simple library to display an eta bar. Useful to track the progress of long running tasks. It can be included in the project with just 2 lines of code.
Installing from pip
Stable release
pip install etabar
Development release
pip install -i https://test.pypi.org/simple/ etabar
Example usage
from etabar.ETA import ETA
import time
eta = ETA(100)
time.sleep(2)
for i in range(100):
eta.update()
time.sleep(2)
Getting Started
I highly recommend that you fork the project by clicking on the Fork button and then cloning your fork using the command mentioned below.
git clone <your fork URL>
Prerequisites
- Python 3.5+
- A code editor or IDE(preferable PyCharm)
Setting up for Development
Follow the steps mentioned below to get your dev instance running.
-
After cloning your fork, open the project in an IDE or code editor of you choice.
-
It is highly advisable that you create a new Python environment for the project. Follow the instructions given here.
-
Navigate to the project directory and install the
requirement.txtpackages.cd <project-directory> pip install -r requirements.txt
Tests
Not yet implemented
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Authors
- Mayank Vaidya - Initial work
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file etabar-0.0.2.tar.gz.
File metadata
- Download URL: etabar-0.0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f179b9c43a3ab1511272beb830bcaa6dc7a41d5520b274ff6a64d0e67be6207d
|
|
| MD5 |
18c652c3c21ad974cc719c82ae1ee7c5
|
|
| BLAKE2b-256 |
e31ff108bdc92001cb3c3cfa6aae71e3174372ad580cea9800496bfdc8edb248
|
File details
Details for the file etabar-0.0.2-py3-none-any.whl.
File metadata
- Download URL: etabar-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3eb6dee7b13b3e7452edf37525c59fec3410271982ce3a2d881eb42403c6c2f0
|
|
| MD5 |
b56e8051bd4e4b59ab168c8889298c9f
|
|
| BLAKE2b-256 |
08326f09c2f6af04e478adbb1eced8dd6064feb3bb63624da555921b39e874e1
|