quadkit-web 0.0.1__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.
@@ -0,0 +1,3 @@
1
+ """QuadKit Web — Async web layer with HTMX support."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.5
2
+ Name: quadkit-web
3
+ Version: 0.0.1
4
+ Summary: Async web layer with HTMX support for QuadKit
5
+ Project-URL: Homepage, https://quadkit.dev
6
+ Project-URL: Repository, https://github.com/dbtinoy-/quadkit
7
+ Project-URL: Documentation, https://quadkit.dev
8
+ Project-URL: Issues, https://github.com/dbtinoy-/quadkit/issues
9
+ Author-email: QuadKit Team <team@quadkit.dev>
10
+ Maintainer-email: QuadKit Team <team@quadkit.dev>
11
+ License: MIT
12
+ Keywords: asgi,async,htmx,quadkit,web
13
+ Classifier: Development Status :: 3 - Alpha
14
+ Classifier: Framework :: AsyncIO
15
+ Classifier: Intended Audience :: Developers
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Operating System :: OS Independent
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
23
+ Classifier: Typing :: Typed
24
+ Requires-Python: >=3.11
25
+ Requires-Dist: quadkit>=0.0.1
26
+ Description-Content-Type: text/markdown
27
+
28
+ # quadkit-web
29
+
30
+ Async web layer with HTMX support for QuadKit.
31
+
32
+ This is a placeholder package for name reservation on PyPI.
@@ -0,0 +1,4 @@
1
+ quadkit_web/__init__.py,sha256=BqJ5UNkokINIMFCuw2qf3zSSMTuOM_5ci-RxLn4r1lI,80
2
+ quadkit_web-0.0.1.dist-info/METADATA,sha256=MMl-iXQVD8j6mRrjOPNCgQhEIARBcIqLKuRxuASI7Eo,1220
3
+ quadkit_web-0.0.1.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
4
+ quadkit_web-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.32.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any