Releases: adamlui/python-utils
translate-messages v1.8.2
📃 Changelog
- Made single-use imports lazy (@adamlui)
- Bumped find-project-root from 1.0.1 to 1.0.2 (@adamlui)
- Bumped json5 from 0.9.0 to 0.13.0 (@dependabot)
- Bumped remove-json-keys from 1.8.1 to 1.8.2 (@adamlui)
- Bumped setuptools from 61.0 to 82.0.0 (@adamlui)
- Bumped tomli from 2.0.0 to 2.4.0 (@dependabot)
- Bumped tomli-w from 0.1.0 to 1.2.0 (@dependabot)
Full Changelog: translate-messages-1.8.1...translate-messages-1.8.2
README for this release: https://github.com/adamlui/python-utils/tree/translate-messages-1.8.2/translate-messages/#readme
🧠 New Contributors
- @dependabot made their first contribution in 63f81c5
remove-json-keys v1.8.2
📃 Changelog
- Made single-use imports lazy (@adamlui)
- Bumped find-project-root from 1.0.1 to 1.0.2 (@adamlui)
- Bumped json5 from 0.9.0 to 0.13.0 (@dependabot)
- Bumped setuptools from 61.0 to 82.0.0 (@adamlui)
- Bumped tomli from 2.0.0 to 2.4.0 (@dependabot)
- Bumped tomli-w from 0.1.0 to 1.2.0 (@dependabot)
- Bumped translate-messages from 1.8.0 to 1.8.1 (@adamlui)
Full Changelog: remove-json-keys-1.8.1...remove-json-keys-1.8.2
README for this release: https://github.com/adamlui/python-utils/tree/remove-json-keys-1.8.2/remove-json-keys/#readme
🧠 New Contributors
- @dependabot made their first contribution in 63f81c5
find-project-root v1.0.2
📃 Changelog
- Made single-use imports lazy
- Deleted Py 3 syntax/feats to ensure 2.6 compatibility
- Corrected project-markers ver to 1.0.0
- Bumped setuptools from 61.0 to 82.0.0
Full Changelog: find-project-root-1.0.1...find-project-root-1.0.2
README for this release: https://github.com/adamlui/python-utils/tree/find-project-root-1.0.2/find-project-root/#readme
translate-messages v1.8.1
📃 Changelog
- Deduplicated
config_dir+ condensed assignments ininit.config_file() - Corrected
cli.msgs.warn_NO_PROJECT_ROOT_FOUNDref - Corrected move config file tip condition
- Used non-latin-locales pkg
- Bumped remove-json-keys from 1.8.0 to 1.8.1
Full Changelog: translate-messages-1.8.0...translate-messages-1.8.1
README for this release: https://github.com/adamlui/python-utils/tree/translate-messages-1.8.1/translate-messages/#readme
remove-json-keys v1.8.1
📃 Changelog
- Deduplicated
config_dir+ condensed assignments ininit.config_file() - Corrected
cli.msgs.warn_NO_PROJECT_ROOT_FOUNDref - Corrected move config file tip condition
- Used non-latin-locales pkg
- Bumped translate-messages from 1.6.1 to 1.8.0
Full Changelog: remove-json-keys-1.8.0...remove-json-keys-1.8.1
README for this release: https://github.com/adamlui/python-utils/tree/remove-json-keys-1.8.1/remove-json-keys/#readme
non-latin-locales v1.0.0
🚀 Initial Release
ISO 639-1 (2-letter) codes for non-Latin locales. It's just a JSON file, so you can use it in any environment.
To install:
pip install non-latin-localesUsage:
import non_latin_locales
print(non_latin_locales)
# => ['ab', 'am', 'ar', 'as', 'av', 'az', 'ba', 'be', 'bg', ...]README for this release: https://github.com/adamlui/python-utils/tree/non-latin-locales-1.0.0/non-latin-locales/#readme
latin-locales v1.0.0
🚀 Initial Release
ISO 639-1 (2-letter) codes for Latin locales. It's just a JSON file, so you can use it in any environment.
To install:
pip install latin-localesUsage:
import latin_locales
print(latin_locales)
# => ['aa', 'ae', 'af', 'ak', 'an', 'ay', 'bi', 'bm', 'br', ...]README for this release: https://github.com/adamlui/python-utils/tree/latin-locales-1.0.0/latin-locales/#readme
translate-messages v1.8.0
📃 Changelog
- Added find project root for
--init - Bumped remove-json-keys from 1.5.0 to 1.8.0
Full Changelog: translate-messages-1.7.0...translate-messages-1.8.0
README for this release: https://github.com/adamlui/python-utils/tree/translate-messages-1.8.0/translate-messages/#readme
remove-json-keys v1.8.0
📃 Changelog
Full Changelog: remove-json-keys-1.7.0...remove-json-keys-1.8.0
README for this release: https://github.com/adamlui/python-utils/tree/remove-json-keys-1.8.0/remove-json-keys/#readme