without-http 0.0.7__tar.gz → 0.0.8__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.
- {without_http-0.0.7 → without_http-0.0.8}/PKG-INFO +4 -4
- {without_http-0.0.7 → without_http-0.0.8}/pyproject.toml +4 -4
- {without_http-0.0.7 → without_http-0.0.8}/pyproject.toml.orig +4 -4
- {without_http-0.0.7 → without_http-0.0.8}/README.md +0 -0
- {without_http-0.0.7 → without_http-0.0.8}/src/without_http/__init__.py +0 -0
- {without_http-0.0.7 → without_http-0.0.8}/src/without_http/client.py +0 -0
- {without_http-0.0.7 → without_http-0.0.8}/src/without_http/h11_wire.py +0 -0
- {without_http-0.0.7 → without_http-0.0.8}/src/without_http/h2_wire.py +0 -0
- {without_http-0.0.7 → without_http-0.0.8}/src/without_http/lifespan.py +0 -0
- {without_http-0.0.7 → without_http-0.0.8}/src/without_http/py.typed +0 -0
- {without_http-0.0.7 → without_http-0.0.8}/src/without_http/server.py +0 -0
- {without_http-0.0.7 → without_http-0.0.8}/src/without_http/socket_options.py +0 -0
- {without_http-0.0.7 → without_http-0.0.8}/src/without_http/sse.py +0 -0
- {without_http-0.0.7 → without_http-0.0.8}/src/without_http/testing.py +0 -0
- {without_http-0.0.7 → without_http-0.0.8}/src/without_http/timeouts.py +0 -0
- {without_http-0.0.7 → without_http-0.0.8}/src/without_http/tls.py +0 -0
- {without_http-0.0.7 → without_http-0.0.8}/src/without_http/ws_wire.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: without-http
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.8
|
|
4
4
|
Summary: A sans-IO-backed ASGI server and HTTP client for without: h11/h2/wsproto over asyncio sockets.
|
|
5
5
|
Author: Josh Karpel
|
|
6
6
|
Author-email: Josh Karpel <josh.karpel@gmail.com>
|
|
@@ -16,9 +16,9 @@ Classifier: Topic :: Internet :: WWW/HTTP
|
|
|
16
16
|
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
|
|
17
17
|
Classifier: Topic :: Software Development :: Libraries
|
|
18
18
|
Classifier: Typing :: Typed
|
|
19
|
-
Requires-Dist: without-async==0.0.
|
|
20
|
-
Requires-Dist: without-streams==0.0.
|
|
21
|
-
Requires-Dist: without-asgi==0.0.
|
|
19
|
+
Requires-Dist: without-async==0.0.8
|
|
20
|
+
Requires-Dist: without-streams==0.0.8
|
|
21
|
+
Requires-Dist: without-asgi==0.0.8
|
|
22
22
|
Requires-Dist: h11>=0.16
|
|
23
23
|
Requires-Dist: h2>=4.1
|
|
24
24
|
Requires-Dist: wsproto>=1.2
|
|
@@ -4,7 +4,7 @@ build-backend = "uv_build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "without-http"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.8"
|
|
8
8
|
description = "A sans-IO-backed ASGI server and HTTP client for without: h11/h2/wsproto over asyncio sockets."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -23,9 +23,9 @@ classifiers = [
|
|
|
23
23
|
"Typing :: Typed",
|
|
24
24
|
]
|
|
25
25
|
dependencies = [
|
|
26
|
-
"without-async==0.0.
|
|
27
|
-
"without-streams==0.0.
|
|
28
|
-
"without-asgi==0.0.
|
|
26
|
+
"without-async==0.0.8",
|
|
27
|
+
"without-streams==0.0.8",
|
|
28
|
+
"without-asgi==0.0.8",
|
|
29
29
|
"h11>=0.16",
|
|
30
30
|
"h2>=4.1",
|
|
31
31
|
"wsproto>=1.2",
|
|
@@ -4,7 +4,7 @@ build-backend = "uv_build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "without-http"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.8"
|
|
8
8
|
description = "A sans-IO-backed ASGI server and HTTP client for without: h11/h2/wsproto over asyncio sockets."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -26,9 +26,9 @@ classifiers = [
|
|
|
26
26
|
"Typing :: Typed",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"without-async==0.0.
|
|
30
|
-
"without-streams==0.0.
|
|
31
|
-
"without-asgi==0.0.
|
|
29
|
+
"without-async==0.0.8",
|
|
30
|
+
"without-streams==0.0.8",
|
|
31
|
+
"without-asgi==0.0.8",
|
|
32
32
|
"h11>=0.16",
|
|
33
33
|
"h2>=4.1",
|
|
34
34
|
"wsproto>=1.2",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|