https://github.com/python-cmd2/cmd2-ansi
Backport of cmd2.ansi module from cmd2 2.7.0 to ease migration to cmd2 3.x
https://github.com/python-cmd2/cmd2-ansi
Last synced: about 2 months ago
JSON representation
Backport of cmd2.ansi module from cmd2 2.7.0 to ease migration to cmd2 3.x
- Host: GitHub
- URL: https://github.com/python-cmd2/cmd2-ansi
- Owner: python-cmd2
- License: mit
- Created: 2025-09-25T01:22:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-21T05:03:55.000Z (2 months ago)
- Last Synced: 2026-01-21T17:21:47.076Z (2 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cmd2-ansi : Backport of cmd2.ansi module from cmd2 2.7.0 to ease migration to cmd2 3.x
[](https://pypi.python.org/pypi/cmd2-ansi/)
[](https://github.com/python-cmd2/cmd2-ansi/actions?query=workflow%3ATests)
cmd2-ansi is a backport of the cmd2.ansi module from cmd2 2.7.0. It exists to ease the migration
from cmd2 2.x to cmd2 3.x. In cmd2 3.x, there is a dependency on
[rich](https://github.com/Textualize/rich) which has great support for creating pretty ansi
formatting.