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: 27 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 (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T14:20:00.000Z (5 months ago)
- Last Synced: 2025-03-28T06:06:27.292Z (about 1 month ago)
- Topics: jupyter-notebook, multiprocessing, progress-bars, terminal-based, threading
- Language: Python
- Homepage: https://alphatwirl.github.io/atpbar/
- Size: 938 KB
- Stars: 94
- Watchers: 1
- Forks: 10
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pypi.org/project/atpbar)
[](https://pypi.org/project/atpbar)
[](https://anaconda.org/conda-forge/atpbar)
[](https://doi.org/10.5281/zenodo.2567283)[](https://github.com/alphatwirl/atpbar/actions/workflows/unit-test.yml)
[](https://github.com/alphatwirl/atpbar/actions/workflows/type-check.yml)
[](https://codecov.io/gh/alphatwirl/atpbar)# atpbar
_Progress bars_ for threading and multiprocessing tasks on the terminal and
Jupyter Notebook.
_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**: