krista-common-proto-schema 1.0.5__tar.gz → 1.0.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.

Potentially problematic release.


This version of krista-common-proto-schema might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: krista_common_proto_schema
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: Shared Protocol Buffer definitions.
5
5
  Home-page: https://github.com/your-org/krista-common-proto-schema
6
6
  Author: Krista
@@ -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.5"
14
+ __version__ = "1.0.6"
15
15
 
16
- # Import compiled proto modules for easy access
17
- from . import user_pb2
18
- from . import message_pb2
19
-
20
- __all__ = ["user_pb2", "message_pb2"]
16
+ __all__ = ["common"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: krista-common-proto-schema
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: Shared Protocol Buffer definitions.
5
5
  Home-page: https://github.com/your-org/krista-common-proto-schema
6
6
  Author: Krista
@@ -76,7 +76,7 @@ This package contains compiled Protocol Buffer definitions
76
76
  that can be imported directly in Python projects.
77
77
 
78
78
  Usage:
79
- from krista_common_proto_schema import user_pb2, message_pb2
79
+ from krista_common_proto_schema.common import user_pb2, message_pb2
80
80
 
81
81
  user = user_pb2.User(id=1, name="John")
82
82
  message = message_pb2.Message(id=1, sender=user, content="Hello")
@@ -84,11 +84,7 @@ Usage:
84
84
 
85
85
  __version__ = "{version}"
86
86
 
87
- # Import compiled proto modules for easy access
88
- from . import user_pb2
89
- from . import message_pb2
90
-
91
- __all__ = ["user_pb2", "message_pb2"]
87
+ __all__ = ["common"]
92
88
  ''')
93
89
 
94
90
  # Find all .proto files