Skip to content

Releases: adamlui/python-utils

translate-messages v1.10.0

26 Mar 03:58
Immutable release. Only release title and notes can be modified.
02d222b

Choose a tag to compare

sys-lang v1.0.0

26 Mar 03:42
Immutable release. Only release title and notes can be modified.
aa83b0c

Choose a tag to compare

🚀 Initial Release

Returns ISO 639-1 (e.g. 'en') or ISO 3166-1 alpha-2-appended ('en_US') code for user's preferred language. On Windows, queries Get-Culture via PowerShell. On *nix systems, reads LC_ALL, LC_MESSAGES, LANG, and LANGUAGE.

To install:

pip install sys-lang

CLI usage:

sys-lang  # or syslang
# e.g. => 'en_US'

API usage:

from sys_lang import get_sys_lang

print(get_sys_lang()) # e.g. => 'zh_HK'
print(get_sys_lang(region=False)) # e.g. => 'zh'

README for this release: https://github.com/adamlui/python-utils/tree/sys-lang-1.0.0/sys-lang/#readme

@adamlui, @kudo-sync-bot

remove-json-keys v1.10.0

26 Mar 04:02
Immutable release. Only release title and notes can be modified.
96a98de

Choose a tag to compare

is-unicode-supported v1.2.0

26 Mar 04:11
Immutable release. Only release title and notes can be modified.
bf96bbf

Choose a tag to compare

📃 Changelog

Full Changelog: is-unicode-supported-1.1.2...is-unicode-supported-1.2.0 (@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.2.0/is-unicode-supported/#readme

is-legacy-terminal v1.1.0

26 Mar 04:08
Immutable release. Only release title and notes can be modified.
fa9663d

Choose a tag to compare

📃 Changelog

Full Changelog: is-legacy-terminal-1.0.2...is-legacy-terminal-1.1.0 (@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.1.0/is-legacy-terminal/#readme

get-min-py v1.2.0

26 Mar 04:15
Immutable release. Only release title and notes can be modified.
4d1e80c

Choose a tag to compare

📃 Changelog

Full Changelog: get-min-py-1.1.3...get-min-py-1.2.0 (@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.2.0/get-min-py/#readme

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