csrd-testing 0.3.33__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
+ """Minimal csrd.testing stub package."""
2
+
3
+ __all__: tuple[str, ...] = ()
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: csrd-testing
3
+ Version: 0.3.33
4
+ Summary: Testing utilities package for csrd-based services
5
+ Project-URL: Repository, https://github.com/csrd-api/fastapi-common
6
+ Project-URL: Documentation, https://github.com/csrd-api/fastapi-common/tree/main/packages/testing
7
+ Project-URL: Changelog, https://github.com/csrd-api/fastapi-common/blob/main/CHANGELOG.md
8
+ License: MIT
9
+ Requires-Python: >=3.12
10
+ Description-Content-Type: text/markdown
11
+
12
+ # csrd-testing
13
+
14
+ Minimal stub package reserved for future testing utilities in the `csrd` ecosystem.
@@ -0,0 +1,4 @@
1
+ csrd/testing/__init__.py,sha256=fu5J2yaF70CY6RLQKqo3-5g0wrQMMI2jbmH3GWgO9Wc,72
2
+ csrd_testing-0.3.33.dist-info/METADATA,sha256=8ae90LUo0xCYRWFxeKhcEDDjgt2Kc26hvn7vBRDhOJk,550
3
+ csrd_testing-0.3.33.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
4
+ csrd_testing-0.3.33.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any