No description
  • HTML 71.1%
  • Python 28.9%
Find a file
Julien Mercier-Rojas 85a473d49a
All checks were successful
Code quality check / pre-commit-check (push) Successful in 44s
/ pre-commit-check (push) Successful in 14s
Fix release 1.0.0
2026-03-16 09:22:17 +01:00
.forgejo/workflows Fix release 1.0.0 2026-03-16 09:22:17 +01:00
src/jkl_proxy Release 1.0.0 2026-03-16 09:12:42 +01:00
.gitignore Add cache system 2025-05-20 00:55:01 +02:00
.pre-commit-config.yaml Update format 2026-02-13 09:56:08 +01:00
.python-version First version 2025-05-20 00:31:50 +02:00
pyproject.toml Fix release 1.0.0 2026-03-16 09:22:17 +01:00
README.md Release 1.0.0 2026-03-16 09:12:42 +01:00
uv.lock Release 1.0.0 2026-03-16 09:12:42 +01:00

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