Lowbar

Latest version: v2.2.1

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

Scan your dependencies

Page 3 of 5

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

1.1.2

- Reflected license changes in source (Because I forgot to ;-;)

1.1.1

- Switched from
python
sys.stdout.write(text)
sys.stdout.flush()

to
python
print(text, end='', flush=True)

1.1.0

- Switched to the MIT License
- Added context manager support

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.