This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Releases: your-tools/python-cli-ui
Releases · your-tools/python-cli-ui
v0.13.0
- Move out of
TankerHQGitHub organization
v0.12.0
- Fix using
info_tablewithkeys="headers"
v0.11.0
- Remove Python 3.5 support
- Add a
__repr__method to some of the classes
v0.10.3
- Mark this package as typed
v0.10.2
- Fix calling
cli_ui.dot()withoutfileobjargument.
v0.10.1
v0.10.0
- Add a
sortargument to theask_choices()function to disable sorting
the list of choices. Patch by@smandon. - CI: Drop Python 3.4, add Python 3.8, switch to GitHub Actions
v0.7.5
v0.9.1
- Relax type constraints for the
info_table()function.
v0.9.0
- Relax constraints on the
Tokentype. - Expose the
MessageRecorderclass, not thepytestfixture.