quadkit 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.
quadkit/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ """QuadKit — Async-first DI/IoC framework for Python."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.5
2
+ Name: quadkit
3
+ Version: 0.0.1
4
+ Summary: Async-first DI/IoC framework for Python
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: async,dependency-injection,framework,ioc,provider-pattern
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-contracts>=0.0.1
26
+ Description-Content-Type: text/markdown
27
+
28
+ # quadkit
29
+
30
+ Async-first DI/IoC framework for Python.
31
+
32
+ This is a placeholder package for name reservation on PyPI.
@@ -0,0 +1,4 @@
1
+ quadkit/__init__.py,sha256=dAMmfu1d-n-qSBC4gbZlvLbkO-8PWeqFR7x3qjrwFSY,82
2
+ quadkit-0.0.1.dist-info/METADATA,sha256=tfqM_f82FjlSdW816FjQVC-iJdt0LHFPh0k-5VaR9I0,1240
3
+ quadkit-0.0.1.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
4
+ quadkit-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