Metadata-Version: 2.4
Name: http-misc
Version: 3.1.4
Summary: Утилитарный пакет межсервисного взаимодействия по протоколу HTTP
Author: Anton Gorinenko
Author-email: anton.gorinenko@gmail.com
Keywords: python,utils,http
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: PyJWT
Provides-Extra: aiohttp
Requires-Dist: aiohttp; extra == "aiohttp"
Provides-Extra: httpx
Requires-Dist: httpx; extra == "httpx"
Provides-Extra: requests
Requires-Dist: requests; extra == "requests"
Provides-Extra: all
Requires-Dist: aiohttp; extra == "all"
Requires-Dist: httpx; extra == "all"
Requires-Dist: requests; extra == "all"
Provides-Extra: test
Requires-Dist: aiohttp; extra == "test"
Requires-Dist: httpx; extra == "test"
Requires-Dist: requests; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: python-dotenv; extra == "test"
Requires-Dist: envparse; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: pytest-env; extra == "test"
Requires-Dist: freezegun; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description-content-type
Dynamic: keywords
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
