Recent Releases of ansi
ansi - ansi-0.3.7
What's Changed
- Update README.md (broken link) by @ziroux in https://github.com/tehmaze/ansi/pull/31
- add license information to setup.cfg by @HeinrichAD in https://github.com/tehmaze/ansi/pull/32
- Allow importing the main module to import all submodules by @Keyacom in https://github.com/tehmaze/ansi/pull/29
- Enable empty sequences that evaluate to the empty string. by @b78 in https://github.com/tehmaze/ansi/pull/27
- ✨ Enable concatenating a string and a sequence by @b78 in https://github.com/tehmaze/ansi/pull/26
- bugfix erase screen sequence and 'from ansi.color import ...' by @jquast in https://github.com/tehmaze/ansi/pull/33
- add 'bg=True' to rgb256, #28 by @jquast in https://github.com/tehmaze/ansi/pull/34
New Contributors
- @ziroux made their first contribution in https://github.com/tehmaze/ansi/pull/31
- @HeinrichAD made their first contribution in https://github.com/tehmaze/ansi/pull/32
- @Keyacom made their first contribution in https://github.com/tehmaze/ansi/pull/29
Full Changelog: https://github.com/tehmaze/ansi/compare/ansi-0.3.6...ansi-0.3.7
- Python
Published by jquast over 2 years ago
ansi - ansi-0.3.5
- PR #23 addresses packaging issues with 3rd party
typing-extenstionsmodule
- Python
Published by jquast over 4 years ago
ansi - ansi-0.3.4
- PR #21 use 3rd party
typing_extensionsmodule for better version compatibility
- Python
Published by jquast over 4 years ago
ansi - ansi-0.3.3
- briefly released, next release resolves README issue
- Python
Published by jquast over 4 years ago
ansi - ansi-0.3.2
- Another badly published package, disregard
- Python
Published by jquast over 4 years ago
ansi - ansi-0.3.1
0.3.1
- PR #18 Deprecate Python 2 and
versions earlier than 3.7 by adding type information.
rgb()function no longer accepts strings of integers, only integers. - PR #14 Add support for 8 and 24-bit True Color.
- Python
Published by jquast over 4 years ago
ansi - broken release
0.3.0
- Broken, due to a configuration error this package is not installable
- Python
Published by jquast over 4 years ago
ansi - Cursor control and OSC sequences
Thanks to @seveas' contributions, this release now includes: - Support for showing and hiding the cursor - Support for OSC sequences and iTerm2 specific controls
- Python
Published by tehmaze over 5 years ago