Install & Compatibility
Where this runs
tested against v1.3.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 · 18.3MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 1.6s · import 0.000s · 19MB
16MB installed
● package 16MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
random_address
✓ from random_address import random_address
✗ from random_address import RandomAddress
real_random_address
✓ from random_address import real_random_address
list_available_states
✓ from random_address import list_available_states
Generate a random address.
from random_address import RandomAddress
ra = RandomAddress()
address = ra.random_address()
print(address)
Upgrade
Version history
1.3.0latest on PyPI · released Apr 7, 2025
Audit
Dependencies
requestsrequiredHTTP requests to fetch addresses