issues
search
alphatwirl
/
atpbar
Progress bars for threading and multiprocessing tasks on terminal and Jupyter Notebook
https://alphatwirl.github.io/atpbar/
MIT License
93
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is there any way to estimate execution time similar to tqdm?
#69
Koruvika
opened
1 week ago
1
Bump codecov/codecov-action from 4 to 5
#68
dependabot[bot]
opened
1 week ago
0
Support Python 3.13
#67
TaiSakuma
closed
1 month ago
1
Add tests on Python 3.13 in GitHub Actions
#66
TaiSakuma
closed
1 month ago
1
Format code with `ruff`
#65
TaiSakuma
closed
1 month ago
1
Support Python 3.9
#64
TaiSakuma
closed
2 months ago
1
Remove `ProgressReportComplementer`
#63
TaiSakuma
closed
4 months ago
1
Clean code
#62
TaiSakuma
closed
4 months ago
1
Update tests on `Stream`
#61
TaiSakuma
closed
4 months ago
1
Clean code
#60
TaiSakuma
closed
4 months ago
0
Rename `threading.py` to distinguish from the system module
#59
TaiSakuma
closed
4 months ago
1
Clean code
#58
TaiSakuma
closed
4 months ago
1
Update state transitions
#57
TaiSakuma
closed
4 months ago
1
Update the state diagram in docstring
#56
TaiSakuma
closed
4 months ago
1
Add test for state transitions
#55
TaiSakuma
closed
4 months ago
1
Move `.coveragerc` to `pyproject.toml`
#54
TaiSakuma
closed
4 months ago
1
Clean code
#53
TaiSakuma
closed
5 months ago
1
Rename `taskid` to `task_id` for spellchecker
#52
TaiSakuma
closed
5 months ago
1
Split the `Active` state into two states in the state machine
#51
TaiSakuma
closed
5 months ago
1
Rewrite tests in `tests/scenarios/` with Hypothesis
#50
TaiSakuma
closed
5 months ago
1
Change license to MIT License
#49
TaiSakuma
closed
5 months ago
1
Fix spell checker errors
#48
TaiSakuma
closed
6 months ago
1
Replace sys.modules with the import statement
#47
TaiSakuma
closed
6 months ago
1
Bump actions/checkout from 3 to 4
#46
dependabot[bot]
closed
6 months ago
1
Bump actions/setup-node from 3 to 4
#45
dependabot[bot]
closed
6 months ago
1
Bump actions/setup-python from 4 to 5
#44
dependabot[bot]
closed
6 months ago
1
Replace double quotes with single quotes
#43
TaiSakuma
closed
6 months ago
1
Fix type, linter, and spell checker errors
#42
TaiSakuma
closed
6 months ago
1
Add type hints to `tests`
#41
TaiSakuma
closed
6 months ago
1
Rename `progressreport` to `progress_report`
#40
TaiSakuma
closed
6 months ago
1
Add documentation
#39
TaiSakuma
closed
6 months ago
1
Add the context manager `flushing()`
#38
TaiSakuma
closed
6 months ago
1
Remove the option time_track
#37
TaiSakuma
closed
6 months ago
1
Add type hints
#36
TaiSakuma
closed
6 months ago
0
Make the first argument of `atpbar` positional only
#35
TaiSakuma
closed
6 months ago
1
Format code with black and isort
#34
TaiSakuma
closed
6 months ago
1
Remove support for `Mantichora`
#33
TaiSakuma
closed
6 months ago
1
Require Python 3.10 and above
#32
TaiSakuma
closed
6 months ago
0
Switch from `setup.py` to `pyproject.toml`
#31
TaiSakuma
closed
6 months ago
0
Switch widget view to plain text in jupyter
#30
jacopomoi
opened
1 year ago
0
exporting class Atpbar in __init__.py
#29
Nicolas-Reyland
opened
1 year ago
1
Set outer progress bar in multi processing
#28
eggplants
opened
1 year ago
0
Feature/lintering
#27
g3n35i5
closed
6 months ago
1
Running code formatter / linter on entire codebase
#26
g3n35i5
closed
6 months ago
2
Removing leading whitespace on tty progress bar.
#25
g3n35i5
opened
2 years ago
0
Leading whitespace at line begin - Configurable formatting
#24
g3n35i5
opened
2 years ago
1
Added threading example with requests. Also added 'from atpbar import…
#23
choudhary-archit
closed
6 months ago
0
support `async for`
#22
TaiSakuma
opened
3 years ago
0
How do I use atpbar with multiprocessing.Pool?
#21
thomasdziedzic
closed
3 years ago
2
Update README code example for multiprocessing
#20
witran
closed
4 years ago
1
Next