Skip to content

Python bindings #408

Closed
Closed
@bbayles

Description

@bbayles

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions