{"library":"locales","title":"locales","description":"A Python module for multilingual solutions, providing locale detection and translation utilities. Version 0.0.2 (released 2023-11-23). Low release cadence, no updates since initial release.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install locales"],"cli":null},"imports":["from locales import get_locale","from locales import set_locale"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from locales import get_locale, set_locale\n\n# Set locale (e.g., 'en_US')\nset_locale('en_US')\n\n# Get current locale\ncurrent = get_locale()\nprint(current)  # e.g., 'en_US'\n","lang":"python","description":"Basic usage: set and get the current locale.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}