.gitignore
AGENTS.md
CHANGES
LICENSE
Makefile
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/release.yml
pokrok/__init__.py
pokrok/styles.py
pokrok.egg-info/PKG-INFO
pokrok.egg-info/SOURCES.txt
pokrok.egg-info/dependency_links.txt
pokrok.egg-info/entry_points.txt
pokrok.egg-info/scm_file_list.json
pokrok.egg-info/scm_version.json
pokrok.egg-info/top_level.txt
pokrok/plugins/__init__.py
pokrok/plugins/halo.py
pokrok/plugins/logging.py
pokrok/plugins/progressbar2.py
pokrok/plugins/tqdm.py
tests/__init__.py
tests/conftest.py
tests/resource_config.json
tests/test_api.py
tests/test_plugin_halo.py
tests/test_plugin_logging.py
tests/test_plugin_progressbar2.py
tests/test_plugin_tqdm.py
tests/test_plugins_base.py
tests/test_styles.py