Metadata-Version: 2.4
Name: vibe-loadbar
Version: 0.2.1
Summary: A lightweight alternative to TQDM. Part of the vibe suite.
Author: Adam
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

##Vibe Loader
is a lightweight alternative to TQDM in less tham 250 lines of code.

It uses an event based function called update to update the value.

#Features:
100+ Styles, that are passed into the Loading OBJ.
Zero foreign dependencies.
MARGIN that helps with small terminals.
Dynamic resizing with terminal width.
Supports request streams.
It supports with statements.
All variables are public and changeable.
Custom styles.

https://www.github.com/domm-hub/vibe-loadbar
