Lowbar

Latest version: v1.5.3

Safety actively analyzes 638730 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.4.0

- Renamed class `LowBar` to `lowbar`
New usage is
python3
bar = lowbar.lowbar()

instead of
python3
bar = lowbar.LowBar()


***Note:** We still keep `LowBar` as an alias to `lowbar`. This way, we dont have to bump the major version number to 2, since the change becomes backwards compatible (Will not break any programs which may still use the older class name `LowBar`)*

1.3.5

- Added support for use as iterable:
python3
for i in lowbar.LowBar(range(100)):
time.sleep(0.5) task

1.2.5

- Added `new()` as an alias for `update(0)`

1.1.5

- Minor patch that changes the following:
python3
def __exit__(self, type, value, traceback) -> None:

to

python3
def __exit__(self, *exc) -> None:

Looks neater, and pylint doesn't whine

1.1.4

- Made `update_smooth()` partially non-blocking, instead of a full block

1.1.3

- PyPi Re-Release with updated README.md

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.