From 0ebee841f2b420fe49d09cd34b87cc3b808decfb Mon Sep 17 00:00:00 2001 From: Polina Date: Thu, 2 Jul 2026 18:32:53 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?venv/Lib/site-packages/httptools=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- venv/Lib/site-packages/httptools/__init__.py | 35 +++++++++++++++++++ venv/Lib/site-packages/httptools/_version.py | 13 +++++++ venv/Lib/site-packages/httptools/py.typed | Bin 0 -> 1024 bytes 3 files changed, 48 insertions(+) create mode 100644 venv/Lib/site-packages/httptools/__init__.py create mode 100644 venv/Lib/site-packages/httptools/_version.py create mode 100644 venv/Lib/site-packages/httptools/py.typed diff --git a/venv/Lib/site-packages/httptools/__init__.py b/venv/Lib/site-packages/httptools/__init__.py new file mode 100644 index 0000000..25630c8 --- /dev/null +++ b/venv/Lib/site-packages/httptools/__init__.py @@ -0,0 +1,35 @@ +from . import parser +from .parser import ( + HTTPProtocol, + HttpRequestParser, + HttpResponseParser, + HttpParserError, + HttpParserCallbackError, + HttpParserInvalidStatusError, + HttpParserInvalidMethodError, + HttpParserInvalidURLError, + HttpParserUpgrade, + parse_url, +) + +from ._version import __version__ + +__all__ = ( + "parser", + # protocol + "HTTPProtocol", + # parser + "HttpRequestParser", + "HttpResponseParser", + # errors + "HttpParserError", + "HttpParserCallbackError", + "HttpParserInvalidStatusError", + "HttpParserInvalidMethodError", + "HttpParserInvalidURLError", + "HttpParserUpgrade", + # url parser + "parse_url", + # version + "__version__", +) diff --git a/venv/Lib/site-packages/httptools/_version.py b/venv/Lib/site-packages/httptools/_version.py new file mode 100644 index 0000000..9c20a41 --- /dev/null +++ b/venv/Lib/site-packages/httptools/_version.py @@ -0,0 +1,13 @@ +# This file MUST NOT contain anything but the __version__ assignment. +# +# When making a release, change the value of __version__ +# to an appropriate value, and open a pull request against +# the correct branch (master if making a new feature release). +# The commit message MUST contain a properly formatted release +# log, and the commit must be signed. +# +# The release automation will: build and test the packages for the +# supported platforms, publish the packages on PyPI, merge the PR +# to the target branch, create a Git tag pointing to the commit. + +__version__ = '0.8.0' diff --git a/venv/Lib/site-packages/httptools/py.typed b/venv/Lib/site-packages/httptools/py.typed new file mode 100644 index 0000000000000000000000000000000000000000..06d7405020018ddf3cacee90fd4af10487da3d20 GIT binary patch literal 1024 ScmZQz7zLvtFd70QH3R?z00031 literal 0 HcmV?d00001