Metadata-Version: 2.4
Name: captchafox
Version: 0.5.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
Requires-Dist: selenium_driverless
Provides-Extra: lint
Requires-Dist: ruff>=0.4.0; extra == "lint"
Requires-Dist: pyright>=1.1.350; extra == "lint"
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == "test"
Requires-Dist: pytest-asyncio>=0.21; extra == "test"
Requires-Dist: coverage[toml]>=7.0; extra == "test"
Provides-Extra: profile
Requires-Dist: scalene>=1.5.30; extra == "profile"
Provides-Extra: audit
Requires-Dist: pip-audit>=2.7.0; extra == "audit"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Provides-Extra: dev
Requires-Dist: nox>=2023.4.22; extra == "dev"
Requires-Dist: commitizen>=3.12; 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"

PyPI package based on camoufox with native captcha passing functions and the ability to switch to selenium_driverless (for the browser GUI) for development.

TODO:
1. Add UI for selenium_driverless
2. Add statistic data for full random browser fingerprints generating
3. Add UI for integrations capsola, 2captcha and others for passing captchas
