Metadata-Version: 2.4
Name: captchafox
Version: 0.9.0
Summary: PyPI package based on camoufox with native captcha passing functions and the ability to switch to selenium_driverless (for the browser GUI) for development
Project-URL: Homepage, https://github.com/Triram-2/captchafox
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: uvloop
Requires-Dist: camoufox[geoip]
Requires-Dist: httpx>=0.28.1
Provides-Extra: lint
Requires-Dist: ruff; extra == "lint"
Requires-Dist: pyright; extra == "lint"
Provides-Extra: test
Requires-Dist: captchafox; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: coverage[toml]; extra == "test"
Provides-Extra: profile
Requires-Dist: scalene; extra == "profile"
Provides-Extra: audit
Requires-Dist: pip-audit; extra == "audit"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Provides-Extra: dev
Requires-Dist: nox; extra == "dev"
Requires-Dist: commitizen; extra == "dev"
Requires-Dist: hatch; extra == "dev"
Provides-Extra: all
Requires-Dist: captchafox[lint]; extra == "all"
Requires-Dist: captchafox[test]; extra == "all"
Requires-Dist: captchafox[profile]; extra == "all"
Requires-Dist: captchafox[audit]; extra == "all"
Requires-Dist: captchafox[docs]; extra == "all"
Requires-Dist: captchafox[dev]; extra == "all"

# camoufox с абсолютно случайными отпечатками

## Возможности:
- Абсолютно случайное создание отпечатков в каждом браузере
- Нативная поддержка прохождения многих типов капч

## Установка:
### Добавить в проект:
`uv add captchafox`
### С uv:
`uv pip install captchafox`
### С pip:
`pip install captchafox`

## Быстрый старт:
...

## Изменения от Camoufox API:
...

## Замечания:
- Возможность ручной вставки отпечатков не удалена, но крайне не рекомендуется
