Enlighten

Latest version: v1.14.1

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

Scan your dependencies

Page 5 of 6

1.4.0

New Features:
- Escape sequences automatically detected when determining bar width
When [offset](https://python-enlighten.readthedocs.io/en/stable/api.html#counter-offset) is set, this functionality is disabled

Changes:
- Flush streams on program exit
Prevents escape processing from being disabled on Windows before all data with written to the terminal
- Use [Blessed](https://pypi.org/project/blessed) for Windows support
Windows support in Enlighten has been [merged](https://github.com/jquast/blessed/pull/110) into [Blessed](https://pypi.org/project/blessed)


Housekeeping:
- Update FAQ
- Cleanup Examples
- Unicode cleanup (Python 2.7)
- Add tests and metadata for Python 3.8 Final

1.3.3

- Catch additional exception for invalid filehandle when checking terminal size in WIndows

1.3.2

- Provide fallback for Windows terminal size (80x25)

1.3.1

- Bugfix: Account for stream without `encoding` attribute
- Add PEP 508 dependency logic
- Manager logic when using `Counter` directly now uses `get_manager()`

1.3.0

- Windows is now supported!
- Bugfix: Don't assume stdout is always UTF-8

1.2.0

- Support for [colorized progress bars](https://python-enlighten.readthedocs.io/en/stable/examples.html#color)
- Support for [multicolor progress bars](https://python-enlighten.readthedocs.io/en/stable/examples.html#multicolored)
- Counters return a generator that [automatically updates](https://python-enlighten.readthedocs.io/en/stable/patterns.html#automatic-updating) the count as it yields elements from one or more iterables
- Add offset argument to [Counter](https://python-enlighten.readthedocs.io/en/stable/api.html#enlighten.Counter)
- Allows accounting for non-printable characters in ``bar_format`` and ``counter_format``
- Add ``no_resize`` argument to [Manager](https://python-enlighten.readthedocs.io/en/latest/api.html#enlighten.Manager)
- Disables automatic resizing

Page 5 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.