Metadata-Version: 2.4
Name: progressbarlib
Version: 1.0.0
Summary: Одна функция для прогресс-бара в консоли
Author: No Name
License: MIT
Keywords: progressbar,console,cli,terminal
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ProgressBarLib

Минималистичная библиотека для отображения прогресс-бара в консоли Python.

## Установка

```bash
pip install progressbarlib
