krista-common-proto-schema 1.0.1__py3-none-any.whl → 1.0.3__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: krista-common-proto-schema
3
- Version: 1.0.1
3
+ Version: 1.0.3
4
4
  Summary: Shared Protocol Buffer definitions.
5
5
  Home-page: https://github.com/your-org/krista-common-proto-schema
6
6
  Author: Krista
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.11
16
16
  Classifier: Programming Language :: Python :: 3.12
17
17
  Requires-Python: >=3.9
18
18
  Description-Content-Type: text/markdown
19
- Requires-Dist: protobuf (<5.0.0,>=3.20.0)
19
+ Requires-Dist: protobuf (<7.0.0,>=4.25.0)
20
20
 
21
21
  UNKNOWN
22
22
 
@@ -0,0 +1,4 @@
1
+ krista_common_proto_schema-1.0.3.dist-info/METADATA,sha256=CxbB-tOR15Wr0l3MScb8OTtkyOPA-0YPgk358Dj9GFA,725
2
+ krista_common_proto_schema-1.0.3.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
3
+ krista_common_proto_schema-1.0.3.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
+ krista_common_proto_schema-1.0.3.dist-info/RECORD,,
@@ -1,20 +0,0 @@
1
- """
2
- Krista Common Proto Schema Package
3
-
4
- This package contains compiled Protocol Buffer definitions
5
- that can be imported directly in Python projects.
6
-
7
- Usage:
8
- from krista_common_proto_schema import user_pb2, message_pb2
9
-
10
- user = user_pb2.User(id=1, name="John")
11
- message = message_pb2.Message(id=1, sender=user, content="Hello")
12
- """
13
-
14
- __version__ = "1.0.1"
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"]
@@ -1,5 +0,0 @@
1
- krista_common_proto_schema/__init__.py,sha256=-HZZfuJ5NAoONm2W9-JKNZF1VecjU06QdpSVOFmhDV8,501
2
- krista_common_proto_schema-1.0.1.dist-info/METADATA,sha256=I2r-1fkznc2ucsRGTYBXaOH1a4PNbiU9tEUSkivlhZo,725
3
- krista_common_proto_schema-1.0.1.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
4
- krista_common_proto_schema-1.0.1.dist-info/top_level.txt,sha256=FCEiHFOayGNE-QAdHzIePoaIGBPxGKrjqUmVc8-HfYI,27
5
- krista_common_proto_schema-1.0.1.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- krista_common_proto_schema