The socksx-py
crate is a PyO3-based Python interface to socksx
.
You can build and install this Python package locally (requires pipenv
and maturin
):
$ pipenv install && pipenv shell
$ maturin develop -m ./Cargo.toml
To build a manylinux releases:
$ docker run --rm -v $(pwd):/io konstin2/maturin build --release -m ./Cargo.toml