frequenz-client-common 0.3.5__tar.gz → 0.3.6__tar.gz
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.
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/PKG-INFO +1 -1
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/RELEASE_NOTES.md +1 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz/client/common/streaming/__init__.py +4 -4
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz_client_common.egg-info/PKG-INFO +1 -1
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/LICENSE +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/MANIFEST.in +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/README.md +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/pyproject.toml +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/setup.cfg +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz/client/common/__init__.py +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz/client/common/conftest.py +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz/client/common/enum_proto.py +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz/client/common/metric/__init__.py +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz/client/common/microgrid/__init__.py +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz/client/common/microgrid/components/__init__.py +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz/client/common/microgrid/electrical_components/__init__.py +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz/client/common/microgrid/sensors.py +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz/client/common/pagination/__init__.py +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz/client/common/py.typed +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz_client_common.egg-info/SOURCES.txt +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz_client_common.egg-info/dependency_links.txt +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz_client_common.egg-info/requires.txt +0 -0
- {frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz_client_common.egg-info/top_level.txt +0 -0
|
@@ -13,14 +13,14 @@ from frequenz.api.common.v1alpha8.streaming import event_pb2 as PBEvent
|
|
|
13
13
|
class Event(Enum):
|
|
14
14
|
"""Enum representing the type of streaming event."""
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
UNSPECIFIED = PBEvent.EVENT_UNSPECIFIED
|
|
17
17
|
"""Unspecified event type."""
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
CREATED = PBEvent.EVENT_CREATED
|
|
20
20
|
"""Event when a new resource is created."""
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
UPDATED = PBEvent.EVENT_UPDATED
|
|
23
23
|
"""Event when an existing resource is updated."""
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
DELETED = PBEvent.EVENT_DELETED
|
|
26
26
|
"""Event when a resource is deleted."""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz/client/common/__init__.py
RENAMED
|
File without changes
|
{frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz/client/common/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{frequenz_client_common-0.3.5 → frequenz_client_common-0.3.6}/src/frequenz/client/common/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|