anp 0.3.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- anp-0.3.7/.claude/settings.local.json +11 -0
- anp-0.3.7/.env.example +10 -0
- anp-0.3.7/.gitignore +19 -0
- anp-0.3.7/.uv-cache/.gitignore +1 -0
- anp-0.3.7/.uv-cache/CACHEDIR.TAG +1 -0
- anp-0.3.7/.uv-cache/archive-v0/3q-kZ3Tsm1QnSiTqoptDx/canonicaljson/__init__.py +116 -0
- anp-0.3.7/.uv-cache/archive-v0/3q-kZ3Tsm1QnSiTqoptDx/canonicaljson/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/3q-kZ3Tsm1QnSiTqoptDx/canonicaljson-2.0.0.dist-info/LICENSE +177 -0
- anp-0.3.7/.uv-cache/archive-v0/3q-kZ3Tsm1QnSiTqoptDx/canonicaljson-2.0.0.dist-info/METADATA +96 -0
- anp-0.3.7/.uv-cache/archive-v0/3q-kZ3Tsm1QnSiTqoptDx/canonicaljson-2.0.0.dist-info/RECORD +8 -0
- anp-0.3.7/.uv-cache/archive-v0/3q-kZ3Tsm1QnSiTqoptDx/canonicaljson-2.0.0.dist-info/WHEEL +5 -0
- anp-0.3.7/.uv-cache/archive-v0/3q-kZ3Tsm1QnSiTqoptDx/canonicaljson-2.0.0.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/3q-kZ3Tsm1QnSiTqoptDx/canonicaljson-2.0.0.dist-info/zip-safe +1 -0
- anp-0.3.7/.uv-cache/archive-v0/5iedI-00gjP63Tfudcfg3/multidict/__init__.py +59 -0
- anp-0.3.7/.uv-cache/archive-v0/5iedI-00gjP63Tfudcfg3/multidict/_abc.py +73 -0
- anp-0.3.7/.uv-cache/archive-v0/5iedI-00gjP63Tfudcfg3/multidict/_compat.py +15 -0
- anp-0.3.7/.uv-cache/archive-v0/5iedI-00gjP63Tfudcfg3/multidict/_multidict.cpython-313-darwin.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/5iedI-00gjP63Tfudcfg3/multidict/_multidict_py.py +1242 -0
- anp-0.3.7/.uv-cache/archive-v0/5iedI-00gjP63Tfudcfg3/multidict/py.typed +1 -0
- anp-0.3.7/.uv-cache/archive-v0/5iedI-00gjP63Tfudcfg3/multidict-6.6.4.dist-info/METADATA +148 -0
- anp-0.3.7/.uv-cache/archive-v0/5iedI-00gjP63Tfudcfg3/multidict-6.6.4.dist-info/RECORD +11 -0
- anp-0.3.7/.uv-cache/archive-v0/5iedI-00gjP63Tfudcfg3/multidict-6.6.4.dist-info/WHEEL +6 -0
- anp-0.3.7/.uv-cache/archive-v0/5iedI-00gjP63Tfudcfg3/multidict-6.6.4.dist-info/licenses/LICENSE +13 -0
- anp-0.3.7/.uv-cache/archive-v0/5iedI-00gjP63Tfudcfg3/multidict-6.6.4.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/__init__.py +7 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/_attrs.py +31 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/_attrs.pyi +20 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/_core.py +739 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/exceptions.py +165 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/jsonschema.py +642 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/retrieval.py +92 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/tests/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/tests/test_core.py +1057 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/tests/test_exceptions.py +34 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/tests/test_jsonschema.py +382 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/tests/test_referencing_suite.py +66 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/tests/test_retrieval.py +106 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing/typing.py +61 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing-0.36.2.dist-info/METADATA +64 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing-0.36.2.dist-info/RECORD +19 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing-0.36.2.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/93Sx4MIBx9wNBhPu5YJmO/referencing-0.36.2.dist-info/licenses/COPYING +19 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/__init__.py +48 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/__main__.py +6 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/api.py +669 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/cd.py +395 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/cli/__init__.py +8 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/cli/__main__.py +381 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/constant.py +2015 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/legacy.py +80 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/md.cpython-313-darwin.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/md.py +635 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/md__mypyc.cpython-313-darwin.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/models.py +360 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/utils.py +414 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer/version.py +8 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer-3.4.3.dist-info/METADATA +750 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer-3.4.3.dist-info/RECORD +21 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer-3.4.3.dist-info/WHEEL +6 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer-3.4.3.dist-info/entry_points.txt +2 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer-3.4.3.dist-info/licenses/LICENSE +21 -0
- anp-0.3.7/.uv-cache/archive-v0/971ZqLlxYXhzF1TR-DNut/charset_normalizer-3.4.3.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/9aiJeO1AmcGb49UbYH5he/aiohappyeyeballs/__init__.py +14 -0
- anp-0.3.7/.uv-cache/archive-v0/9aiJeO1AmcGb49UbYH5he/aiohappyeyeballs/_staggered.py +207 -0
- anp-0.3.7/.uv-cache/archive-v0/9aiJeO1AmcGb49UbYH5he/aiohappyeyeballs/impl.py +259 -0
- anp-0.3.7/.uv-cache/archive-v0/9aiJeO1AmcGb49UbYH5he/aiohappyeyeballs/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/9aiJeO1AmcGb49UbYH5he/aiohappyeyeballs/types.py +17 -0
- anp-0.3.7/.uv-cache/archive-v0/9aiJeO1AmcGb49UbYH5he/aiohappyeyeballs/utils.py +97 -0
- anp-0.3.7/.uv-cache/archive-v0/9aiJeO1AmcGb49UbYH5he/aiohappyeyeballs-2.6.1.dist-info/LICENSE +279 -0
- anp-0.3.7/.uv-cache/archive-v0/9aiJeO1AmcGb49UbYH5he/aiohappyeyeballs-2.6.1.dist-info/METADATA +123 -0
- anp-0.3.7/.uv-cache/archive-v0/9aiJeO1AmcGb49UbYH5he/aiohappyeyeballs-2.6.1.dist-info/RECORD +10 -0
- anp-0.3.7/.uv-cache/archive-v0/9aiJeO1AmcGb49UbYH5he/aiohappyeyeballs-2.6.1.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/AIZzzraEqOU4i0ewOM8Rn/agent_connect-0.3.6.dist-info/METADATA +224 -0
- anp-0.3.7/.uv-cache/archive-v0/AIZzzraEqOU4i0ewOM8Rn/agent_connect-0.3.6.dist-info/RECORD +5 -0
- anp-0.3.7/.uv-cache/archive-v0/AIZzzraEqOU4i0ewOM8Rn/agent_connect-0.3.6.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/AIZzzraEqOU4i0ewOM8Rn/agent_connect-0.3.6.dist-info/licenses/LICENSE +23 -0
- anp-0.3.7/.uv-cache/archive-v0/AIZzzraEqOU4i0ewOM8Rn/agent_connect.pth +1 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/PyJWT-2.10.1.dist-info/AUTHORS.rst +7 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/PyJWT-2.10.1.dist-info/LICENSE +21 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/PyJWT-2.10.1.dist-info/METADATA +106 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/PyJWT-2.10.1.dist-info/RECORD +19 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/PyJWT-2.10.1.dist-info/WHEEL +5 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/PyJWT-2.10.1.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/jwt/__init__.py +75 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/jwt/algorithms.py +875 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/jwt/api_jwk.py +144 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/jwt/api_jws.py +346 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/jwt/api_jwt.py +433 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/jwt/exceptions.py +82 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/jwt/help.py +67 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/jwt/jwk_set_cache.py +31 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/jwt/jwks_client.py +126 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/jwt/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/jwt/types.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/jwt/utils.py +142 -0
- anp-0.3.7/.uv-cache/archive-v0/AkO1ac0xd0B1fj8jNELw1/jwt/warnings.py +2 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/dotenv/__init__.py +49 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/dotenv/__main__.py +6 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/dotenv/cli.py +205 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/dotenv/ipython.py +39 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/dotenv/main.py +400 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/dotenv/parser.py +175 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/dotenv/py.typed +1 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/dotenv/variables.py +86 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/dotenv/version.py +1 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/python_dotenv-1.1.1.dist-info/METADATA +733 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/python_dotenv-1.1.1.dist-info/RECORD +15 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/python_dotenv-1.1.1.dist-info/WHEEL +5 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/python_dotenv-1.1.1.dist-info/entry_points.txt +2 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/python_dotenv-1.1.1.dist-info/licenses/LICENSE +27 -0
- anp-0.3.7/.uv-cache/archive-v0/Cau1hmIjTUbq8h6LbsWVA/python_dotenv-1.1.1.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/__init__.py +93 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/_ast_gen.py +336 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/_build_tables.py +40 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/_c_ast.cfg +195 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/ast_transforms.py +164 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/c_ast.py +1125 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/c_generator.py +502 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/c_lexer.py +569 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/c_parser.py +1973 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/lextab.py +10 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/ply/__init__.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/ply/cpp.py +905 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/ply/ctokens.py +133 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/ply/lex.py +1099 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/ply/yacc.py +3494 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/ply/ygen.py +74 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/plyparser.py +133 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser/yacctab.py +374 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser-2.23.dist-info/LICENSE +27 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser-2.23.dist-info/METADATA +28 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser-2.23.dist-info/RECORD +23 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser-2.23.dist-info/WHEEL +5 -0
- anp-0.3.7/.uv-cache/archive-v0/DyqVr4nxthKxCp-m1j56j/pycparser-2.23.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/EDz975_YZ7BMaT9aTd2C5/certifi/__init__.py +4 -0
- anp-0.3.7/.uv-cache/archive-v0/EDz975_YZ7BMaT9aTd2C5/certifi/__main__.py +12 -0
- anp-0.3.7/.uv-cache/archive-v0/EDz975_YZ7BMaT9aTd2C5/certifi/cacert.pem +4738 -0
- anp-0.3.7/.uv-cache/archive-v0/EDz975_YZ7BMaT9aTd2C5/certifi/core.py +83 -0
- anp-0.3.7/.uv-cache/archive-v0/EDz975_YZ7BMaT9aTd2C5/certifi/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/EDz975_YZ7BMaT9aTd2C5/certifi-2025.8.3.dist-info/METADATA +77 -0
- anp-0.3.7/.uv-cache/archive-v0/EDz975_YZ7BMaT9aTd2C5/certifi-2025.8.3.dist-info/RECORD +10 -0
- anp-0.3.7/.uv-cache/archive-v0/EDz975_YZ7BMaT9aTd2C5/certifi-2025.8.3.dist-info/WHEEL +5 -0
- anp-0.3.7/.uv-cache/archive-v0/EDz975_YZ7BMaT9aTd2C5/certifi-2025.8.3.dist-info/licenses/LICENSE +20 -0
- anp-0.3.7/.uv-cache/archive-v0/EDz975_YZ7BMaT9aTd2C5/certifi-2025.8.3.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/__init__.py +184 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/__version__.py +14 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/_internal_utils.py +50 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/adapters.py +696 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/api.py +157 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/auth.py +314 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/certs.py +17 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/compat.py +106 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/cookies.py +561 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/exceptions.py +151 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/help.py +134 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/hooks.py +33 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/models.py +1039 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/packages.py +23 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/sessions.py +831 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/status_codes.py +128 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/structures.py +99 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests/utils.py +1086 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests-2.32.5.dist-info/METADATA +133 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests-2.32.5.dist-info/RECORD +23 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests-2.32.5.dist-info/WHEEL +5 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests-2.32.5.dist-info/licenses/LICENSE +175 -0
- anp-0.3.7/.uv-cache/archive-v0/Flg0Q9294k9olBi8Rp9nG/requests-2.32.5.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl/__init__.py +14 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl/_parse.py +203 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl/_path.py +41 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl/_query.py +114 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl/_quoters.py +33 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl/_quoting.py +19 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl/_quoting_c.cpython-313-darwin.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl/_quoting_c.pyx +453 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl/_quoting_py.py +213 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl/_url.py +1604 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl/py.typed +1 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl-1.20.1.dist-info/METADATA +2427 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl-1.20.1.dist-info/RECORD +17 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl-1.20.1.dist-info/WHEEL +6 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl-1.20.1.dist-info/licenses/LICENSE +202 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl-1.20.1.dist-info/licenses/NOTICE +13 -0
- anp-0.3.7/.uv-cache/archive-v0/GC8JFwjiiqIfNIyAdKg46/yarl-1.20.1.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/.hash/_cparser.pxd.hash +1 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/.hash/_find_header.pxd.hash +1 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/.hash/_http_parser.pyx.hash +1 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/.hash/_http_writer.pyx.hash +1 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/.hash/hdrs.py.hash +1 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/__init__.py +278 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_cookie_helpers.py +309 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_cparser.pxd +158 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_find_header.pxd +2 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_headers.pxi +83 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_http_parser.cpython-313-darwin.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_http_parser.pyx +837 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_http_writer.cpython-313-darwin.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_http_writer.pyx +160 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/.hash/mask.pxd.hash +1 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/.hash/mask.pyx.hash +1 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/.hash/reader_c.pxd.hash +1 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/__init__.py +1 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/helpers.py +147 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/mask.cpython-313-darwin.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/mask.pxd +3 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/mask.pyx +48 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/models.py +84 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/reader.py +31 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/reader_c.cpython-313-darwin.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/reader_c.pxd +110 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/reader_c.py +476 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/reader_py.py +476 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/_websocket/writer.py +178 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/abc.py +268 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/base_protocol.py +100 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/client.py +1613 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/client_exceptions.py +421 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/client_middleware_digest_auth.py +476 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/client_middlewares.py +55 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/client_proto.py +359 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/client_reqrep.py +1533 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/client_ws.py +428 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/compression_utils.py +278 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/connector.py +1834 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/cookiejar.py +522 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/formdata.py +179 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/hdrs.py +121 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/helpers.py +958 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/http.py +72 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/http_exceptions.py +112 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/http_parser.py +1050 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/http_websocket.py +36 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/http_writer.py +378 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/log.py +8 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/multipart.py +1141 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/payload.py +1120 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/payload_streamer.py +78 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/py.typed +1 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/pytest_plugin.py +444 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/resolver.py +274 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/streams.py +727 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/tcp_helpers.py +37 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/test_utils.py +774 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/tracing.py +455 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/typedefs.py +69 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/web.py +605 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/web_app.py +620 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/web_exceptions.py +452 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/web_fileresponse.py +418 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/web_log.py +216 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/web_middlewares.py +121 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/web_protocol.py +792 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/web_request.py +916 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/web_response.py +856 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/web_routedef.py +214 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/web_runner.py +399 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/web_server.py +84 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/web_urldispatcher.py +1303 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/web_ws.py +631 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp/worker.py +255 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp-3.12.15.dist-info/METADATA +251 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp-3.12.15.dist-info/RECORD +82 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp-3.12.15.dist-info/WHEEL +6 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp-3.12.15.dist-info/licenses/LICENSE.txt +13 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp-3.12.15.dist-info/licenses/vendor/llhttp/LICENSE +22 -0
- anp-0.3.7/.uv-cache/archive-v0/IA2xDQ6qp3rT1y86QaHH9/aiohttp-3.12.15.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/__about__.py +17 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/__init__.py +13 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/exceptions.py +52 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/fernet.py +215 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/__init__.py +13 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/_oid.py +313 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/backends/__init__.py +13 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/backends/openssl/__init__.py +9 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/backends/openssl/backend.py +291 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/__init__.py +3 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/__init__.pyi +24 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/_openssl.pyi +8 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/asn1.pyi +7 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/exceptions.pyi +17 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/ocsp.pyi +23 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi +71 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/aead.pyi +103 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/ciphers.pyi +38 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/cmac.pyi +18 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/dh.pyi +51 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi +41 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/ec.pyi +52 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi +12 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi +12 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi +17 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi +21 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi +22 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/keys.pyi +33 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi +13 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/rsa.pyi +55 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi +12 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/openssl/x448.pyi +12 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/pkcs12.pyi +46 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/pkcs7.pyi +30 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/test_support.pyi +29 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust/x509.pyi +108 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/_rust.abi3.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/openssl/__init__.py +3 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/openssl/_conditional.py +183 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/bindings/openssl/binding.py +121 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/decrepit/__init__.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/decrepit/ciphers/__init__.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/decrepit/ciphers/algorithms.py +107 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/__init__.py +3 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/_asymmetric.py +19 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/_cipheralgorithm.py +58 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/_serialization.py +169 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/asymmetric/__init__.py +3 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/asymmetric/dh.py +135 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/asymmetric/dsa.py +154 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/asymmetric/ec.py +403 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/asymmetric/ed25519.py +116 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/asymmetric/ed448.py +118 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/asymmetric/padding.py +113 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/asymmetric/rsa.py +260 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/asymmetric/types.py +111 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/asymmetric/utils.py +24 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/asymmetric/x25519.py +109 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/asymmetric/x448.py +112 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/ciphers/__init__.py +27 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/ciphers/aead.py +23 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/ciphers/algorithms.py +177 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/ciphers/base.py +145 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/ciphers/modes.py +268 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/cmac.py +10 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/constant_time.py +14 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/hashes.py +242 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/hmac.py +13 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/kdf/__init__.py +23 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/kdf/concatkdf.py +124 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/kdf/hkdf.py +101 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/kdf/kbkdf.py +302 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/kdf/pbkdf2.py +62 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/kdf/scrypt.py +80 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/kdf/x963kdf.py +61 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/keywrap.py +177 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/padding.py +204 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/poly1305.py +11 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/serialization/__init__.py +63 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/serialization/base.py +14 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/serialization/pkcs12.py +156 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/serialization/pkcs7.py +336 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/serialization/ssh.py +1569 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/twofactor/__init__.py +9 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/twofactor/hotp.py +92 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/hazmat/primitives/twofactor/totp.py +50 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/utils.py +127 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/x509/__init__.py +259 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/x509/base.py +1226 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/x509/certificate_transparency.py +97 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/x509/extensions.py +2196 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/x509/general_name.py +281 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/x509/name.py +465 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/x509/ocsp.py +678 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/x509/oid.py +35 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography/x509/verification.py +28 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography-43.0.3.dist-info/METADATA +138 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography-43.0.3.dist-info/RECORD +103 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography-43.0.3.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography-43.0.3.dist-info/license_files/LICENSE +3 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography-43.0.3.dist-info/license_files/LICENSE.APACHE +202 -0
- anp-0.3.7/.uv-cache/archive-v0/IifB20JZpTrGZlSYMkyO_/cryptography-43.0.3.dist-info/license_files/LICENSE.BSD +27 -0
- anp-0.3.7/.uv-cache/archive-v0/J4FuzFN23rGSJolmdBEDo/aiosignal/__init__.py +59 -0
- anp-0.3.7/.uv-cache/archive-v0/J4FuzFN23rGSJolmdBEDo/aiosignal/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/J4FuzFN23rGSJolmdBEDo/aiosignal-1.4.0.dist-info/METADATA +112 -0
- anp-0.3.7/.uv-cache/archive-v0/J4FuzFN23rGSJolmdBEDo/aiosignal-1.4.0.dist-info/RECORD +7 -0
- anp-0.3.7/.uv-cache/archive-v0/J4FuzFN23rGSJolmdBEDo/aiosignal-1.4.0.dist-info/WHEEL +5 -0
- anp-0.3.7/.uv-cache/archive-v0/J4FuzFN23rGSJolmdBEDo/aiosignal-1.4.0.dist-info/licenses/LICENSE +201 -0
- anp-0.3.7/.uv-cache/archive-v0/J4FuzFN23rGSJolmdBEDo/aiosignal-1.4.0.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/__init__.py +104 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/_compat.py +138 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/_rwlock.py +86 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/_sha3.py +181 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/_version.py +21 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/curves.py +590 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/der.py +478 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/ecdh.py +336 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/ecdsa.py +1094 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/eddsa.py +252 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/ellipticcurve.py +1609 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/errors.py +4 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/keys.py +1631 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/numbertheory.py +835 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/rfc6979.py +113 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/ssh.py +83 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/test_curves.py +361 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/test_der.py +602 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/test_ecdh.py +449 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/test_ecdsa.py +694 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/test_eddsa.py +1124 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/test_ellipticcurve.py +294 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/test_jacobi.py +934 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/test_keys.py +1138 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/test_malformed_sigs.py +378 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/test_numbertheory.py +483 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/test_pyecdsa.py +2564 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/test_rw_lock.py +180 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/test_sha3.py +111 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa/util.py +533 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa-0.19.1.dist-info/LICENSE +24 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa-0.19.1.dist-info/METADATA +671 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa-0.19.1.dist-info/RECORD +35 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa-0.19.1.dist-info/WHEEL +6 -0
- anp-0.3.7/.uv-cache/archive-v0/JnFMJQROEkYQ5rF0yVq3n/ecdsa-0.19.1.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/__init__.py +15 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/fastjsonschema/LICENSE +27 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/fastjsonschema/__init__.py +277 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/fastjsonschema/__main__.py +19 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/fastjsonschema/draft04.py +618 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/fastjsonschema/draft06.py +188 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/fastjsonschema/draft07.py +116 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/fastjsonschema/exceptions.py +51 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/fastjsonschema/generator.py +353 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/fastjsonschema/indent.py +28 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/fastjsonschema/ref_resolver.py +178 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/fastjsonschema/version.py +1 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/LICENSE +18 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/__init__.py +38 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/__pyinstaller/__init__.py +6 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/__pyinstaller/hook-lark.py +14 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/ast_utils.py +59 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/common.py +86 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/exceptions.py +292 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/grammar.py +130 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/grammars/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/grammars/common.lark +59 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/grammars/lark.lark +62 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/grammars/python.lark +302 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/grammars/unicode.lark +7 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/indenter.py +143 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/lark.py +658 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/lexer.py +678 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/load_grammar.py +1428 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/parse_tree_builder.py +391 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/parser_frontends.py +257 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/parsers/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/parsers/cyk.py +340 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/parsers/earley.py +317 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/parsers/earley_common.py +42 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/parsers/earley_forest.py +802 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/parsers/grammar_analysis.py +203 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/parsers/lalr_analysis.py +332 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/parsers/lalr_interactive_parser.py +158 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/parsers/lalr_parser.py +122 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/parsers/lalr_parser_state.py +110 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/parsers/xearley.py +165 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/reconstruct.py +107 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/tools/__init__.py +70 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/tools/nearley.py +202 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/tools/serialize.py +32 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/tools/standalone.py +196 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/tree.py +267 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/tree_matcher.py +186 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/tree_templates.py +180 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/utils.py +346 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/lark/visitors.py +596 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/LICENSE +3 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/LICENSE.APACHE +177 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/LICENSE.BSD +23 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/__init__.py +15 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/_elffile.py +109 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/_manylinux.py +262 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/_musllinux.py +85 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/_parser.py +353 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/_structures.py +61 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/_tokenizer.py +195 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/licenses/__init__.py +145 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/licenses/_spdx.py +759 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/markers.py +362 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/metadata.py +862 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/requirements.py +91 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/specifiers.py +1019 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/tags.py +656 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/utils.py +163 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/packaging/version.py +582 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/tomli/LICENSE +21 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/tomli/__init__.py +8 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/tomli/_parser.py +770 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/tomli/_re.py +112 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/tomli/_types.py +10 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/tomli/py.typed +1 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/_vendor/vendor.txt +4 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/generic/__init__.py +22 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/generic/any_constraint.py +45 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/generic/base_constraint.py +42 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/generic/constraint.py +263 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/generic/empty_constraint.py +45 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/generic/multi_constraint.py +178 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/generic/parser.py +98 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/generic/union_constraint.py +218 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/version/__init__.py +26 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/version/empty_constraint.py +64 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/version/exceptions.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/version/parser.py +258 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/version/patterns.py +42 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/version/util.py +58 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/version/version.py +182 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/version/version_constraint.py +130 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/version/version_range.py +472 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/version/version_range_constraint.py +125 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/constraints/version/version_union.py +331 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/exceptions/__init__.py +6 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/exceptions/base.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/factory.py +1087 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/json/__init__.py +34 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/json/schemas/dependency-groups-schema.json +39 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/json/schemas/poetry-schema.json +723 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/json/schemas/project-schema.json +348 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/masonry/__init__.py +8 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/masonry/api.py +97 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/masonry/builders/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/masonry/builders/builder.py +390 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/masonry/builders/sdist.py +436 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/masonry/builders/wheel.py +562 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/masonry/metadata.py +169 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/masonry/utils/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/masonry/utils/helpers.py +52 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/masonry/utils/include.py +49 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/masonry/utils/module.py +117 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/masonry/utils/package_include.py +98 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/packages/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/packages/dependency.py +545 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/packages/dependency_group.py +220 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/packages/directory_dependency.py +66 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/packages/file_dependency.py +61 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/packages/package.py +664 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/packages/path_dependency.py +93 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/packages/project_package.py +125 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/packages/specification.py +227 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/packages/url_dependency.py +63 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/packages/utils/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/packages/utils/link.py +226 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/packages/utils/utils.py +415 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/packages/vcs_dependency.py +139 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/poetry.py +94 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/pyproject/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/pyproject/exceptions.py +7 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/pyproject/tables.py +51 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/pyproject/toml.py +102 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/spdx/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/spdx/data/licenses.json +3517 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/spdx/helpers.py +65 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/spdx/license.py +165 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/spdx/updater.py +39 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/utils/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/utils/_compat.py +15 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/utils/helpers.py +126 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/utils/patterns.py +13 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/vcs/__init__.py +44 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/vcs/git.py +295 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/version/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/version/exceptions.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/version/grammars/__init__.py +10 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/version/grammars/markers.lark +36 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/version/grammars/pep508.lark +29 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/version/helpers.py +68 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/version/markers.py +1396 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/version/parser.py +31 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/version/pep440/__init__.py +9 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/version/pep440/parser.py +85 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/version/pep440/segments.py +165 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/version/pep440/version.py +321 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry/core/version/requirements.py +118 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry_core-2.2.1.dist-info/METADATA +84 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry_core-2.2.1.dist-info/RECORD +167 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry_core-2.2.1.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/KPhDXyZDA3Jhe36LwTrE1/poetry_core-2.2.1.dist-info/licenses/LICENSE +20 -0
- anp-0.3.7/.uv-cache/archive-v0/LmEvnWXDb8Twzy3TWXHyL/typing_inspection/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/LmEvnWXDb8Twzy3TWXHyL/typing_inspection/introspection.py +587 -0
- anp-0.3.7/.uv-cache/archive-v0/LmEvnWXDb8Twzy3TWXHyL/typing_inspection/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/LmEvnWXDb8Twzy3TWXHyL/typing_inspection/typing_objects.py +596 -0
- anp-0.3.7/.uv-cache/archive-v0/LmEvnWXDb8Twzy3TWXHyL/typing_inspection/typing_objects.pyi +406 -0
- anp-0.3.7/.uv-cache/archive-v0/LmEvnWXDb8Twzy3TWXHyL/typing_inspection-0.4.1.dist-info/METADATA +49 -0
- anp-0.3.7/.uv-cache/archive-v0/LmEvnWXDb8Twzy3TWXHyL/typing_inspection-0.4.1.dist-info/RECORD +9 -0
- anp-0.3.7/.uv-cache/archive-v0/LmEvnWXDb8Twzy3TWXHyL/typing_inspection-0.4.1.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/LmEvnWXDb8Twzy3TWXHyL/typing_inspection-0.4.1.dist-info/licenses/LICENSE +21 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/_cffi_backend.cpython-313-darwin.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/__init__.py +14 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/_cffi_errors.h +149 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/_cffi_include.h +389 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/_embedding.h +550 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/_imp_emulation.py +83 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/_shimmed_dist_utils.py +45 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/api.py +967 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/backend_ctypes.py +1121 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/cffi_opcode.py +187 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/commontypes.py +82 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/cparser.py +1015 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/error.py +31 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/ffiplatform.py +113 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/lock.py +30 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/model.py +618 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/parse_c_type.h +181 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/pkgconfig.py +121 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/recompiler.py +1598 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/setuptools_ext.py +229 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/vengine_cpy.py +1087 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/vengine_gen.py +679 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi/verifier.py +306 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi-2.0.0.dist-info/METADATA +68 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi-2.0.0.dist-info/RECORD +30 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi-2.0.0.dist-info/WHEEL +6 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi-2.0.0.dist-info/entry_points.txt +2 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi-2.0.0.dist-info/licenses/AUTHORS +8 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi-2.0.0.dist-info/licenses/LICENSE +23 -0
- anp-0.3.7/.uv-cache/archive-v0/MKjeM7tqxfTsSIjoTu6GL/cffi-2.0.0.dist-info/top_level.txt +2 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/__init__.py +120 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/__main__.py +6 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/_format.py +546 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/_keywords.py +449 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/_legacy_keywords.py +449 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/_types.py +204 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/_typing.py +29 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/_utils.py +355 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/benchmarks/__init__.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/benchmarks/const_vs_enum.py +30 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/benchmarks/contains.py +28 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/benchmarks/issue232/issue.json +2653 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/benchmarks/issue232.py +25 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/benchmarks/json_schema_test_suite.py +12 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/benchmarks/nested_schemas.py +56 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/benchmarks/subcomponents.py +42 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/benchmarks/unused_registry.py +35 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/benchmarks/useless_applicator_schemas.py +106 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/benchmarks/useless_keywords.py +32 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/benchmarks/validator_creation.py +14 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/cli.py +292 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/exceptions.py +490 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/protocols.py +230 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/tests/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/tests/_suite.py +285 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/tests/fuzz_validate.py +50 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/tests/test_cli.py +904 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/tests/test_deprecations.py +432 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/tests/test_exceptions.py +759 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/tests/test_format.py +91 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/tests/test_jsonschema_test_suite.py +262 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/tests/test_types.py +221 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/tests/test_utils.py +138 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/tests/test_validators.py +2575 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/tests/typing/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/tests/typing/test_all_concrete_validators_match_protocol.py +38 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema/validators.py +1410 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema-4.25.1.dist-info/METADATA +170 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema-4.25.1.dist-info/RECORD +42 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema-4.25.1.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema-4.25.1.dist-info/entry_points.txt +2 -0
- anp-0.3.7/.uv-cache/archive-v0/MOeRHVgckMrPpCZRYUndN/jsonschema-4.25.1.dist-info/licenses/COPYING +19 -0
- anp-0.3.7/.uv-cache/archive-v0/Mbw2-HbKr2VUYA8-UXi_E/base58/__init__.py +159 -0
- anp-0.3.7/.uv-cache/archive-v0/Mbw2-HbKr2VUYA8-UXi_E/base58/__main__.py +50 -0
- anp-0.3.7/.uv-cache/archive-v0/Mbw2-HbKr2VUYA8-UXi_E/base58/py.typed +1 -0
- anp-0.3.7/.uv-cache/archive-v0/Mbw2-HbKr2VUYA8-UXi_E/base58-2.1.1.dist-info/COPYING +19 -0
- anp-0.3.7/.uv-cache/archive-v0/Mbw2-HbKr2VUYA8-UXi_E/base58-2.1.1.dist-info/METADATA +86 -0
- anp-0.3.7/.uv-cache/archive-v0/Mbw2-HbKr2VUYA8-UXi_E/base58-2.1.1.dist-info/RECORD +9 -0
- anp-0.3.7/.uv-cache/archive-v0/Mbw2-HbKr2VUYA8-UXi_E/base58-2.1.1.dist-info/WHEEL +5 -0
- anp-0.3.7/.uv-cache/archive-v0/Mbw2-HbKr2VUYA8-UXi_E/base58-2.1.1.dist-info/entry_points.txt +3 -0
- anp-0.3.7/.uv-cache/archive-v0/Mbw2-HbKr2VUYA8-UXi_E/base58-2.1.1.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/NrmvElSxiVEoyqvVw0mhe/six-1.17.0.dist-info/LICENSE +18 -0
- anp-0.3.7/.uv-cache/archive-v0/NrmvElSxiVEoyqvVw0mhe/six-1.17.0.dist-info/METADATA +43 -0
- anp-0.3.7/.uv-cache/archive-v0/NrmvElSxiVEoyqvVw0mhe/six-1.17.0.dist-info/RECORD +6 -0
- anp-0.3.7/.uv-cache/archive-v0/NrmvElSxiVEoyqvVw0mhe/six-1.17.0.dist-info/WHEEL +6 -0
- anp-0.3.7/.uv-cache/archive-v0/NrmvElSxiVEoyqvVw0mhe/six-1.17.0.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/NrmvElSxiVEoyqvVw0mhe/six.py +1003 -0
- anp-0.3.7/.uv-cache/archive-v0/Oj0pPXptwodWHCMDLmEvO/typing_extensions-4.15.0.dist-info/METADATA +72 -0
- anp-0.3.7/.uv-cache/archive-v0/Oj0pPXptwodWHCMDLmEvO/typing_extensions-4.15.0.dist-info/RECORD +5 -0
- anp-0.3.7/.uv-cache/archive-v0/Oj0pPXptwodWHCMDLmEvO/typing_extensions-4.15.0.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/Oj0pPXptwodWHCMDLmEvO/typing_extensions-4.15.0.dist-info/licenses/LICENSE +279 -0
- anp-0.3.7/.uv-cache/archive-v0/Oj0pPXptwodWHCMDLmEvO/typing_extensions.py +4317 -0
- anp-0.3.7/.uv-cache/archive-v0/PEfrQv-FLNlf0F7MHGuGW/jcs/__init__.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/PEfrQv-FLNlf0F7MHGuGW/jcs/_jcs.py +519 -0
- anp-0.3.7/.uv-cache/archive-v0/PEfrQv-FLNlf0F7MHGuGW/jcs/ntoj.py +112 -0
- anp-0.3.7/.uv-cache/archive-v0/PEfrQv-FLNlf0F7MHGuGW/jcs-0.2.1.dist-info/METADATA +45 -0
- anp-0.3.7/.uv-cache/archive-v0/PEfrQv-FLNlf0F7MHGuGW/jcs-0.2.1.dist-info/RECORD +6 -0
- anp-0.3.7/.uv-cache/archive-v0/PEfrQv-FLNlf0F7MHGuGW/jcs-0.2.1.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/__init__.py +104 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/__init__.pyi +389 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/_cmp.py +160 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/_cmp.pyi +13 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/_compat.py +94 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/_config.py +31 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/_funcs.py +468 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/_make.py +3123 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/_next_gen.py +623 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/_typing_compat.pyi +15 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/_version_info.py +86 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/_version_info.pyi +9 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/converters.py +162 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/converters.pyi +19 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/exceptions.py +95 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/exceptions.pyi +17 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/filters.py +72 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/filters.pyi +6 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/setters.py +79 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/setters.pyi +20 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/validators.py +710 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attr/validators.pyi +86 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attrs/__init__.py +69 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attrs/__init__.pyi +263 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attrs/converters.py +3 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attrs/exceptions.py +3 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attrs/filters.py +3 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attrs/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attrs/setters.py +3 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attrs/validators.py +3 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attrs-25.3.0.dist-info/METADATA +232 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attrs-25.3.0.dist-info/RECORD +35 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attrs-25.3.0.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/RCGV42JcKWbPRDeE3yjQb/attrs-25.3.0.dist-info/licenses/LICENSE +21 -0
- anp-0.3.7/.uv-cache/archive-v0/VciFzKH85c8pedswhbFgW/idna/__init__.py +45 -0
- anp-0.3.7/.uv-cache/archive-v0/VciFzKH85c8pedswhbFgW/idna/codec.py +122 -0
- anp-0.3.7/.uv-cache/archive-v0/VciFzKH85c8pedswhbFgW/idna/compat.py +15 -0
- anp-0.3.7/.uv-cache/archive-v0/VciFzKH85c8pedswhbFgW/idna/core.py +437 -0
- anp-0.3.7/.uv-cache/archive-v0/VciFzKH85c8pedswhbFgW/idna/idnadata.py +4243 -0
- anp-0.3.7/.uv-cache/archive-v0/VciFzKH85c8pedswhbFgW/idna/intranges.py +57 -0
- anp-0.3.7/.uv-cache/archive-v0/VciFzKH85c8pedswhbFgW/idna/package_data.py +1 -0
- anp-0.3.7/.uv-cache/archive-v0/VciFzKH85c8pedswhbFgW/idna/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/VciFzKH85c8pedswhbFgW/idna/uts46data.py +8681 -0
- anp-0.3.7/.uv-cache/archive-v0/VciFzKH85c8pedswhbFgW/idna-3.10.dist-info/LICENSE.md +31 -0
- anp-0.3.7/.uv-cache/archive-v0/VciFzKH85c8pedswhbFgW/idna-3.10.dist-info/METADATA +250 -0
- anp-0.3.7/.uv-cache/archive-v0/VciFzKH85c8pedswhbFgW/idna-3.10.dist-info/RECORD +13 -0
- anp-0.3.7/.uv-cache/archive-v0/VciFzKH85c8pedswhbFgW/idna-3.10.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/XkrNulvwFcT9W37hkXWUY/frozenlist/__init__.py +86 -0
- anp-0.3.7/.uv-cache/archive-v0/XkrNulvwFcT9W37hkXWUY/frozenlist/__init__.pyi +47 -0
- anp-0.3.7/.uv-cache/archive-v0/XkrNulvwFcT9W37hkXWUY/frozenlist/_frozenlist.cpython-313-darwin.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/XkrNulvwFcT9W37hkXWUY/frozenlist/_frozenlist.pyx +148 -0
- anp-0.3.7/.uv-cache/archive-v0/XkrNulvwFcT9W37hkXWUY/frozenlist/py.typed +1 -0
- anp-0.3.7/.uv-cache/archive-v0/XkrNulvwFcT9W37hkXWUY/frozenlist-1.7.0.dist-info/METADATA +626 -0
- anp-0.3.7/.uv-cache/archive-v0/XkrNulvwFcT9W37hkXWUY/frozenlist-1.7.0.dist-info/RECORD +10 -0
- anp-0.3.7/.uv-cache/archive-v0/XkrNulvwFcT9W37hkXWUY/frozenlist-1.7.0.dist-info/WHEEL +6 -0
- anp-0.3.7/.uv-cache/archive-v0/XkrNulvwFcT9W37hkXWUY/frozenlist-1.7.0.dist-info/licenses/LICENSE +201 -0
- anp-0.3.7/.uv-cache/archive-v0/XkrNulvwFcT9W37hkXWUY/frozenlist-1.7.0.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/__init__.py +12 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/_core.py +38 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft201909/metaschema.json +42 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft201909/vocabularies/applicator +56 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft201909/vocabularies/content +17 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft201909/vocabularies/core +57 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft201909/vocabularies/format +14 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft201909/vocabularies/meta-data +37 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft201909/vocabularies/validation +98 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft202012/metaschema.json +58 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft202012/vocabularies/applicator +48 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft202012/vocabularies/content +17 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft202012/vocabularies/core +51 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft202012/vocabularies/format-annotation +14 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft202012/vocabularies/format-assertion +14 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft202012/vocabularies/meta-data +37 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft202012/vocabularies/unevaluated +15 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft202012/vocabularies/validation +98 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft3/metaschema.json +172 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft4/metaschema.json +149 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft6/metaschema.json +153 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/schemas/draft7/metaschema.json +166 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/tests/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications/tests/test_jsonschema_specifications.py +41 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications-2025.9.1.dist-info/METADATA +54 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications-2025.9.1.dist-info/RECORD +28 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications-2025.9.1.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/ZFPhStcWCnaXmpmpu9Dy1/jsonschema_specifications-2025.9.1.dist-info/licenses/COPYING +19 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/__init__.py +47 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/_errors.py +54 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/_inet.py +170 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/_int.py +22 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/_iri.py +291 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/_ordereddict.py +135 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/_teletex_codec.py +331 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/_types.py +46 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/algos.py +1189 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/cms.py +1003 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/core.py +5676 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/crl.py +536 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/csr.py +133 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/keys.py +1301 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/ocsp.py +703 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/parser.py +292 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/pdf.py +84 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/pem.py +222 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/pkcs12.py +193 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/tsp.py +310 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/util.py +878 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/version.py +6 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto/x509.py +3036 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto-1.5.1.dist-info/LICENSE +19 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto-1.5.1.dist-info/METADATA +307 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto-1.5.1.dist-info/RECORD +28 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto-1.5.1.dist-info/WHEEL +6 -0
- anp-0.3.7/.uv-cache/archive-v0/gWK_JbSKF1IGnMbQ8UHYS/asn1crypto-1.5.1.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/i4XOz00Et_YdqZLNcSASy/pydantic_core/__init__.py +144 -0
- anp-0.3.7/.uv-cache/archive-v0/i4XOz00Et_YdqZLNcSASy/pydantic_core/_pydantic_core.cpython-313-darwin.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/i4XOz00Et_YdqZLNcSASy/pydantic_core/_pydantic_core.pyi +1039 -0
- anp-0.3.7/.uv-cache/archive-v0/i4XOz00Et_YdqZLNcSASy/pydantic_core/core_schema.py +4325 -0
- anp-0.3.7/.uv-cache/archive-v0/i4XOz00Et_YdqZLNcSASy/pydantic_core/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/i4XOz00Et_YdqZLNcSASy/pydantic_core-2.33.2.dist-info/METADATA +160 -0
- anp-0.3.7/.uv-cache/archive-v0/i4XOz00Et_YdqZLNcSASy/pydantic_core-2.33.2.dist-info/RECORD +9 -0
- anp-0.3.7/.uv-cache/archive-v0/i4XOz00Et_YdqZLNcSASy/pydantic_core-2.33.2.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/i4XOz00Et_YdqZLNcSASy/pydantic_core-2.33.2.dist-info/licenses/LICENSE +21 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/__init__.py +199 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/__main__.py +159 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/asyncio/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/asyncio/async_timeout.py +282 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/asyncio/client.py +561 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/asyncio/compatibility.py +30 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/asyncio/connection.py +1148 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/asyncio/messages.py +293 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/asyncio/server.py +973 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/auth.py +6 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/client.py +393 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/connection.py +12 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/datastructures.py +192 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/exceptions.py +392 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/extensions/__init__.py +4 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/extensions/base.py +123 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/extensions/permessage_deflate.py +670 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/frames.py +429 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/headers.py +579 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/http.py +15 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/http11.py +385 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/imports.py +99 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/legacy/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/legacy/auth.py +190 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/legacy/client.py +707 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/legacy/exceptions.py +78 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/legacy/framing.py +224 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/legacy/handshake.py +158 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/legacy/http.py +201 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/legacy/protocol.py +1645 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/legacy/server.py +1200 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/protocol.py +732 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/server.py +587 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/speedups.c +222 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/speedups.cpython-313-darwin.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/speedups.pyi +1 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/streams.py +151 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/sync/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/sync/client.py +336 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/sync/connection.py +801 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/sync/messages.py +283 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/sync/server.py +727 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/sync/utils.py +45 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/typing.py +77 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/uri.py +107 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/utils.py +51 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets/version.py +92 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets-13.1.dist-info/LICENSE +24 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets-13.1.dist-info/METADATA +177 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets-13.1.dist-info/RECORD +53 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets-13.1.dist-info/WHEEL +5 -0
- anp-0.3.7/.uv-cache/archive-v0/kswO1QTRrAMdxVKkKWcwM/websockets-13.1.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/__init__.py +445 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_config.py +373 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_core_metadata.py +97 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_core_utils.py +182 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_dataclasses.py +238 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_decorators.py +838 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_decorators_v1.py +174 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_discriminated_union.py +479 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_docs_extraction.py +108 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_fields.py +515 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_forward_ref.py +23 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_generate_schema.py +2904 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_generics.py +547 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_git.py +27 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_import_utils.py +20 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_internal_dataclass.py +7 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_known_annotated_metadata.py +393 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_mock_val_ser.py +228 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_model_construction.py +792 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_namespace_utils.py +293 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_repr.py +125 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_schema_gather.py +209 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_schema_generation_shared.py +125 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_serializers.py +53 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_signature.py +188 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_typing_extra.py +714 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_utils.py +431 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_validate_call.py +140 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_internal/_validators.py +532 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/_migration.py +308 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/alias_generators.py +62 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/aliases.py +135 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/annotated_handlers.py +122 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/class_validators.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/color.py +604 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/config.py +1213 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/dataclasses.py +383 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/datetime_parse.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/decorator.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/deprecated/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/deprecated/class_validators.py +256 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/deprecated/config.py +72 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/deprecated/copy_internals.py +224 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/deprecated/decorator.py +284 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/deprecated/json.py +141 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/deprecated/parse.py +80 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/deprecated/tools.py +103 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/env_settings.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/error_wrappers.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/errors.py +189 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/experimental/__init__.py +10 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/experimental/arguments_schema.py +44 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/experimental/pipeline.py +667 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/fields.py +1559 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/functional_serializers.py +450 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/functional_validators.py +828 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/generics.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/json.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/json_schema.py +2695 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/main.py +1773 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/mypy.py +1380 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/networks.py +1312 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/parse.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/plugin/__init__.py +188 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/plugin/_loader.py +57 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/plugin/_schema_validator.py +140 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/root_model.py +157 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/schema.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/tools.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/type_adapter.py +727 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/types.py +3285 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/typing.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/utils.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/__init__.py +131 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/_hypothesis_plugin.py +391 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/annotated_types.py +72 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/class_validators.py +361 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/color.py +494 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/config.py +191 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/dataclasses.py +500 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/datetime_parse.py +248 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/decorator.py +264 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/env_settings.py +350 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/error_wrappers.py +161 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/errors.py +646 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/fields.py +1253 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/generics.py +400 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/json.py +112 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/main.py +1113 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/mypy.py +949 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/networks.py +747 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/parse.py +66 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/schema.py +1163 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/tools.py +92 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/types.py +1205 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/typing.py +615 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/utils.py +806 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/validators.py +768 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/v1/version.py +38 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/validate_call_decorator.py +116 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/validators.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/version.py +84 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic/warnings.py +96 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic-2.11.9.dist-info/METADATA +787 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic-2.11.9.dist-info/RECORD +110 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic-2.11.9.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/olfJzQRBG9rYZWE8OKIz-/pydantic-2.11.9.dist-info/licenses/LICENSE +21 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/__init__.py +211 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/_base_connection.py +165 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/_collections.py +479 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/_request_methods.py +278 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/_version.py +21 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/connection.py +1093 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/connectionpool.py +1178 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/contrib/__init__.py +0 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/contrib/emscripten/__init__.py +16 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/contrib/emscripten/connection.py +255 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/contrib/emscripten/emscripten_fetch_worker.js +110 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/contrib/emscripten/fetch.py +728 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/contrib/emscripten/request.py +22 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/contrib/emscripten/response.py +277 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/contrib/pyopenssl.py +564 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/contrib/socks.py +228 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/exceptions.py +335 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/fields.py +341 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/filepost.py +89 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/http2/__init__.py +53 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/http2/connection.py +356 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/http2/probe.py +87 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/poolmanager.py +653 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/py.typed +2 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/response.py +1307 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/util/__init__.py +42 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/util/connection.py +137 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/util/proxy.py +43 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/util/request.py +266 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/util/response.py +101 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/util/retry.py +533 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/util/ssl_.py +524 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/util/ssl_match_hostname.py +159 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/util/ssltransport.py +271 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/util/timeout.py +275 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/util/url.py +469 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/util/util.py +42 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3/util/wait.py +124 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3-2.5.0.dist-info/METADATA +154 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3-2.5.0.dist-info/RECORD +42 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3-2.5.0.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/rGqbaHY9thjnNkvdELWYa/urllib3-2.5.0.dist-info/licenses/LICENSE.txt +21 -0
- anp-0.3.7/.uv-cache/archive-v0/v1i6jyXWwQY1ugJxUZgt8/propcache/__init__.py +32 -0
- anp-0.3.7/.uv-cache/archive-v0/v1i6jyXWwQY1ugJxUZgt8/propcache/_helpers.py +39 -0
- anp-0.3.7/.uv-cache/archive-v0/v1i6jyXWwQY1ugJxUZgt8/propcache/_helpers_c.cpython-313-darwin.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/v1i6jyXWwQY1ugJxUZgt8/propcache/_helpers_c.pyx +86 -0
- anp-0.3.7/.uv-cache/archive-v0/v1i6jyXWwQY1ugJxUZgt8/propcache/_helpers_py.py +60 -0
- anp-0.3.7/.uv-cache/archive-v0/v1i6jyXWwQY1ugJxUZgt8/propcache/api.py +8 -0
- anp-0.3.7/.uv-cache/archive-v0/v1i6jyXWwQY1ugJxUZgt8/propcache/py.typed +1 -0
- anp-0.3.7/.uv-cache/archive-v0/v1i6jyXWwQY1ugJxUZgt8/propcache-0.3.2.dist-info/METADATA +373 -0
- anp-0.3.7/.uv-cache/archive-v0/v1i6jyXWwQY1ugJxUZgt8/propcache-0.3.2.dist-info/RECORD +13 -0
- anp-0.3.7/.uv-cache/archive-v0/v1i6jyXWwQY1ugJxUZgt8/propcache-0.3.2.dist-info/WHEEL +6 -0
- anp-0.3.7/.uv-cache/archive-v0/v1i6jyXWwQY1ugJxUZgt8/propcache-0.3.2.dist-info/licenses/LICENSE +202 -0
- anp-0.3.7/.uv-cache/archive-v0/v1i6jyXWwQY1ugJxUZgt8/propcache-0.3.2.dist-info/licenses/NOTICE +13 -0
- anp-0.3.7/.uv-cache/archive-v0/v1i6jyXWwQY1ugJxUZgt8/propcache-0.3.2.dist-info/top_level.txt +1 -0
- anp-0.3.7/.uv-cache/archive-v0/zszff-HBGonRCB3U1q4Zb/annotated_types/__init__.py +432 -0
- anp-0.3.7/.uv-cache/archive-v0/zszff-HBGonRCB3U1q4Zb/annotated_types/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/zszff-HBGonRCB3U1q4Zb/annotated_types/test_cases.py +151 -0
- anp-0.3.7/.uv-cache/archive-v0/zszff-HBGonRCB3U1q4Zb/annotated_types-0.7.0.dist-info/METADATA +295 -0
- anp-0.3.7/.uv-cache/archive-v0/zszff-HBGonRCB3U1q4Zb/annotated_types-0.7.0.dist-info/RECORD +7 -0
- anp-0.3.7/.uv-cache/archive-v0/zszff-HBGonRCB3U1q4Zb/annotated_types-0.7.0.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/zszff-HBGonRCB3U1q4Zb/annotated_types-0.7.0.dist-info/licenses/LICENSE +21 -0
- anp-0.3.7/.uv-cache/archive-v0/zwc3Wqn0vf8GT024EjZ47/rpds/__init__.py +5 -0
- anp-0.3.7/.uv-cache/archive-v0/zwc3Wqn0vf8GT024EjZ47/rpds/__init__.pyi +77 -0
- anp-0.3.7/.uv-cache/archive-v0/zwc3Wqn0vf8GT024EjZ47/rpds/py.typed +0 -0
- anp-0.3.7/.uv-cache/archive-v0/zwc3Wqn0vf8GT024EjZ47/rpds/rpds.cpython-313-darwin.so +0 -0
- anp-0.3.7/.uv-cache/archive-v0/zwc3Wqn0vf8GT024EjZ47/rpds_py-0.27.1.dist-info/METADATA +100 -0
- anp-0.3.7/.uv-cache/archive-v0/zwc3Wqn0vf8GT024EjZ47/rpds_py-0.27.1.dist-info/RECORD +8 -0
- anp-0.3.7/.uv-cache/archive-v0/zwc3Wqn0vf8GT024EjZ47/rpds_py-0.27.1.dist-info/WHEEL +4 -0
- anp-0.3.7/.uv-cache/archive-v0/zwc3Wqn0vf8GT024EjZ47/rpds_py-0.27.1.dist-info/licenses/LICENSE +19 -0
- anp-0.3.7/.uv-cache/interpreter-v3/68ba507379c748c9.msgpack +1 -0
- anp-0.3.7/.uv-cache/interpreter-v3/6c2078bb75587c01.msgpack +1 -0
- anp-0.3.7/.uv-cache/sdists-v6/.git +0 -0
- anp-0.3.7/.uv-cache/sdists-v6/.gitignore +0 -0
- anp-0.3.7/.uv-cache/sdists-v6/editable/80290d1b77f86873/.lock +0 -0
- anp-0.3.7/.uv-cache/sdists-v6/editable/80290d1b77f86873/HekbN7ta3GqSLNeL2IFzW/agent_connect-0.3.6-py3-none-any.whl +0 -0
- anp-0.3.7/.uv-cache/sdists-v6/editable/80290d1b77f86873/HekbN7ta3GqSLNeL2IFzW/metadata.msgpack +1 -0
- anp-0.3.7/.uv-cache/sdists-v6/editable/80290d1b77f86873/revision.rev +1 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/aiohappyeyeballs.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/aiohttp.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/aiosignal.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/annotated-types.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/asn1crypto.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/attrs.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/base58.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/canonicaljson.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/certifi.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/cffi.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/charset-normalizer.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/cryptography.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/ecdsa.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/frozenlist.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/idna.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/jcs.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/jsonschema-specifications.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/jsonschema.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/multidict.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/poetry-core.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/propcache.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/pycparser.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/pydantic-core.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/pydantic.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/pyjwt.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/python-dotenv.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/referencing.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/requests.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/rpds-py.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/six.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/typing-extensions.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/typing-inspection.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/urllib3.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/websockets.rkyv +0 -0
- anp-0.3.7/.uv-cache/simple-v14/pypi/yarl.rkyv +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/aiohappyeyeballs/aiohappyeyeballs-2.6.1-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/aiohappyeyeballs/aiohappyeyeballs-2.6.1-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/aiohttp/aiohttp-3.12.15-cp313-cp313-macosx_10_13_x86_64.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/aiohttp/aiohttp-3.12.15-cp313-cp313-macosx_10_13_x86_64.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/aiosignal/aiosignal-1.4.0-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/aiosignal/aiosignal-1.4.0-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/annotated-types/annotated_types-0.7.0-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/annotated-types/annotated_types-0.7.0-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/asn1crypto/asn1crypto-1.5.1-py2.py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/asn1crypto/asn1crypto-1.5.1-py2.py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/attrs/attrs-25.3.0-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/attrs/attrs-25.3.0-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/base58/base58-2.1.1-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/base58/base58-2.1.1-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/canonicaljson/canonicaljson-2.0.0-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/canonicaljson/canonicaljson-2.0.0-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/certifi/certifi-2025.8.3-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/certifi/certifi-2025.8.3-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/cffi/cffi-2.0.0-cp313-cp313-macosx_10_13_x86_64.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/cffi/cffi-2.0.0-cp313-cp313-macosx_10_13_x86_64.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/charset-normalizer/charset_normalizer-3.4.3-cp313-cp313-macosx_10_13_universal2.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/charset-normalizer/charset_normalizer-3.4.3-cp313-cp313-macosx_10_13_universal2.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/cryptography/cryptography-43.0.3-cp39-abi3-macosx_10_9_universal2.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/cryptography/cryptography-43.0.3-cp39-abi3-macosx_10_9_universal2.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/ecdsa/ecdsa-0.19.1-py2.py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/ecdsa/ecdsa-0.19.1-py2.py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/frozenlist/frozenlist-1.7.0-cp313-cp313-macosx_10_13_x86_64.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/frozenlist/frozenlist-1.7.0-cp313-cp313-macosx_10_13_x86_64.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/idna/idna-3.10-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/idna/idna-3.10-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/jcs/jcs-0.2.1-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/jcs/jcs-0.2.1-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/jsonschema/jsonschema-4.25.1-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/jsonschema/jsonschema-4.25.1-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/jsonschema-specifications/jsonschema_specifications-2025.9.1-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/jsonschema-specifications/jsonschema_specifications-2025.9.1-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/multidict/multidict-6.6.4-cp313-cp313-macosx_10_13_x86_64.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/multidict/multidict-6.6.4-cp313-cp313-macosx_10_13_x86_64.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/poetry-core/poetry_core-2.2.1-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/poetry-core/poetry_core-2.2.1-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/propcache/propcache-0.3.2-cp313-cp313-macosx_10_13_x86_64.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/propcache/propcache-0.3.2-cp313-cp313-macosx_10_13_x86_64.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/pycparser/pycparser-2.23-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/pycparser/pycparser-2.23-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/pydantic/pydantic-2.11.9-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/pydantic/pydantic-2.11.9-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/pydantic-core/pydantic_core-2.33.2-cp313-cp313-macosx_10_12_x86_64.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/pydantic-core/pydantic_core-2.33.2-cp313-cp313-macosx_10_12_x86_64.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/pyjwt/pyjwt-2.10.1-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/pyjwt/pyjwt-2.10.1-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/python-dotenv/python_dotenv-1.1.1-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/python-dotenv/python_dotenv-1.1.1-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/referencing/referencing-0.36.2-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/referencing/referencing-0.36.2-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/requests/requests-2.32.5-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/requests/requests-2.32.5-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/rpds-py/rpds_py-0.27.1-cp313-cp313-macosx_10_12_x86_64.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/rpds-py/rpds_py-0.27.1-cp313-cp313-macosx_10_12_x86_64.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/six/six-1.17.0-py2.py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/six/six-1.17.0-py2.py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/typing-extensions/typing_extensions-4.15.0-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/typing-extensions/typing_extensions-4.15.0-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/typing-inspection/typing_inspection-0.4.1-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/typing-inspection/typing_inspection-0.4.1-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/urllib3/urllib3-2.5.0-py3-none-any.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/urllib3/urllib3-2.5.0-py3-none-any.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/websockets/websockets-13.1-cp313-cp313-macosx_10_13_x86_64.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/websockets/websockets-13.1-cp313-cp313-macosx_10_13_x86_64.msgpack +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/yarl/yarl-1.20.1-cp313-cp313-macosx_10_13_x86_64.http +0 -0
- anp-0.3.7/.uv-cache/wheels-v3/pypi/yarl/yarl-1.20.1-cp313-cp313-macosx_10_13_x86_64.msgpack +0 -0
- anp-0.3.7/AGENTS.md +19 -0
- anp-0.3.7/CLAUDE.md +113 -0
- anp-0.3.7/CONTRIBUTING.cn.md +38 -0
- anp-0.3.7/CONTRIBUTING.md +38 -0
- anp-0.3.7/LICENSE +23 -0
- anp-0.3.7/PKG-INFO +158 -0
- anp-0.3.7/README.cn.md +123 -0
- anp-0.3.7/README.md +124 -0
- anp-0.3.7/agent_connect/__init__.py +14 -0
- anp-0.3.7/agent_connect/anp_crawler/Interface.md +109 -0
- anp-0.3.7/agent_connect/anp_crawler/README.cn.md +51 -0
- anp-0.3.7/agent_connect/anp_crawler/README.md +51 -0
- anp-0.3.7/agent_connect/anp_crawler/__init__.py +28 -0
- anp-0.3.7/agent_connect/anp_crawler/anp_client.py +250 -0
- anp-0.3.7/agent_connect/anp_crawler/anp_crawler.py +386 -0
- anp-0.3.7/agent_connect/anp_crawler/anp_interface.py +503 -0
- anp-0.3.7/agent_connect/anp_crawler/anp_parser.py +179 -0
- anp-0.3.7/agent_connect/anp_crawler/test/README.md +175 -0
- anp-0.3.7/agent_connect/anp_crawler/test/__init__.py +1 -0
- anp-0.3.7/agent_connect/anp_crawler/test/example_embedded_openrpc.py +189 -0
- anp-0.3.7/agent_connect/anp_crawler/test/run_tests.py +72 -0
- anp-0.3.7/agent_connect/anp_crawler/test/test_anp_crawler.py +699 -0
- anp-0.3.7/agent_connect/anp_crawler/test/test_data_agent_description.json +90 -0
- anp-0.3.7/agent_connect/anp_crawler/test/test_data_embedded_openrpc.json +329 -0
- anp-0.3.7/agent_connect/anp_crawler/test/test_data_openrpc.json +213 -0
- anp-0.3.7/agent_connect/authentication/__init__.py +24 -0
- anp-0.3.7/agent_connect/authentication/did_wba.py +814 -0
- anp-0.3.7/agent_connect/authentication/did_wba_authenticator.py +243 -0
- anp-0.3.7/agent_connect/authentication/did_wba_verifier.py +362 -0
- anp-0.3.7/agent_connect/authentication/verification_methods.py +208 -0
- anp-0.3.7/agent_connect/e2e_encryption/__init__.py +7 -0
- anp-0.3.7/agent_connect/e2e_encryption/message_generation.py +215 -0
- anp-0.3.7/agent_connect/e2e_encryption/short_term_key_generater.py +477 -0
- anp-0.3.7/agent_connect/e2e_encryption/wss_message_client.py +139 -0
- anp-0.3.7/agent_connect/e2e_encryption/wss_message_sdk.py +259 -0
- anp-0.3.7/agent_connect/meta_protocol/__init__.py +19 -0
- anp-0.3.7/agent_connect/meta_protocol/code_generator/__init__.py +16 -0
- anp-0.3.7/agent_connect/meta_protocol/code_generator/code_generator.py +293 -0
- anp-0.3.7/agent_connect/meta_protocol/code_generator/provider_generator.py +347 -0
- anp-0.3.7/agent_connect/meta_protocol/code_generator/requester_generator.py +329 -0
- anp-0.3.7/agent_connect/meta_protocol/meta_protocol.py +584 -0
- anp-0.3.7/agent_connect/meta_protocol/protocol_negotiator.py +677 -0
- anp-0.3.7/agent_connect/utils/__init__.py +0 -0
- anp-0.3.7/agent_connect/utils/crypto_tool.py +379 -0
- anp-0.3.7/agent_connect/utils/did_generate.py +108 -0
- anp-0.3.7/agent_connect/utils/did_verify.py +59 -0
- anp-0.3.7/agent_connect/utils/llm/__init__.py +0 -0
- anp-0.3.7/agent_connect/utils/llm/base_llm.py +172 -0
- anp-0.3.7/agent_connect/utils/llm_output_processer.py +51 -0
- anp-0.3.7/agent_connect/utils/log_base.py +50 -0
- anp-0.3.7/docs/did/getting_started.md +386 -0
- anp-0.3.7/docs/did_public/public-did-doc.json +25 -0
- anp-0.3.7/docs/did_public/public-private-key.pem +5 -0
- anp-0.3.7/docs/jwt_rs256/RS256-private.pem +28 -0
- anp-0.3.7/docs/jwt_rs256/RS256-public.pem +9 -0
- anp-0.3.7/examples/python/anp_crawler_examples/README.cn.md +117 -0
- anp-0.3.7/examples/python/anp_crawler_examples/README.md +117 -0
- anp-0.3.7/examples/python/anp_crawler_examples/amap_crawler_example.py +244 -0
- anp-0.3.7/examples/python/anp_crawler_examples/simple_amap_example.py +77 -0
- anp-0.3.7/examples/python/did_wba_examples/README.cn.md +233 -0
- anp-0.3.7/examples/python/did_wba_examples/README.md +91 -0
- anp-0.3.7/examples/python/did_wba_examples/authenticate_and_verify.py +102 -0
- anp-0.3.7/examples/python/did_wba_examples/create_did_document.py +45 -0
- anp-0.3.7/examples/python/did_wba_examples/generated/did.json +32 -0
- anp-0.3.7/examples/python/did_wba_examples/generated/key-1_private.pem +5 -0
- anp-0.3.7/examples/python/did_wba_examples/generated/key-1_public.pem +4 -0
- anp-0.3.7/examples/python/did_wba_examples/validate_did_document.py +99 -0
- anp-0.3.7/examples/python/negotiation_mode/config.py +37 -0
- anp-0.3.7/examples/python/negotiation_mode/negotiation_alice.py +234 -0
- anp-0.3.7/examples/python/negotiation_mode/negotiation_bob.py +226 -0
- anp-0.3.7/examples/python/negotiation_mode/utils.py +225 -0
- anp-0.3.7/images/agent-connect-architecture.png +0 -0
- anp-0.3.7/images/agentic-web-new.svg +97 -0
- anp-0.3.7/images/agentic-web.png +0 -0
- anp-0.3.7/images/protocol-layer-design.png +0 -0
- anp-0.3.7/java/README.cn.md +37 -0
- anp-0.3.7/java/README.md +36 -0
- anp-0.3.7/java/pom.xml +129 -0
- anp-0.3.7/java/src/main/java/com/agentconnect/authentication/DIDAllClient.java +296 -0
- anp-0.3.7/java/src/main/java/com/agentconnect/authentication/DIDWBA.java +374 -0
- anp-0.3.7/java/src/main/java/com/agentconnect/authentication/DIDWbaAuthHeader.java +238 -0
- anp-0.3.7/java/src/main/java/com/agentconnect/authentication/EcdsaSecp256k1VerificationKey2019.java +178 -0
- anp-0.3.7/java/src/main/java/com/agentconnect/authentication/Ed25519VerificationKey2018.java +99 -0
- anp-0.3.7/java/src/main/java/com/agentconnect/authentication/VerificationMethod.java +45 -0
- anp-0.3.7/java/src/main/java/com/agentconnect/authentication/package-info.java +12 -0
- anp-0.3.7/java/src/main/java/com/agentconnect/utils/CryptoTool.java +554 -0
- anp-0.3.7/java/src/main/java/com/agentconnect/utils/DIDGenerator.java +175 -0
- anp-0.3.7/java/src/main/java/com/agentconnect/utils/DIDVerifier.java +98 -0
- anp-0.3.7/java/src/main/java/com/agentconnect/utils/DiDDocumentTool.java +217 -0
- anp-0.3.7/java/src/main/java/com/agentconnect/utils/LLMOutputProcessor.java +50 -0
- anp-0.3.7/java/src/main/java/com/agentconnect/utils/LogBase.java +73 -0
- anp-0.3.7/java/src/main/java/com/agentconnect/utils/package-info.java +12 -0
- anp-0.3.7/java/src/main/resources/logback.xml +12 -0
- anp-0.3.7/java/src/test/java/com/agentconnect/test/DIDWBAUnitTest.java +95 -0
- anp-0.3.7/java/src/test/java/com/agentconnect/test/DidAllTest.java +74 -0
- anp-0.3.7/java/src/test/java/com/agentconnect/test/DidWbaTest.java +100 -0
- anp-0.3.7/java/src/test/java/com/agentconnect/test/example/DidWbaDocumentCreator.java +68 -0
- anp-0.3.7/java/src/test/java/com/agentconnect/test/example/DidWbaFullExample.java +236 -0
- anp-0.3.7/java/src/test/java/com/agentconnect/test/example/FileUtils.java +114 -0
- anp-0.3.7/java/src/test/java/com/agentconnect/test/example/HttpClientUtils.java +178 -0
- anp-0.3.7/java/src/test/java/com/agentconnect/test/example/JsonUtils.java +138 -0
- anp-0.3.7/pyproject.toml +53 -0
- anp-0.3.7/tools/did_generater/README_did_generater.md +92 -0
- anp-0.3.7/tools/did_generater/README_did_generater_cn.md +92 -0
- anp-0.3.7/tools/did_generater/generate_did_doc.py +243 -0
- anp-0.3.7/tools/did_generater/user_public/did.json +25 -0
- anp-0.3.7/tools/did_generater/user_public/key-1_private.pem +5 -0
- anp-0.3.7/tools/did_generater/user_public/private_keys.json +10 -0
- anp-0.3.7/tools/did_generater/user_yanlq/did.json +25 -0
- anp-0.3.7/tools/did_generater/user_yanlq/key-1_private.pem +5 -0
- anp-0.3.7/tools/did_generater/user_yanlq/private_keys.json +10 -0
- anp-0.3.7/uv.lock +3120 -0
anp-0.3.7/.env.example
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Azure OpenAI Configuration
|
|
2
|
+
# Copy this file to .env and fill in your actual values.
|
|
3
|
+
|
|
4
|
+
# AZURE_OPENAI_API_KEY=YOUR_AZURE_OPENAI_API_KEY
|
|
5
|
+
# AZURE_OPENAI_ENDPOINT=YOUR_AZURE_OPENAI_ENDPOINT
|
|
6
|
+
# AZURE_OPENAI_API_VERSION=2024-02-01
|
|
7
|
+
# # gpt-4o or gpt4o-mini
|
|
8
|
+
# AZURE_OPENAI_DEPLOYMENT=gpt-4o
|
|
9
|
+
# # gpt-4o or gpt-4o-mini
|
|
10
|
+
# AZURE_OPENAI_MODEL_NAME=gpt-4o
|
anp-0.3.7/.gitignore
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
dist/
|
|
2
|
+
.env
|
|
3
|
+
__pycache__/
|
|
4
|
+
*.pyc
|
|
5
|
+
*.pyo
|
|
6
|
+
*.venv
|
|
7
|
+
examples/*.json
|
|
8
|
+
*.egg-info/
|
|
9
|
+
build/
|
|
10
|
+
examples/python/negotiation_mode/workflow_code/
|
|
11
|
+
examples/python/negotiation_mode/protocol_code/
|
|
12
|
+
examples/negotiation_mode/*.json
|
|
13
|
+
examples/simple_node_mode/*.json
|
|
14
|
+
examples/python/did_wba_examples/did_keys/user_*/
|
|
15
|
+
agent_connect/java/src/test/resources/*
|
|
16
|
+
agent_connect/java/*
|
|
17
|
+
.idea
|
|
18
|
+
examples/did_wba_examples/did_keys/*
|
|
19
|
+
examples/negotiation_mode/*
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
*
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Signature: 8a477f597d28d172789f06886806bc55
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
# Copyright 2014 OpenMarket Ltd
|
|
2
|
+
# Copyright 2018 New Vector Ltd
|
|
3
|
+
# Copyright 2022 The Matrix.org Foundation C.I.C.
|
|
4
|
+
#
|
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
# you may not use this file except in compliance with the License.
|
|
7
|
+
# You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
# See the License for the specific language governing permissions and
|
|
15
|
+
# limitations under the License.
|
|
16
|
+
import functools
|
|
17
|
+
import json
|
|
18
|
+
from typing import Callable, Generator, Type, TypeVar
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
__version__ = "2.0.0"
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
@functools.singledispatch
|
|
25
|
+
def _preprocess_for_serialisation(obj: object) -> object: # pragma: no cover
|
|
26
|
+
"""Transform an `obj` into something the JSON library knows how to encode.
|
|
27
|
+
|
|
28
|
+
This is only called for types that the JSON library does not recognise.
|
|
29
|
+
"""
|
|
30
|
+
raise TypeError(
|
|
31
|
+
"Object of type %s is not JSON serializable" % obj.__class__.__name__
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
T = TypeVar("T")
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
def register_preserialisation_callback(
|
|
39
|
+
data_type: Type[T], callback: Callable[[T], object]
|
|
40
|
+
) -> None:
|
|
41
|
+
"""
|
|
42
|
+
Register a `callback` to preprocess `data_type` objects unknown to the JSON encoder.
|
|
43
|
+
|
|
44
|
+
When canonicaljson encodes an object `x` at runtime that its JSON library does not
|
|
45
|
+
know how to encode, it will
|
|
46
|
+
- select a `callback`,
|
|
47
|
+
- compute `y = callback(x)`, then
|
|
48
|
+
- JSON-encode `y` and return the result.
|
|
49
|
+
|
|
50
|
+
The `callback` should return an object that is JSON-serialisable by the stdlib
|
|
51
|
+
json module.
|
|
52
|
+
|
|
53
|
+
If this is called multiple times with the same `data_type`, the most recently
|
|
54
|
+
registered callback is used when serialising that `data_type`.
|
|
55
|
+
"""
|
|
56
|
+
if data_type is object:
|
|
57
|
+
raise ValueError("Cannot register callback for the `object` type")
|
|
58
|
+
_preprocess_for_serialisation.register(data_type, callback)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
# Declare these once for re-use.
|
|
62
|
+
_canonical_encoder = json.JSONEncoder(
|
|
63
|
+
ensure_ascii=False,
|
|
64
|
+
allow_nan=False,
|
|
65
|
+
separators=(",", ":"),
|
|
66
|
+
sort_keys=True,
|
|
67
|
+
default=_preprocess_for_serialisation,
|
|
68
|
+
)
|
|
69
|
+
_pretty_encoder = json.JSONEncoder(
|
|
70
|
+
ensure_ascii=False,
|
|
71
|
+
allow_nan=False,
|
|
72
|
+
indent=4,
|
|
73
|
+
sort_keys=True,
|
|
74
|
+
default=_preprocess_for_serialisation,
|
|
75
|
+
)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
def encode_canonical_json(data: object) -> bytes:
|
|
79
|
+
"""Encodes the given `data` as a UTF-8 canonical JSON bytestring.
|
|
80
|
+
|
|
81
|
+
This encoding is the shortest possible. Dictionary keys are
|
|
82
|
+
lexicographically sorted by unicode code point.
|
|
83
|
+
"""
|
|
84
|
+
s = _canonical_encoder.encode(data)
|
|
85
|
+
return s.encode("utf-8")
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
def iterencode_canonical_json(data: object) -> Generator[bytes, None, None]:
|
|
89
|
+
"""Iteratively encodes the given `data` as a UTF-8 canonical JSON bytestring.
|
|
90
|
+
|
|
91
|
+
This yields one or more bytestrings; concatenating them all together yields the
|
|
92
|
+
full encoding of `data`. Building up the encoding gradually in this way allows us to
|
|
93
|
+
encode large pieces of `data` without blocking other tasks.
|
|
94
|
+
|
|
95
|
+
This encoding is the shortest possible. Dictionary keys are
|
|
96
|
+
lexicographically sorted by unicode code point.
|
|
97
|
+
"""
|
|
98
|
+
for chunk in _canonical_encoder.iterencode(data):
|
|
99
|
+
yield chunk.encode("utf-8")
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
def encode_pretty_printed_json(data: object) -> bytes:
|
|
103
|
+
"""Encodes the given `data` as a UTF-8 human-readable JSON bytestring."""
|
|
104
|
+
|
|
105
|
+
return _pretty_encoder.encode(data).encode("utf-8")
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
def iterencode_pretty_printed_json(data: object) -> Generator[bytes, None, None]:
|
|
109
|
+
"""Iteratively encodes the given `data` as a UTF-8 human-readable JSON bytestring.
|
|
110
|
+
|
|
111
|
+
This yields one or more bytestrings; concatenating them all together yields the
|
|
112
|
+
full encoding of `data`. Building up the encoding gradually in this way allows us to
|
|
113
|
+
encode large pieces of `data` without blocking other tasks.
|
|
114
|
+
"""
|
|
115
|
+
for chunk in _pretty_encoder.iterencode(data):
|
|
116
|
+
yield chunk.encode("utf-8")
|
|
File without changes
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: canonicaljson
|
|
3
|
+
Version: 2.0.0
|
|
4
|
+
Summary: Canonical JSON
|
|
5
|
+
Home-page: https://github.com/matrix-org/python-canonicaljson
|
|
6
|
+
Author: Matrix.org Team and Contributors
|
|
7
|
+
Author-email: packages@matrix.org
|
|
8
|
+
License: Apache License, Version 2.0
|
|
9
|
+
Keywords: json
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Programming Language :: Python :: 2
|
|
14
|
+
Classifier: Programming Language :: Python :: 3
|
|
15
|
+
Requires-Python: >=3.7
|
|
16
|
+
Description-Content-Type: text/x-rst
|
|
17
|
+
License-File: LICENSE
|
|
18
|
+
|
|
19
|
+
Canonical JSON
|
|
20
|
+
==============
|
|
21
|
+
|
|
22
|
+
.. image:: https://img.shields.io/pypi/v/canonicaljson.svg
|
|
23
|
+
:target: https://pypi.python.org/pypi/canonicaljson/
|
|
24
|
+
:alt: Latest Version
|
|
25
|
+
|
|
26
|
+
Features
|
|
27
|
+
--------
|
|
28
|
+
|
|
29
|
+
* Encodes objects and arrays as `RFC 7159`_ JSON.
|
|
30
|
+
* Sorts object keys so that you get the same result each time.
|
|
31
|
+
* Has no insignificant whitespace to make the output as small as possible.
|
|
32
|
+
* Escapes only the characters that must be escaped, U+0000 to U+0019 / U+0022 /
|
|
33
|
+
U+0056, to keep the output as small as possible.
|
|
34
|
+
* Uses the shortest escape sequence for each escaped character.
|
|
35
|
+
* Encodes the JSON as UTF-8.
|
|
36
|
+
* Can be configured to encode custom types unknown to the stdlib JSON encoder.
|
|
37
|
+
|
|
38
|
+
Supports Python versions 3.7 and newer.
|
|
39
|
+
|
|
40
|
+
.. _`RFC 7159`: https://tools.ietf.org/html/rfc7159
|
|
41
|
+
|
|
42
|
+
Installing
|
|
43
|
+
----------
|
|
44
|
+
|
|
45
|
+
.. code:: bash
|
|
46
|
+
|
|
47
|
+
pip install canonicaljson
|
|
48
|
+
|
|
49
|
+
Using
|
|
50
|
+
-----
|
|
51
|
+
|
|
52
|
+
To encode an object into the canonicaljson:
|
|
53
|
+
|
|
54
|
+
.. code:: python
|
|
55
|
+
|
|
56
|
+
import canonicaljson
|
|
57
|
+
assert canonicaljson.encode_canonical_json({}) == b'{}'
|
|
58
|
+
|
|
59
|
+
There's also an iterator version:
|
|
60
|
+
|
|
61
|
+
.. code:: python
|
|
62
|
+
|
|
63
|
+
import canonicaljson
|
|
64
|
+
assert b''.join(canonicaljson.iterencode_canonical_json({})) == b'{}'
|
|
65
|
+
|
|
66
|
+
The underlying JSON implementation can be chosen with the following:
|
|
67
|
+
|
|
68
|
+
.. code:: python
|
|
69
|
+
|
|
70
|
+
import json
|
|
71
|
+
import canonicaljson
|
|
72
|
+
canonicaljson.set_json_library(json)
|
|
73
|
+
|
|
74
|
+
.. note::
|
|
75
|
+
|
|
76
|
+
By default canonicaljson uses `simplejson`_ under the hood (except for PyPy,
|
|
77
|
+
which uses the standard library json module).
|
|
78
|
+
|
|
79
|
+
.. _simplejson: https://simplejson.readthedocs.io/
|
|
80
|
+
|
|
81
|
+
A preserialisation hook allows you to encode objects which aren't encodable by the
|
|
82
|
+
standard library ``JSONEncoder``.
|
|
83
|
+
|
|
84
|
+
.. code:: python
|
|
85
|
+
|
|
86
|
+
import canonicaljson
|
|
87
|
+
from typing import Dict
|
|
88
|
+
|
|
89
|
+
class CustomType:
|
|
90
|
+
pass
|
|
91
|
+
|
|
92
|
+
def callback(c: CustomType) -> Dict[str, str]:
|
|
93
|
+
return {"Hello": "world!"}
|
|
94
|
+
|
|
95
|
+
canonicaljson.register_preserialisation_callback(CustomType, callback)
|
|
96
|
+
assert canonicaljson.encode_canonical_json(CustomType()) == b'{"Hello":"world!"}'
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
canonicaljson/__init__.py,sha256=-MpA2i0FqT-bNpVwEpRzOhSDKoAe8dKlb6mrf3iI8Ls,4026
|
|
2
|
+
canonicaljson/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
canonicaljson-2.0.0.dist-info/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
|
|
4
|
+
canonicaljson-2.0.0.dist-info/METADATA,sha256=Y2gTPAdjqCT849C1GBce6LXqI_cRqOZGNTcGyhwXJpg,2614
|
|
5
|
+
canonicaljson-2.0.0.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
6
|
+
canonicaljson-2.0.0.dist-info/top_level.txt,sha256=_C9Ln5OrMHkdOqpJ5z3h-Gelh9IaL1A_oBriaIr788A,14
|
|
7
|
+
canonicaljson-2.0.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
8
|
+
canonicaljson-2.0.0.dist-info/RECORD,,
|
anp-0.3.7/.uv-cache/archive-v0/3q-kZ3Tsm1QnSiTqoptDx/canonicaljson-2.0.0.dist-info/top_level.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
canonicaljson
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"""Multidict implementation.
|
|
2
|
+
|
|
3
|
+
HTTP Headers and URL query string require specific data structure:
|
|
4
|
+
multidict. It behaves mostly like a dict but it can have
|
|
5
|
+
several values for the same key.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
from typing import TYPE_CHECKING
|
|
9
|
+
|
|
10
|
+
from ._abc import MultiMapping, MutableMultiMapping
|
|
11
|
+
from ._compat import USE_EXTENSIONS
|
|
12
|
+
|
|
13
|
+
__all__ = (
|
|
14
|
+
"MultiMapping",
|
|
15
|
+
"MutableMultiMapping",
|
|
16
|
+
"MultiDictProxy",
|
|
17
|
+
"CIMultiDictProxy",
|
|
18
|
+
"MultiDict",
|
|
19
|
+
"CIMultiDict",
|
|
20
|
+
"upstr",
|
|
21
|
+
"istr",
|
|
22
|
+
"getversion",
|
|
23
|
+
)
|
|
24
|
+
|
|
25
|
+
__version__ = "6.6.4"
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
if TYPE_CHECKING or not USE_EXTENSIONS:
|
|
29
|
+
from ._multidict_py import (
|
|
30
|
+
CIMultiDict,
|
|
31
|
+
CIMultiDictProxy,
|
|
32
|
+
MultiDict,
|
|
33
|
+
MultiDictProxy,
|
|
34
|
+
getversion,
|
|
35
|
+
istr,
|
|
36
|
+
)
|
|
37
|
+
else:
|
|
38
|
+
from collections.abc import ItemsView, KeysView, ValuesView
|
|
39
|
+
|
|
40
|
+
from ._multidict import (
|
|
41
|
+
CIMultiDict,
|
|
42
|
+
CIMultiDictProxy,
|
|
43
|
+
MultiDict,
|
|
44
|
+
MultiDictProxy,
|
|
45
|
+
_ItemsView,
|
|
46
|
+
_KeysView,
|
|
47
|
+
_ValuesView,
|
|
48
|
+
getversion,
|
|
49
|
+
istr,
|
|
50
|
+
)
|
|
51
|
+
|
|
52
|
+
MultiMapping.register(MultiDictProxy)
|
|
53
|
+
MutableMultiMapping.register(MultiDict)
|
|
54
|
+
KeysView.register(_KeysView)
|
|
55
|
+
ItemsView.register(_ItemsView)
|
|
56
|
+
ValuesView.register(_ValuesView)
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
upstr = istr
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import abc
|
|
2
|
+
from collections.abc import Iterable, Mapping, MutableMapping
|
|
3
|
+
from typing import TYPE_CHECKING, Protocol, TypeVar, Union, overload
|
|
4
|
+
|
|
5
|
+
if TYPE_CHECKING:
|
|
6
|
+
from ._multidict_py import istr
|
|
7
|
+
else:
|
|
8
|
+
istr = str
|
|
9
|
+
|
|
10
|
+
_V = TypeVar("_V")
|
|
11
|
+
_V_co = TypeVar("_V_co", covariant=True)
|
|
12
|
+
_T = TypeVar("_T")
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class SupportsKeys(Protocol[_V_co]):
|
|
16
|
+
def keys(self) -> Iterable[str]: ...
|
|
17
|
+
def __getitem__(self, key: str, /) -> _V_co: ...
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
class SupportsIKeys(Protocol[_V_co]):
|
|
21
|
+
def keys(self) -> Iterable[istr]: ...
|
|
22
|
+
def __getitem__(self, key: istr, /) -> _V_co: ...
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
MDArg = Union[SupportsKeys[_V], SupportsIKeys[_V], Iterable[tuple[str, _V]], None]
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
class MultiMapping(Mapping[str, _V_co]):
|
|
29
|
+
@overload
|
|
30
|
+
def getall(self, key: str) -> list[_V_co]: ...
|
|
31
|
+
@overload
|
|
32
|
+
def getall(self, key: str, default: _T) -> Union[list[_V_co], _T]: ...
|
|
33
|
+
@abc.abstractmethod
|
|
34
|
+
def getall(self, key: str, default: _T = ...) -> Union[list[_V_co], _T]:
|
|
35
|
+
"""Return all values for key."""
|
|
36
|
+
|
|
37
|
+
@overload
|
|
38
|
+
def getone(self, key: str) -> _V_co: ...
|
|
39
|
+
@overload
|
|
40
|
+
def getone(self, key: str, default: _T) -> Union[_V_co, _T]: ...
|
|
41
|
+
@abc.abstractmethod
|
|
42
|
+
def getone(self, key: str, default: _T = ...) -> Union[_V_co, _T]:
|
|
43
|
+
"""Return first value for key."""
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
class MutableMultiMapping(MultiMapping[_V], MutableMapping[str, _V]):
|
|
47
|
+
@abc.abstractmethod
|
|
48
|
+
def add(self, key: str, value: _V) -> None:
|
|
49
|
+
"""Add value to list."""
|
|
50
|
+
|
|
51
|
+
@abc.abstractmethod
|
|
52
|
+
def extend(self, arg: MDArg[_V] = None, /, **kwargs: _V) -> None:
|
|
53
|
+
"""Add everything from arg and kwargs to the mapping."""
|
|
54
|
+
|
|
55
|
+
@abc.abstractmethod
|
|
56
|
+
def merge(self, arg: MDArg[_V] = None, /, **kwargs: _V) -> None:
|
|
57
|
+
"""Merge into the mapping, adding non-existing keys."""
|
|
58
|
+
|
|
59
|
+
@overload
|
|
60
|
+
def popone(self, key: str) -> _V: ...
|
|
61
|
+
@overload
|
|
62
|
+
def popone(self, key: str, default: _T) -> Union[_V, _T]: ...
|
|
63
|
+
@abc.abstractmethod
|
|
64
|
+
def popone(self, key: str, default: _T = ...) -> Union[_V, _T]:
|
|
65
|
+
"""Remove specified key and return the corresponding value."""
|
|
66
|
+
|
|
67
|
+
@overload
|
|
68
|
+
def popall(self, key: str) -> list[_V]: ...
|
|
69
|
+
@overload
|
|
70
|
+
def popall(self, key: str, default: _T) -> Union[list[_V], _T]: ...
|
|
71
|
+
@abc.abstractmethod
|
|
72
|
+
def popall(self, key: str, default: _T = ...) -> Union[list[_V], _T]:
|
|
73
|
+
"""Remove all occurrences of key and return the list of corresponding values."""
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import os
|
|
2
|
+
import platform
|
|
3
|
+
|
|
4
|
+
NO_EXTENSIONS = bool(os.environ.get("MULTIDICT_NO_EXTENSIONS"))
|
|
5
|
+
|
|
6
|
+
PYPY = platform.python_implementation() == "PyPy"
|
|
7
|
+
|
|
8
|
+
USE_EXTENSIONS = not NO_EXTENSIONS and not PYPY
|
|
9
|
+
|
|
10
|
+
if USE_EXTENSIONS:
|
|
11
|
+
try:
|
|
12
|
+
from . import _multidict # type: ignore[attr-defined] # noqa: F401
|
|
13
|
+
except ImportError: # pragma: no cover
|
|
14
|
+
# FIXME: Refactor for coverage. See #837.
|
|
15
|
+
USE_EXTENSIONS = False
|