.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGES.rst
CONTRIBUTING.rst
ISSUE_TEMPLATE
LICENSE
MANIFEST.in
Makefile
README.rst
appveyor.yml
circle.yml
examples.py
pyproject.toml
pytest.ini
requirements.txt
ruff.toml
tox.ini
.github/FUNDING.yml
.github/ci-reporter.yml
.github/workflows/codeql.yml
.github/workflows/main.yml
.github/workflows/stale.yml
docs/.gitignore
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/progressbar.algorithms.rst
docs/progressbar.bar.rst
docs/progressbar.base.rst
docs/progressbar.env.rst
docs/progressbar.multi.rst
docs/progressbar.rst
docs/progressbar.shortcuts.rst
docs/progressbar.terminal.base.rst
docs/progressbar.terminal.colors.rst
docs/progressbar.terminal.rst
docs/progressbar.terminal.stream.rst
docs/progressbar.utils.rst
docs/progressbar.widgets.rst
docs/requirements.txt
docs/usage.rst
docs/_theme/LICENSE
docs/_theme/flask_theme_support.py
docs/_theme/wolph/layout.html
docs/_theme/wolph/relations.html
docs/_theme/wolph/theme.conf
docs/_theme/wolph/static/flasky.css_t
docs/_theme/wolph/static/small_flask.css
progressbar/__about__.py
progressbar/__init__.py
progressbar/__main__.py
progressbar/algorithms.py
progressbar/bar.py
progressbar/base.py
progressbar/env.py
progressbar/multi.py
progressbar/py.typed
progressbar/shortcuts.py
progressbar/utils.py
progressbar/widgets.py
progressbar/terminal/__init__.py
progressbar/terminal/base.py
progressbar/terminal/colors.py
progressbar/terminal/stream.py
progressbar/terminal/os_specific/__init__.py
progressbar/terminal/os_specific/posix.py
progressbar/terminal/os_specific/windows.py
progressbar2.egg-info/PKG-INFO
progressbar2.egg-info/SOURCES.txt
progressbar2.egg-info/dependency_links.txt
progressbar2.egg-info/entry_points.txt
progressbar2.egg-info/requires.txt
progressbar2.egg-info/top_level.txt
tests/conftest.py
tests/original_examples.py
tests/requirements.txt
tests/test_algorithms.py
tests/test_backwards_compatibility.py
tests/test_color.py
tests/test_custom_widgets.py
tests/test_data.py
tests/test_data_transfer_bar.py
tests/test_dill_pickle.py
tests/test_empty.py
tests/test_end.py
tests/test_failure.py
tests/test_flush.py
tests/test_iterators.py
tests/test_job_status.py
tests/test_large_values.py
tests/test_misc.py
tests/test_monitor_progress.py
tests/test_multibar.py
tests/test_progressbar.py
tests/test_progressbar_command.py
tests/test_samples.py
tests/test_speed.py
tests/test_stream.py
tests/test_terminal.py
tests/test_timed.py
tests/test_timer.py
tests/test_unicode.py
tests/test_unknown_length.py
tests/test_utils.py
tests/test_widgets.py
tests/test_windows.py
tests/test_with.py
tests/test_wrappingio.py