Skip to main content

No project description provided

Project description

pyarti

It is a Python module to allow creating of SOCKS5 proxy using Arti project from the Tor Project.

By default it runs the proxy at port 9150 on localhost.

How to build?

First install Rustup toolchain for your user.

Build dependencies in Fedora

sudo dnf install python3-devel openssl-devel

Build dependencies in Debian Bullseye

sudo apt install -y python3-dev python3-pip python3-venv

Then create a virtual environment and follow along.

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements-dev.txt
python setup.py develop

For a release build use the following command.

python setup.py bdist_wheel

How to use?

```
proxy = OnionProxy()
assert proxy.verify(blocking=True)
```

Read the [documentation](https://pyarti.readthedocs.io/en/latest/) for detailed API usage and examples.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyarti-0.0.2.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distributions

pyarti-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyarti-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyarti-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page