Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphatwirl/atpbar
Progress bars for threading and multiprocessing tasks on terminal and Jupyter Notebook
https://github.com/alphatwirl/atpbar
jupyter-notebook multiprocessing progress-bars terminal-based threading
Last synced: 7 days ago
JSON representation
Progress bars for threading and multiprocessing tasks on terminal and Jupyter Notebook
- Host: GitHub
- URL: https://github.com/alphatwirl/atpbar
- Owner: alphatwirl
- License: mit
- Created: 2019-02-17T02:15:54.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T14:20:00.000Z (20 days ago)
- Last Synced: 2024-12-03T15:28:08.739Z (20 days ago)
- Topics: jupyter-notebook, multiprocessing, progress-bars, terminal-based, threading
- Language: Python
- Homepage: https://alphatwirl.github.io/atpbar/
- Size: 938 KB
- Stars: 91
- Watchers: 2
- Forks: 10
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![PyPI - Version](https://img.shields.io/pypi/v/atpbar.svg)](https://pypi.org/project/atpbar)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/atpbar.svg)](https://pypi.org/project/atpbar)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/atpbar/badges/version.svg)](https://anaconda.org/conda-forge/atpbar)
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.2567283.svg)](https://doi.org/10.5281/zenodo.2567283)[![Test Status](https://github.com/alphatwirl/atpbar/actions/workflows/unit-test.yml/badge.svg)](https://github.com/alphatwirl/atpbar/actions/workflows/unit-test.yml)
[![Test Status](https://github.com/alphatwirl/atpbar/actions/workflows/type-check.yml/badge.svg)](https://github.com/alphatwirl/atpbar/actions/workflows/type-check.yml)
[![codecov](https://codecov.io/gh/alphatwirl/atpbar/branch/master/graph/badge.svg)](https://codecov.io/gh/alphatwirl/atpbar)# atpbar
_Progress bars_ for threading and multiprocessing tasks on the terminal and
Jupyter Notebook.![Demo](demo.svg)
_atpbar_ can display multiple progress bars simultaneously growing to show the
progress of each iteration of loops in
[threading](https://docs.python.org/3/library/threading.html) or
[multiprocessing](https://docs.python.org/3/library/multiprocessing.html)
tasks. _atpbar_ can display progress bars on the terminal and [Jupyter
Notebook](https://jupyter.org/).**Documentation**: