Releases: adamlui/python-utils
translate-messages v1.9.1
📃 Changelog
- Bumped is-unicode-supported from 1.0.0 to 1.1.2
- Bumped remove-json-keys from 1.9.0 to 1.9.2
Full Changelog: translate-messages-1.9.0...translate-messages-1.9.1 (@adamlui, @kudo-sync-bot)
💻 Installation
pip install --upgrade translate-messagesREADME for this release: https://github.com/adamlui/python-utils/tree/translate-messages-1.9.1/translate-messages/#readme
remove-json-keys v1.9.2
📃 Changelog
- Bumped is-unicode-supported from 1.0.0 to 1.1.2
Full Changelog: remove-json-keys-1.9.1...remove-json-keys-1.9.2 (@adamlui, @kudo-sync-bot)
💻 Installation
pip install --upgrade remove-json-keysREADME for this release: https://github.com/adamlui/python-utils/tree/remove-json-keys-1.9.2/remove-json-keys/#readme
is-unicode-supported v1.1.2
📃 Changelog
Full Changelog: is-unicode-supported-1.1.1...is-unicode-supported-1.1.2 (@adamlui, @kudo-sync-bot)
💻 Installation
pip install --upgrade is-unicode-supportedREADME for this release: https://github.com/adamlui/python-utils/tree/is-unicode-supported-1.1.2/is-unicode-supported/#readme
is-legacy-terminal v1.0.2
📃 Changelog
- Bumped
commit_hashes.localesto cover pkg msgs - Bumped is-unicode-supported from 1.1.1 to 1.1.2
Full Changelog: is-legacy-terminal-1.0.1...is-legacy-terminal-1.0.2 (@adamlui, @kudo-sync-bot)
💻 Installation
pip install --upgrade is-legacy-terminalREADME for this release: https://github.com/adamlui/python-utils/tree/is-legacy-terminal-1.0.2/is-legacy-terminal/#readme
get-min-py v1.1.3
📃 Changelog
- Bumped is-unicode-supported from 1.1.1 to 1.1.2
Full Changelog: get-min-py-1.1.2...get-min-py-1.1.3 (@adamlui, @kudo-sync-bot)
💻 Installation
pip install --upgrade get-min-pyREADME for this release: https://github.com/adamlui/python-utils/tree/get-min-py-1.1.3/get-min-py/#readme
is-unicode-supported v1.1.1
📃 Changelog
- Added missing non-latin-locales dependency
Full Changelog: is-unicode-supported-1.1.0...is-unicode-supported-1.1.1 (@adamlui, @kudo-sync-bot)
💻 Installation
pip install --upgrade is-unicode-supportedREADME for this release: https://github.com/adamlui/python-utils/tree/is-unicode-supported-1.1.1/is-unicode-supported/#readme
is-legacy-terminal v1.0.1
📃 Changelog
- Used is-unicode-supported in
language.get_msgs() - Added missing non-latin-locales dependency
Full Changelog: is-legacy-terminal-1.0.0...is-legacy-terminal-1.0.1 (@adamlui, @kudo-sync-bot)
💻 Installation
pip install --upgrade is-legacy-terminalREADME for this release: https://github.com/adamlui/python-utils/tree/is-legacy-terminal-1.0.1/is-legacy-terminal/#readme
get-min-py v1.1.2
📃 Changelog
- Added missing non-latin-locales dependency
- Bumped is-unicode-supported from 1.0.0 to 1.1.1
Full Changelog: get-min-py-1.1.1...get-min-py-1.1.2 (@adamlui, @kudo-sync-bot)
💻 Installation
pip install --upgrade get-min-pyREADME for this release: https://github.com/adamlui/python-utils/tree/get-min-py-1.1.2/get-min-py/#readme
is-unicode-supported v1.1.0
📃 Changelog
Full Changelog: is-unicode-supported-1.0.2...is-unicode-supported-1.1.0 (@adamlui, @kudo-sync-bot)
💻 Installation
pip install --upgrade is-unicode-supportedREADME for this release: https://github.com/adamlui/python-utils/tree/is-unicode-supported-1.1.0/is-unicode-supported/#readme
is-legacy-terminal v1.0.0
🚀 Initial Release
Checks if terminal is legacy (limited rendering, flicker-prone on rapid redraws, etc.). On Windows, returns True if CMD or PowerShell ISE not hosted in modern shell. On *nix systems, returns True if env.TERM is 'dumb' or 'unknown' (indicating a very basic terminal).
To install:
pip install is-legacy-terminalCLI usage:
is-legacy-terminal # or islegacyterm
# e.g. => TrueAPI usage:
import is_legacy_terminal
if is_legacy_terminal():
print('Is legacy terminal!')
else:
print('Is modern terminal!')README for this release: https://github.com/adamlui/python-utils/tree/is-legacy-terminal-1.0.0/is-legacy-terminal/#readme