FDA & EU MDR Medical Device UDI Decoder (GS1, HIBCC, ICCBBA) — Python Client
Official zero-dependency Python client for FDA & EU MDR Medical Device UDI Decoder (GS1, HIBCC, ICCBBA).
Instant <5ms GS1-128, HIBCC Modulo-43 & ICCBBA ISBT 128 medical device barcode parser for FDA 21 CFR 801 & EU MDR compliance.
🔑 Get your Dedicated API Key: Subscribe to FDA & EU MDR Medical Device UDI Decoder (GS1, HIBCC, ICCBBA) on RapidAPI
🚀 Installation
pip install udi-decoder-client
⚡ Quickstart
from udi_decoder_client import UdiDecoderClient
# Zero config for sandbox testing, or pass your RapidAPI key for production
client = UdiDecoderClient(api_key="YOUR_RAPIDAPI_KEY")
result = client.validate({
# Enter validation payload
})
print(result)
📚 API Reference
UdiDecoderClient(api_key=..., base_url=...)
api_key(optional): RapidAPI Key (x-rapidapi-key).base_url(optional): Direct edge worker override URL.
client.validate(payload)
Dispatches standard validation / parse request with sub-5ms latency.
client.get_health()
Checks edge isolate health and responsiveness.
🔗 Links
📄 License
MIT © Noor Mkdad
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 udi_decoder_client-1.1.0.tar.gz.
File metadata
- Download URL: udi_decoder_client-1.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
534ec02faa4e2f450674da116d360693ab31b44b34cf9f81c00af1634bcc4032
|
|
| MD5 |
cfbf19eca356b05b99d481c344001e6e
|
|
| BLAKE2b-256 |
ba5d774fdb5efa697a8b77183056ecfe1031c623cf9a18ec272fcf97a5c326b7
|
File details
Details for the file udi_decoder_client-1.1.0-py3-none-any.whl.
File metadata
- Download URL: udi_decoder_client-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
763fecafb0e235f5cf8a96ebc40f110128d73ef44133c79c2e5ef5b5f7a85a59
|
|
| MD5 |
be39be2cdb723ba7dfd980500db968b3
|
|
| BLAKE2b-256 |
a37974fb11ca2080f577e1ba426d3a3d2204f07c1526053d4deef8045cd32b3a
|