.gitignore
LICENSE
README.md
pyproject.toml
uv.lock
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/issue-new-comment-discord.yml
.github/workflows/issue-opened-discord.yml
.github/workflows/publish.yml
.github/workflows/run_tests.yml
.vscode/launch.json
.vscode/settings.json
examples/colored.py
screenshots/ColoredProgressBar.png
src/barnone/__init__.py
src/barnone/colored_progress_bar.py
src/barnone/progress_bar.py
src/barnone/utilities.py
src/barnone.egg-info/PKG-INFO
src/barnone.egg-info/SOURCES.txt
src/barnone.egg-info/dependency_links.txt
src/barnone.egg-info/top_level.txt
tests/test_colored_progress_bar.py
tests/test_progress_bar.py
tests/test_utilities.py