dhttpy 0.0.0__py3-none-any.whl

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.
dhttpy/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ """Bootstrap placeholder for dhttpy."""
2
+
3
+ __version__ = "0.0.0"
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: dhttpy
3
+ Version: 0.0.0
4
+ Summary: The True Internet
5
+ Project-URL: Homepage, https://dhttp.net/
6
+ Project-URL: Documentation, https://docs.dhttp.net/en/docs/overview
7
+ Project-URL: Repository, https://github.com/genmeta/dhttp
8
+ Project-URL: Issues, https://github.com/genmeta/dhttp/issues
9
+ License-Expression: Apache-2.0
10
+ Keywords: dhttp,http3,identity,quic,sdk
11
+ Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: Apache Software License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.10
16
+ Classifier: Programming Language :: Python :: 3.11
17
+ Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Topic :: Internet
20
+ Classifier: Topic :: Software Development :: Libraries
21
+ Requires-Python: >=3.10
22
+ Description-Content-Type: text/markdown
23
+
24
+ # dhttpy
25
+
26
+ The True Internet.
27
+
28
+ This is a bootstrap placeholder package. Use version 0.1.0 or later for the real DHttp SDK.
@@ -0,0 +1,4 @@
1
+ dhttpy/__init__.py,sha256=olXd-cEZinqmALk04aHneZV6N9kwaOI6e7XFVvtx0k0,63
2
+ dhttpy-0.0.0.dist-info/METADATA,sha256=JG6P-ZYAKM0xs9BBF2WOFRAyJsJ2Y7ADrraHSzEYgyU,1052
3
+ dhttpy-0.0.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ dhttpy-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any