Skip to content

Releases: adamlui/python-utils

translate-messages v1.9.1

23 Mar 03:02
Immutable release. Only release title and notes can be modified.
e74c97b

Choose a tag to compare

📃 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-messages

README for this release: https://github.com/adamlui/python-utils/tree/translate-messages-1.9.1/translate-messages/#readme

remove-json-keys v1.9.2

23 Mar 02:58
Immutable release. Only release title and notes can be modified.
4a895a4

Choose a tag to compare

📃 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-keys

README 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

23 Mar 02:48
Immutable release. Only release title and notes can be modified.
3a4e8c8

Choose a tag to compare

is-legacy-terminal v1.0.2

23 Mar 02:52
Immutable release. Only release title and notes can be modified.
dd096e5

Choose a tag to compare

📃 Changelog

  • Bumped commit_hashes.locales to 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-terminal

README 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

23 Mar 02:55
Immutable release. Only release title and notes can be modified.
3667dd0

Choose a tag to compare

📃 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-py

README 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

21 Mar 10:21
Immutable release. Only release title and notes can be modified.
c371405

Choose a tag to compare

📃 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-supported

README 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

21 Mar 10:37
Immutable release. Only release title and notes can be modified.
f006cea

Choose a tag to compare

📃 Changelog

Full Changelog: is-legacy-terminal-1.0.0...is-legacy-terminal-1.0.1 (@adamlui, @kudo-sync-bot)

💻 Installation

pip install --upgrade is-legacy-terminal

README 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

21 Mar 10:34
Immutable release. Only release title and notes can be modified.
04b4e00

Choose a tag to compare

📃 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-py

README 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

20 Mar 13:38
Immutable release. Only release title and notes can be modified.
a73a54c

Choose a tag to compare

is-legacy-terminal v1.0.0

20 Mar 13:20
Immutable release. Only release title and notes can be modified.
be8198f

Choose a tag to compare

🚀 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-terminal

CLI usage:

is-legacy-terminal  # or islegacyterm
# e.g. => True

API 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

@adamlui, @kudo-sync-bot