Skip to content

crate-py/url

Repository files navigation

url.py

PyPI version Supported Python versions Build status

Python bindings to the Rust url crate.

Installation

The distribution on PyPI is named url.py (equivalently url-py), and thus can be installed via e.g.:

$ pip install url-py

Note that if you install url-py from source, you will need a Rust toolchain installed, as it is a build-time dependency. If you believe you are on a common platform which should have wheels built (i.e. and not need to compile from source), feel free to file an issue or pull request modifying the GitHub action used here to build wheels via maturin.