Shared reference data library providing service type taxonomies, language codes, and other canonical lookups
Project description
blooming-health-catalog
Shared reference data library providing service type taxonomies, language codes, and other canonical lookups used across Blooming Health platform services.
Installation
pip install blooming-health-catalog
Usage
from blooming_health_catalog.zones import SUPPORTED_ZONES, validate, find_zone
from blooming_health_catalog.phonecountries import find_by_alpha2, find_by_name
# Validate a time zone
if validate("America/New_York"):
print("Valid zone")
# Case-insensitive lookup
zone = find_zone("america/new_york") # Returns "America/New_York"
# Find a country
usa = find_by_alpha2("US")
if usa:
print(f"{usa.name}: {usa.calling_codes}")
Available Modules
blooming_health_catalog.zones- IANA time zone reference datablooming_health_catalog.phonecountries- Phone country codes and metadata
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file blooming_health_catalog-1.4.2.tar.gz.
File metadata
- Download URL: blooming_health_catalog-1.4.2.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b81e7271744e67c7d71e53bb3bf1e47d7603249629c3f0709a70eab3c73c3cfd
|
|
| MD5 |
067c1d02ee244e4fcfd8063eca1ba8b4
|
|
| BLAKE2b-256 |
5974afb2778bc4da5e848df200539beaa92e435bb55d97c8c40b8b049c57f0c5
|
File details
Details for the file blooming_health_catalog-1.4.2-py3-none-any.whl.
File metadata
- Download URL: blooming_health_catalog-1.4.2-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18f35670ead090edfed6a79274e336083599363aef2158e0db0b7d0bb92b0217
|
|
| MD5 |
75f10ebffb1e25cbc2a49afe7f188565
|
|
| BLAKE2b-256 |
34ceb35de6b2dc7c78b579a6f274798481f3f73bd77e655210d3e483ee38a9b2
|