Install & Compatibility
Where this runs
tested against v0.1.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 17.8MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 1.5s · import 0.000s · 18MB
16MB installed
● package 16MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
InvalidCredentialsError
✓ from hotglue_etl_exceptions import InvalidCredentialsError
✗ from hotglue_etl_exceptions import ETLException
InvalidPayloadError
✓ from hotglue_etl_exceptions import InvalidPayloadError
Demonstrates catching custom exceptions raised by Hotglue ETL operations.
from hotglue_etl_exceptions import ETLException, ConnectionError
try:
# Your ETL code here
raise ConnectionError('Failed to connect to source')
except ETLException as e:
print(f'ETL Error: {e}')
Upgrade
Version history
0.1.0latest on PyPI · released Jan 8, 2026
Audit
Dependencies
No dependency data recorded yet.