Install & Compatibility
Where this runs
tested against v0.4.11 · 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 · 20MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 1.7s · import 0.000s · 20MB
18MB installed
● package 18MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
FaupCompat
✓ from pyfaup import FaupCompat
✗ from faup import faup
Url
✓ from pyfaup import Url
✗ from faup import faup
Host
✓ from pyfaup import Host
✗ from faup import faup
Parse a URL and access components.
from faup import faup
parser = faup()
result = parser.parse_url("https://example.com/path?q=1#frag")
print(result.scheme, result.host, result.port, result.path, result.query, result.fragment)
Upgrade
Version history
0.4.11latest on PyPI · released Jun 15, 2026
Audit
Dependencies
No dependency data recorded yet.