Skip to content

Releases: adamlui/python-utils

non-latin-locales v1.0.1

13 Mar 02:25
Immutable release. Only release title and notes can be modified.
3ba8ff9

Choose a tag to compare

latin-locales v1.0.1

13 Mar 02:18
Immutable release. Only release title and notes can be modified.
3dcf8bc

Choose a tag to compare

get-min-py v1.0.0

13 Mar 14:30
Immutable release. Only release title and notes can be modified.
85a84c7

Choose a tag to compare

🚀 Initial Release

Get the minimum Python version required for a PyPI package (uses python-requires, or classifiers if not found).

To install:

pip install get-min-py

CLI usage:

get-min-py <pkg>[,pkg2,pkg3,...]  # or check-min-py

Example:

API usage:

import get_min_py

result = get_min_py('requests')
print(result) # => '3.9'

results = get_min_py(['numpy', 'pandas', 'flask'])
print(results) # => ['3.11', '3.11', '3.9']

README for this release: https://github.com/adamlui/python-utils/tree/get-min-py-1.0.0/get-min-py/#readme

find-project-root v1.0.3

13 Mar 03:19
Immutable release. Only release title and notes can be modified.
c407ff3

Choose a tag to compare

translate-messages v1.8.2

10 Mar 15:59
Immutable release. Only release title and notes can be modified.
77a1ca4

Choose a tag to compare

📃 Changelog

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

remove-json-keys v1.8.2

10 Mar 15:52
Immutable release. Only release title and notes can be modified.
9241951

Choose a tag to compare

📃 Changelog

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

find-project-root v1.0.2

10 Mar 14:10
Immutable release. Only release title and notes can be modified.
14bf334

Choose a tag to compare

translate-messages v1.8.1

09 Mar 07:44
Immutable release. Only release title and notes can be modified.
1f93ddf

Choose a tag to compare

remove-json-keys v1.8.1

09 Mar 07:41
Immutable release. Only release title and notes can be modified.
3d22235

Choose a tag to compare

non-latin-locales v1.0.0

09 Mar 06:28
Immutable release. Only release title and notes can be modified.
f905fed

Choose a tag to compare

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

Usage:

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