Source: python-respx Maintainer: Debian Python Team Uploaders: Yogeswaran Umasankar Homepage: https://github.com/lundberg/respx Vcs-Git: https://salsa.debian.org/python-team/packages/python-respx.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-respx Section: python Priority: optional Build-Depends: debhelper-compat (= 13), python3-setuptools, dh-python, python3-wheel, python3-all, python3-httpx, python3-anyio , python3-pytest-tornasync , python3-pytest-trio , python3-pytest-twisted , python3-pytest-asyncio , python3-starlette , python3-trio , python3-flask , python3-pytest-cov , python3-pytest Build-Depends-Indep: mkdocs , python3-mkautodoc , mkdocs-material Rules-Requires-Root: no Standards-Version: 4.7.0 Testsuite: autopkgtest-pkg-pybuild Package: python3-respx Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Utility for mocking out the Python HTTPX and HTTP Core libraries RESPX is a mock router, capturing requests sent by HTTPX, mocking their responses. Inspired by the flexible query API of the Django ORM, requests are filtered and matched against routes and their request patterns and lookups. Package: python-respx-doc Architecture: all Section: doc Depends: ${misc:Depends} Multi-Arch: foreign Description: Documentation for python-respx RESPX is a mock router, capturing requests sent by HTTPX, mocking their responses. Inspired by the flexible query API of the Django ORM, requests are filtered and matched against routes and their request patterns and lookups. . This package contains documentation for RESPX.