Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 479 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 479 Bytes

socksx-py

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