A wrapper over urllib3 that matches httplib2's interface, allowing users to replace httplib2 with urllib3 for better performance and compatibility. Version 0.0.3 is current; no longer actively maintained.
pip install httplib2shimVerified import paths — ran on the pinned version, not inferred.
Basic usage: instantiate Http and make a request.
Test your specific httplib2 usage; fall back to httplib2 if needed.
Consider migrating to urllib3 directly or using httplib2 with its own patches.
Use `from httplib2shim import Http` or `httplib2shim.Http()` directly – but import works.
Only pass positional args (uri, method) and body; avoid httplib2 extras like headers as keyword args.
No dependency data recorded yet.