quadkit-testing 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 @@
1
+ """QuadKit testing utilities — placeholder for PyPI name reservation."""
@@ -0,0 +1,33 @@
1
+ Metadata-Version: 2.5
2
+ Name: quadkit-testing
3
+ Version: 0.0.1
4
+ Summary: Centralized testing infrastructure for QuadKit - fixtures, fakes, and utilities
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: Apache-2.0
12
+ Keywords: fakes,fixtures,pytest,quadkit,testing
13
+ Classifier: Development Status :: 3 - Alpha
14
+ Classifier: Framework :: AsyncIO
15
+ Classifier: Intended Audience :: Developers
16
+ Classifier: License :: OSI Approved :: Apache Software 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
+ Requires-Dist: quadkit>=0.0.1
27
+ Description-Content-Type: text/markdown
28
+
29
+ # quadkit-testing
30
+
31
+ Centralized testing infrastructure for QuadKit - fixtures, fakes, and utilities.
32
+
33
+ This is a placeholder package for name reservation on PyPI.
@@ -0,0 +1,4 @@
1
+ quadkit_testing/__init__.py,sha256=nULkBM8BUeMoepQb5nsXtP1xXVbf4y-Y2jxCHubdEmE,75
2
+ quadkit_testing-0.0.1.dist-info/METADATA,sha256=2PZSYtDjo2rk5RQ8O1QBTWmZmyMHStylJ4r57cjofRc,1365
3
+ quadkit_testing-0.0.1.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
4
+ quadkit_testing-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