Releases: adamlui/python-utils
remove-json-keys v1.9.1
📃 Changelog
- Bumped translate-messages from 1.8.3 to 1.9.0 (@dependabot)
Full Changelog: remove-json-keys-1.9.0...remove-json-keys-1.9.1
README for this release: https://github.com/adamlui/python-utils/tree/remove-json-keys-1.9.1/remove-json-keys/#readme
programming-languages v1.0.0
🚀 Initial Release
File extensions for programming languages. It's just a JSON file, so you can use it in any environment. Sourced from GitHub's Linguist project (defines all 700+ languages known to GitHub). Data is updated via script and released w/ each new version.
To install:
pip install programming-languagesUsage:
import programming_languages
py_lang_data = programming_languages['Python']
print(py_lang_data['type']) # => 'programming'
print(py_lang_data['extensions']) # => ['.py', '.cgi', '.fcgi', ...]README for this release: https://github.com/adamlui/python-utils/tree/programming-languages-1.0.0/programming-languages/#readme
is-unicode-supported v1.0.1
📃 Changelog
- Bumped remove-json-keys from 1.8.3 to 1.9.0 (@adamlui)
- Bumped translate-messages from 1.8.3 to 1.9.0 (@dependabot)
Full Changelog: is-unicode-supported-1.0.0...is-unicode-supported-1.0.1
README for this release: https://github.com/adamlui/python-utils/tree/is-unicode-supported-1.0.1/is-unicode-supported/#readme
🧠 New Contributors
- @dependabot made their first contribution in eba659a
get-min-py v1.1.1
📃 Changelog
- Bumped remove-json-keys from 1.8.3 to 1.9.0 (@adamlui)
- Bumped translate-messages from 1.8.3 to 1.9.0 (@dependabot)
Full Changelog: get-min-py-1.1.0...get-min-py-1.1.1
README for this release: https://github.com/adamlui/python-utils/tree/get-min-py-1.1.1/get-min-py/#readme
🧠 New Contributors
- @dependabot made their first contribution in eba659a
translate-messages v1.9.0
📃 Changelog
- Added dash-less CLI main cmd aliases
- Used is-unicode-supported
- Bumped remove-json-keys from 1.8.2 to 1.9.0
Full Changelog: translate-messages-1.8.3...translate-messages-1.9.0
README for this release: https://github.com/adamlui/python-utils/tree/translate-messages-1.9.0/translate-messages/#readme
remove-json-keys v1.9.0
📃 Changelog
- Added dash-less CLI main cmd aliases
- Used is-unicode-supported
- Bumped translate-messages from 1.8.1 to 1.8.3
Full Changelog: remove-json-keys-1.8.3...remove-json-keys-1.9.0
README for this release: https://github.com/adamlui/python-utils/tree/remove-json-keys-1.9.0/remove-json-keys/#readme
is-unicode-supported v1.0.0
🚀 Initial Release
Checks if terminal supports advanced Unicode (CJK, emoji, etc.) by measuring the cursor position of a single, wide char (𠀀). On Windows, returns False for legacy consoles (CMD). On all other modern terminals, returns True if the wide char renders as 2 columns.
To install:
pip install is-unicode-supportedCLI usage:
is-unicode-supported # or isunicodesupported
# e.g. => TrueAPI usage:
import is_unicode_supported
if is_unicode_supported():
print('Advanced Unicode supported!')
else:
print('Advanced Unicode not supported!')README for this release: https://github.com/adamlui/python-utils/tree/is-unicode-supported-1.0.0/is-unicode-supported/#readme
get-min-py v1.1.0
📃 Changelog
- Colored version output
- Silenced unexceptional pkg not found
- Converted
cli.msgs.log_NO_REQ_FOUNDto.log_NO_PY_REQ_FOUND - Trimmed trailing
.0fromrequires_pythonversions for cleaner output - Used is-unicode-supported
Full Changelog: get-min-py-1.0.0...get-min-py-1.1.0
README for this release: https://github.com/adamlui/python-utils/tree/get-min-py-1.1.0/get-min-py/#readme
translate-messages v1.8.3
📃 Changelog
- Bumped find-project-root from 1.0.2 to 1.0.3
- Bumped non-latin-locales from 1.0.0 to 1.0.1
Full Changelog: translate-messages-1.8.2...translate-messages-1.8.3
README for this release: https://github.com/adamlui/python-utils/tree/translate-messages-1.8.3/translate-messages/#readme
remove-json-keys v1.8.3
📃 Changelog
- Bumped find-project-root from 1.0.2 to 1.0.3
- Bumped non-latin-locales from 1.0.0 to 1.0.1
Full Changelog: remove-json-keys-1.8.2...remove-json-keys-1.8.3
README for this release: https://github.com/adamlui/python-utils/tree/remove-json-keys-1.8.3/remove-json-keys/#readme