krista-common-proto-schema 1.0.5__py3-none-any.whl → 1.0.6__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.
Potentially problematic release.
This version of krista-common-proto-schema might be problematic. Click here for more details.
- krista_common_proto_schema/__init__.py +3 -7
- {krista_common_proto_schema-1.0.5.dist-info → krista_common_proto_schema-1.0.6.dist-info}/METADATA +1 -1
- {krista_common_proto_schema-1.0.5.dist-info → krista_common_proto_schema-1.0.6.dist-info}/RECORD +5 -5
- {krista_common_proto_schema-1.0.5.dist-info → krista_common_proto_schema-1.0.6.dist-info}/WHEEL +0 -0
- {krista_common_proto_schema-1.0.5.dist-info → krista_common_proto_schema-1.0.6.dist-info}/top_level.txt +0 -0
|
@@ -5,16 +5,12 @@ This package contains compiled Protocol Buffer definitions
|
|
|
5
5
|
that can be imported directly in Python projects.
|
|
6
6
|
|
|
7
7
|
Usage:
|
|
8
|
-
from krista_common_proto_schema import user_pb2, message_pb2
|
|
8
|
+
from krista_common_proto_schema.common import user_pb2, message_pb2
|
|
9
9
|
|
|
10
10
|
user = user_pb2.User(id=1, name="John")
|
|
11
11
|
message = message_pb2.Message(id=1, sender=user, content="Hello")
|
|
12
12
|
"""
|
|
13
13
|
|
|
14
|
-
__version__ = "1.0.
|
|
14
|
+
__version__ = "1.0.6"
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
from . import user_pb2
|
|
18
|
-
from . import message_pb2
|
|
19
|
-
|
|
20
|
-
__all__ = ["user_pb2", "message_pb2"]
|
|
16
|
+
__all__ = ["common"]
|
{krista_common_proto_schema-1.0.5.dist-info → krista_common_proto_schema-1.0.6.dist-info}/RECORD
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
krista_common_proto_schema/__init__.py,sha256=
|
|
1
|
+
krista_common_proto_schema/__init__.py,sha256=djFfDoAmvQBhZoJU0wUzib1psmE7Zevckmpm_-0ZsuE,393
|
|
2
2
|
krista_common_proto_schema/common/__init__.py,sha256=F-pk241YZkXOLy5dhC6gwY7dCZrLE0s-vKbuuSD4G6w,35
|
|
3
3
|
krista_common_proto_schema/common/message_pb2.py,sha256=o3uIIFI57x1U8MNrg6clNKBUMEcp0jxCw9zcwCg0gPk,1944
|
|
4
4
|
krista_common_proto_schema/common/user_pb2.py,sha256=VMjeEId9OEyM16als34Mvl1ccBn_EWBHoAHqLpg16QI,1802
|
|
5
|
-
krista_common_proto_schema-1.0.
|
|
6
|
-
krista_common_proto_schema-1.0.
|
|
7
|
-
krista_common_proto_schema-1.0.
|
|
8
|
-
krista_common_proto_schema-1.0.
|
|
5
|
+
krista_common_proto_schema-1.0.6.dist-info/METADATA,sha256=qwnxbVzN75tiVXLSnEbOV9ZwovoEO2-HAWVzHRA3KGA,725
|
|
6
|
+
krista_common_proto_schema-1.0.6.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
|
|
7
|
+
krista_common_proto_schema-1.0.6.dist-info/top_level.txt,sha256=FCEiHFOayGNE-QAdHzIePoaIGBPxGKrjqUmVc8-HfYI,27
|
|
8
|
+
krista_common_proto_schema-1.0.6.dist-info/RECORD,,
|
{krista_common_proto_schema-1.0.5.dist-info → krista_common_proto_schema-1.0.6.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|