jkl-proxy (1.0.0)

Published 2026-03-16 08:24:15 +00:00 by jeckel in python-libs/jkl-proxy

Installation

pip install --index-url  jkl-proxy

About this package

A proxy provider and validation tool

Proxy

Simple package to retrieve, tests and manage a list of proxies.

Usage

from jkl_proxy import random_secured_proxy, Proxy

proxy: Proxy = random_secured_proxy()

Test proxies locally

uv run src/jkl_proxy

Publish a new version

uv version x.y.z
uv sync
git commit -am "Release x.y.z"
git tag x.y.z
git push
git push --tags

Proxies sources

Requirements

Requires Python: >=3.12
Details
PyPI
2026-03-16 08:24:15 +00:00
2
23 KiB
Assets (2)
Versions (1) View all
1.0.0 2026-03-16