cascade-cms-rest 2.0.2__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,6 @@
1
+ """Cascade CMS REST API client library.
2
+
3
+ Provides an async REST driver, a fluent Operations builder for queuing
4
+ Cascade CMS requests, Pydantic-based payload/response models, and an
5
+ OperationLogger for console/logfile output.
6
+ """