Closed
Description
What is the problem this feature will solve?
Python has a mostly-compatible URL processing toolkit in its standard library (urllib.parse
). However, it primarily uses RFC 3986 instead of the WHATWG URL spec, and is fairly slow.
What is the feature you are proposing to solve the problem?
I used ada
's C wrapper and cffi
to put together what-url, a Python package that exposes several of ada
's functions to Python. If it's of interest to this project's maintainers, I could contribute that code to this repository.
What alternatives have you considered?
If a Python wrapper is out of scope for this project, it might be helpful to add a link to what-url
so Python users will know they don't have to write their own bindings.
Metadata
Metadata
Assignees
Labels
No labels