pyc8y 4.0.0a1__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.
pyc8y/__init__.py ADDED
@@ -0,0 +1,10 @@
1
+ # Copyright (c) 2026 Christoph Souris
2
+
3
+ from pyc8y.app import (
4
+ SimpleCumulocityApp as SimpleCumulocityApp,
5
+ MultiTenantCumulocityApp as MultiTenantCumulocityApp,
6
+ get_client as get_client,
7
+ )
8
+ from pyc8y.client import CumulocityClient as CumulocityClient
9
+ from pyc8y.registry import DeviceRegistryClient as DeviceRegistryClient
10
+ from pyc8y.rest import CumulocityRestClient as CumulocityRestClient