bio-compass-contracts 0.1.5__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.
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: bio-compass-contracts
3
+ Version: 0.1.5
4
+ Summary: Generated protobuf contracts for BioCompass services.
5
+ Requires-Python: >=3.12
6
+ Requires-Dist: protobuf<7,>=6.31
@@ -0,0 +1,21 @@
1
+ [build-system]
2
+ requires = ["setuptools>=69", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "bio-compass-contracts"
7
+ version = "0.1.5"
8
+
9
+ description = "Generated protobuf contracts for BioCompass services."
10
+
11
+ requires-python = ">=3.12"
12
+
13
+ dependencies = [
14
+ "protobuf>=6.31,<7",
15
+ ]
16
+
17
+ [tool.setuptools]
18
+ package-dir = {"" = "src"}
19
+
20
+ [tool.setuptools.packages.find]
21
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: bio-compass-contracts
3
+ Version: 0.1.5
4
+ Summary: Generated protobuf contracts for BioCompass services.
5
+ Requires-Python: >=3.12
6
+ Requires-Dist: protobuf<7,>=6.31
@@ -0,0 +1,9 @@
1
+ pyproject.toml
2
+ src/bio_compass_contracts.egg-info/PKG-INFO
3
+ src/bio_compass_contracts.egg-info/SOURCES.txt
4
+ src/bio_compass_contracts.egg-info/dependency_links.txt
5
+ src/bio_compass_contracts.egg-info/requires.txt
6
+ src/bio_compass_contracts.egg-info/top_level.txt
7
+ src/notification/__init__.py
8
+ src/notification/v1/__init__.py
9
+ src/notification/v1/notification_pb2.py
@@ -0,0 +1,47 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: notification/v1/notification.proto
5
+ # Protobuf Python Version: 6.31.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 6,
15
+ 31,
16
+ 1,
17
+ '',
18
+ 'notification/v1/notification.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+
26
+
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"notification/v1/notification.proto\x12\x0fnotification.v1\"\xfd\x02\n\x13NotificationMessage\x12\x17\n\x0fidempotency_key\x18\x01 \x01(\t\x12\x35\n\x07\x63hannel\x18\x02 \x01(\x0e\x32$.notification.v1.NotificationChannel\x12/\n\x04kind\x18\x03 \x01(\x0e\x32!.notification.v1.NotificationKind\x12\x0f\n\x07user_id\x18\x04 \x01(\t\x12\x11\n\trecipient\x18\x05 \x01(\t\x12G\n\x12\x65mail_verification\x18\n \x01(\x0b\x32).notification.v1.EmailVerificationPayloadH\x00\x12?\n\x0epassword_reset\x18\x0b \x01(\x0b\x32%.notification.v1.PasswordResetPayloadH\x00\x12,\n\x04text\x18\x0c \x01(\x0b\x32\x1c.notification.v1.TextPayloadH\x00\x42\t\n\x07payload\"\x86\x01\n\x18\x45mailVerificationPayload\x12\r\n\x05\x65mail\x18\x01 \x01(\t\x12\r\n\x05token\x18\x02 \x01(\t\x12\x13\n\x0b\x63onfirm_url\x18\x03 \x01(\t\x12\x18\n\x10\x63onfirm_link_url\x18\x04 \x01(\t\x12\x1d\n\x15token_max_age_seconds\x18\x05 \x01(\x05\"I\n\x14PasswordResetPayload\x12\r\n\x05\x65mail\x18\x01 \x01(\t\x12\r\n\x05token\x18\x02 \x01(\t\x12\x13\n\x0b\x63onfirm_url\x18\x03 \x01(\t\"\x1b\n\x0bTextPayload\x12\x0c\n\x04text\x18\x01 \x01(\t*^\n\x13NotificationChannel\x12$\n NOTIFICATION_CHANNEL_UNSPECIFIED\x10\x00\x12\t\n\x05\x45MAIL\x10\x01\x12\x0c\n\x08TELEGRAM\x10\x02\x12\x08\n\x04PUSH\x10\x03*v\n\x10NotificationKind\x12!\n\x1dNOTIFICATION_KIND_UNSPECIFIED\x10\x00\x12\x16\n\x12\x45MAIL_VERIFICATION\x10\x01\x12\x12\n\x0ePASSWORD_RESET\x10\x02\x12\x13\n\x0fGENERIC_MESSAGE\x10\x03\x42 \n\x1c\x63om.biocompass.notificationsP\x01\x62\x06proto3')
28
+
29
+ _globals = globals()
30
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'notification.v1.notification_pb2', _globals)
32
+ if not _descriptor._USE_C_DESCRIPTORS:
33
+ _globals['DESCRIPTOR']._loaded_options = None
34
+ _globals['DESCRIPTOR']._serialized_options = b'\n\034com.biocompass.notificationsP\001'
35
+ _globals['_NOTIFICATIONCHANNEL']._serialized_start=680
36
+ _globals['_NOTIFICATIONCHANNEL']._serialized_end=774
37
+ _globals['_NOTIFICATIONKIND']._serialized_start=776
38
+ _globals['_NOTIFICATIONKIND']._serialized_end=894
39
+ _globals['_NOTIFICATIONMESSAGE']._serialized_start=56
40
+ _globals['_NOTIFICATIONMESSAGE']._serialized_end=437
41
+ _globals['_EMAILVERIFICATIONPAYLOAD']._serialized_start=440
42
+ _globals['_EMAILVERIFICATIONPAYLOAD']._serialized_end=574
43
+ _globals['_PASSWORDRESETPAYLOAD']._serialized_start=576
44
+ _globals['_PASSWORDRESETPAYLOAD']._serialized_end=649
45
+ _globals['_TEXTPAYLOAD']._serialized_start=651
46
+ _globals['_TEXTPAYLOAD']._serialized_end=678
47
+ # @@protoc_insertion_point(module_scope)