csrd-scheduler 0.3.32__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.scheduler stub package."""
2
+
3
+ __all__: tuple[str, ...] = ()
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: csrd-scheduler
3
+ Version: 0.3.32
4
+ Summary: Scheduler extension package for csrd lifespan integration
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/scheduler
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-scheduler
13
+
14
+ Minimal stub package reserved for future scheduler support in the `csrd` ecosystem.
@@ -0,0 +1,4 @@
1
+ csrd/scheduler/__init__.py,sha256=5QO5U7PmEg5bvwV46EeiQ2JceVoZpHZROzXufRZbymI,74
2
+ csrd_scheduler-0.3.32.dist-info/METADATA,sha256=nVUKkaHyQxOAWlN2R5d9LhZJZieb9P8IhXuAYYkZjWo,564
3
+ csrd_scheduler-0.3.32.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
4
+ csrd_scheduler-0.3.32.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