weave-python 0.28.1__py3-none-any.whl → 0.30.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.
- weave/weaveapi/auth/v1/service_pb2.py +194 -98
- weave/weaveapi/auth/v1/service_pb2.pyi +1288 -1134
- weave/weaveapi/auth/v1/service_pb2_grpc.pyi +248 -335
- weave/weaveapi/auth/v1/session_pb2.py +14 -6
- weave/weaveapi/auth/v1/session_pb2.pyi +109 -89
- weave/weaveapi/auth/v1/session_pb2_grpc.pyi +11 -10
- weave/weaveapi/auth/v1/usage_pb2.py +18 -14
- weave/weaveapi/auth/v1/usage_pb2.pyi +251 -197
- weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +11 -10
- weave/weaveapi/auth/v1/user_pb2.py +60 -18
- weave/weaveapi/auth/v1/user_pb2.pyi +588 -505
- weave/weaveapi/auth/v1/user_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/configuration_pb2.py +31 -19
- weave/weaveapi/generate/v1/configuration_pb2.pyi +277 -241
- weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/generate_pb2.py +32 -6
- weave/weaveapi/generate/v1/generate_pb2.pyi +138 -40
- weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/service_pb2.py +52 -22
- weave/weaveapi/generate/v1/service_pb2.pyi +264 -135
- weave/weaveapi/generate/v1/service_pb2_grpc.py +47 -0
- weave/weaveapi/generate/v1/service_pb2_grpc.pyi +89 -78
- weave/weaveapi/llmx/v1/architecture_pb2.py +42 -42
- weave/weaveapi/llmx/v1/architecture_pb2.pyi +664 -555
- weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/capabilities_pb2.py +88 -56
- weave/weaveapi/llmx/v1/capabilities_pb2.pyi +967 -852
- weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/model_pb2.py +56 -20
- weave/weaveapi/llmx/v1/model_pb2.pyi +533 -455
- weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/pricing_pb2.py +24 -20
- weave/weaveapi/llmx/v1/pricing_pb2.pyi +194 -172
- weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/provider_pb2.py +6 -6
- weave/weaveapi/llmx/v1/provider_pb2.pyi +84 -59
- weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/service_pb2.py +228 -90
- weave/weaveapi/llmx/v1/service_pb2.pyi +1651 -1403
- weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +160 -203
- weave/weaveapi/mcpregistry/v1/server_pb2.py +16 -10
- weave/weaveapi/mcpregistry/v1/server_pb2.pyi +143 -121
- weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +11 -10
- weave/weaveapi/mcpregistry/v1/service_pb2.py +51 -31
- weave/weaveapi/mcpregistry/v1/service_pb2.pyi +132 -122
- weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +87 -112
- weave/weaveapi/payment/v1/invoice_pb2.py +38 -12
- weave/weaveapi/payment/v1/invoice_pb2.pyi +352 -291
- weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +11 -10
- weave/weaveapi/payment/v1/service_pb2.py +264 -98
- weave/weaveapi/payment/v1/service_pb2.pyi +1381 -1242
- weave/weaveapi/payment/v1/service_pb2_grpc.pyi +229 -319
- weave/weaveapi/payment/v1/subscription_pb2.py +99 -23
- weave/weaveapi/payment/v1/subscription_pb2.pyi +727 -611
- weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/auth_pb2.py +6 -6
- weave/weaveapi/storage/v1/auth_pb2.pyi +42 -29
- weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/nosql_database_pb2.py +47 -23
- weave/weaveapi/storage/v1/nosql_database_pb2.pyi +438 -372
- weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/object_store_pb2.py +27 -13
- weave/weaveapi/storage/v1/object_store_pb2.pyi +203 -187
- weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/service_pb2.py +96 -36
- weave/weaveapi/storage/v1/service_pb2.pyi +414 -357
- weave/weaveapi/storage/v1/service_pb2_grpc.pyi +88 -107
- weave/weaveapi/storage/v1/sql_database_pb2.py +39 -23
- weave/weaveapi/storage/v1/sql_database_pb2.pyi +481 -400
- weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/storage_pb2.py +20 -6
- weave/weaveapi/storage/v1/storage_pb2.pyi +79 -70
- weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/dataset_pb2.py +14 -12
- weave/weaveapi/synthesize/v1/dataset_pb2.pyi +158 -128
- weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/inline_data_pb2.py +9 -9
- weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +31 -27
- weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/relationship_pb2.py +19 -11
- weave/weaveapi/synthesize/v1/relationship_pb2.pyi +67 -64
- weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/service_pb2.py +42 -24
- weave/weaveapi/synthesize/v1/service_pb2.pyi +202 -168
- weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +67 -79
- weave/weaveapi/synthesize/v1/training_pb2.py +19 -13
- weave/weaveapi/synthesize/v1/training_pb2.pyi +119 -106
- weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +11 -10
- weave/weavesql/llmxdb/capabilities.py +487 -0
- weave/weavesql/llmxdb/changes.py +297 -0
- weave/weavesql/llmxdb/models.py +594 -0
- weave/weavesql/llmxdb/providers.py +348 -0
- weave/weavesql/llmxdb/scraper_runs.py +287 -0
- weave/weavesql/llmxdb/search.py +721 -0
- weave/weavesql/weavedb/dataset.py +75 -0
- weave/weavesql/weavedb/models.py +135 -0
- weave/weavesql/weavedb/relationships.py +72 -0
- weave/weavesql/weavedb/storage.py +113 -0
- weave/weavesql/weavedb/synthesizer.py +107 -0
- weave_python-0.30.3.dist-info/METADATA +52 -0
- weave_python-0.30.3.dist-info/RECORD +131 -0
- {weave_python-0.28.1.dist-info → weave_python-0.30.3.dist-info}/WHEEL +1 -1
- weave_python-0.30.3.dist-info/licenses/LICENSE +120 -0
- weave_python-0.28.1.dist-info/METADATA +0 -6
- weave_python-0.28.1.dist-info/RECORD +0 -119
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: weaveapi/payment/v1/invoice.proto
|
|
5
|
-
# Protobuf Python Version: 6.
|
|
5
|
+
# Protobuf Python Version: 6.33.5
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
|
|
8
8
|
from google.protobuf import descriptor as _descriptor
|
|
@@ -12,7 +12,7 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
12
12
|
from google.protobuf.internal import builder as _builder
|
|
13
13
|
|
|
14
14
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
|
-
_runtime_version.Domain.PUBLIC, 6,
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 6, 33, 5, "", "weaveapi/payment/v1/invoice.proto"
|
|
16
16
|
)
|
|
17
17
|
# @@protoc_insertion_point(imports)
|
|
18
18
|
|
|
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
-
b'\n!weaveapi/payment/v1/invoice.proto\x12\x13weaveapi.payment.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a&weaveapi/payment/v1/subscription.proto"\
|
|
23
|
+
b'\n!weaveapi/payment/v1/invoice.proto\x12\x13weaveapi.payment.v1\x1a!google/protobuf/go_features.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a&weaveapi/payment/v1/subscription.proto"\xfa\x08\n\x07Invoice\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x16\n\x06number\x18\x02 \x01(\tR\x06number\x12\x16\n\x06status\x18\x03 \x01(\tR\x06status\x12%\n\x0esubtotal_cents\x18\x04 \x01(\x03R\rsubtotalCents\x12\x1b\n\ttax_cents\x18\x05 \x01(\x03R\x08taxCents\x12\x1f\n\x0btotal_cents\x18\x06 \x01(\x03R\ntotalCents\x12*\n\x11\x61mount_paid_cents\x18\x07 \x01(\x03R\x0f\x61mountPaidCents\x12(\n\x10\x61mount_due_cents\x18\x08 \x01(\x03R\x0e\x61mountDueCents\x12\x1a\n\x08\x63urrency\x18\t \x01(\tR\x08\x63urrency\x12=\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12\x41\n\x0cperiod_start\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0bperiodStart\x12=\n\nperiod_end\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tperiodEnd\x12\x39\n\x08\x64ue_date\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x07\x64ueDate\x12\x37\n\x07paid_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x06paidAt\x12G\n\nline_items\x18\x0f \x03(\x0b\x32$.weaveapi.payment.v1.InvoiceLineItemB\x02(\x01R\tlineItems\x12M\n\x0epayment_method\x18\x10 \x01(\x0b\x32".weaveapi.payment.v1.PaymentMethodB\x02(\x01R\rpaymentMethod\x12*\n\x11payment_intent_id\x18\x11 \x01(\tR\x0fpaymentIntentId\x12\x17\n\x07pdf_url\x18\x12 \x01(\tR\x06pdfUrl\x12,\n\x12hosted_invoice_url\x18\x13 \x01(\tR\x10hostedInvoiceUrl\x12=\n\x08\x64iscount\x18\x14 \x01(\x0b\x32\x1d.weaveapi.payment.v1.DiscountB\x02(\x01R\x08\x64iscount\x12=\n\ttax_rates\x18\x15 \x03(\x0b\x32\x1c.weaveapi.payment.v1.TaxRateB\x02(\x01R\x08taxRates\x12\x15\n\x06tax_id\x18\x16 \x01(\tR\x05taxId\x12\x46\n\x08metadata\x18\x17 \x03(\x0b\x32*.weaveapi.payment.v1.Invoice.MetadataEntryR\x08metadata\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01"\xd1\x03\n\x0fInvoiceLineItem\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12!\n\x0c\x61mount_cents\x18\x03 \x01(\x03R\x0b\x61mountCents\x12\x1a\n\x08\x63urrency\x18\x04 \x01(\tR\x08\x63urrency\x12\x1a\n\x08quantity\x18\x05 \x01(\x05R\x08quantity\x12*\n\x11unit_amount_cents\x18\x06 \x01(\x03R\x0funitAmountCents\x12\x41\n\x0cperiod_start\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\x0bperiodStart\x12=\n\nperiod_end\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tperiodEnd\x12\x1d\n\nproduct_id\x18\t \x01(\tR\tproductId\x12\x19\n\x08price_id\x18\n \x01(\tR\x07priceId\x12\x1c\n\tproration\x18\x0b \x01(\x08R\tproration\x12+\n\x11proration_details\x18\x0c \x01(\tR\x10prorationDetails"\x9e\x01\n\x07TaxRate\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12!\n\x0c\x64isplay_name\x18\x02 \x01(\tR\x0b\x64isplayName\x12"\n\x0cjurisdiction\x18\x03 \x01(\tR\x0cjurisdiction\x12\x1e\n\npercentage\x18\x04 \x01(\x01R\npercentage\x12\x1c\n\tinclusive\x18\x05 \x01(\x08R\tinclusiveB\xd9\x01\n\x17\x63om.weaveapi.payment.v1B\x0cInvoiceProtoP\x01Z:github.com/weave-labs/weave-go/weaveapi/payment/v1;payment\xa2\x02\x03WPX\xaa\x02\x13Weaveapi.Payment.V1\xca\x02\x13Weaveapi\\Payment\\V1\xe2\x02\x1fWeaveapi\\Payment\\V1\\GPBMetadata\xea\x02\x15Weaveapi::Payment::V1\x92\x03\x05\xd2>\x02\x10\x03\x62\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -32,15 +32,41 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
32
32
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
33
|
_globals[
|
|
34
34
|
"DESCRIPTOR"
|
|
35
|
-
]._serialized_options = b"\n\027com.weaveapi.payment.v1B\014InvoiceProtoP\001Z:github.com/weave-labs/weave-go/weaveapi/payment/v1;payment\242\002\003WPX\252\002\023Weaveapi.Payment.V1\312\002\023Weaveapi\\Payment\\V1\342\002\037Weaveapi\\Payment\\V1\\GPBMetadata\352\002\025Weaveapi::Payment::V1"
|
|
35
|
+
]._serialized_options = b"\n\027com.weaveapi.payment.v1B\014InvoiceProtoP\001Z:github.com/weave-labs/weave-go/weaveapi/payment/v1;payment\242\002\003WPX\252\002\023Weaveapi.Payment.V1\312\002\023Weaveapi\\Payment\\V1\342\002\037Weaveapi\\Payment\\V1\\GPBMetadata\352\002\025Weaveapi::Payment::V1\222\003\005\322>\002\020\003"
|
|
36
36
|
_globals["_INVOICE_METADATAENTRY"]._loaded_options = None
|
|
37
37
|
_globals["_INVOICE_METADATAENTRY"]._serialized_options = b"8\001"
|
|
38
|
-
_globals["_INVOICE"].
|
|
39
|
-
_globals["_INVOICE"].
|
|
40
|
-
_globals["
|
|
41
|
-
_globals["
|
|
42
|
-
_globals["
|
|
43
|
-
_globals["
|
|
44
|
-
_globals["
|
|
45
|
-
_globals["
|
|
38
|
+
_globals["_INVOICE"].fields_by_name["created_at"]._loaded_options = None
|
|
39
|
+
_globals["_INVOICE"].fields_by_name["created_at"]._serialized_options = b"(\001"
|
|
40
|
+
_globals["_INVOICE"].fields_by_name["period_start"]._loaded_options = None
|
|
41
|
+
_globals["_INVOICE"].fields_by_name["period_start"]._serialized_options = b"(\001"
|
|
42
|
+
_globals["_INVOICE"].fields_by_name["period_end"]._loaded_options = None
|
|
43
|
+
_globals["_INVOICE"].fields_by_name["period_end"]._serialized_options = b"(\001"
|
|
44
|
+
_globals["_INVOICE"].fields_by_name["due_date"]._loaded_options = None
|
|
45
|
+
_globals["_INVOICE"].fields_by_name["due_date"]._serialized_options = b"(\001"
|
|
46
|
+
_globals["_INVOICE"].fields_by_name["paid_at"]._loaded_options = None
|
|
47
|
+
_globals["_INVOICE"].fields_by_name["paid_at"]._serialized_options = b"(\001"
|
|
48
|
+
_globals["_INVOICE"].fields_by_name["line_items"]._loaded_options = None
|
|
49
|
+
_globals["_INVOICE"].fields_by_name["line_items"]._serialized_options = b"(\001"
|
|
50
|
+
_globals["_INVOICE"].fields_by_name["payment_method"]._loaded_options = None
|
|
51
|
+
_globals["_INVOICE"].fields_by_name["payment_method"]._serialized_options = b"(\001"
|
|
52
|
+
_globals["_INVOICE"].fields_by_name["discount"]._loaded_options = None
|
|
53
|
+
_globals["_INVOICE"].fields_by_name["discount"]._serialized_options = b"(\001"
|
|
54
|
+
_globals["_INVOICE"].fields_by_name["tax_rates"]._loaded_options = None
|
|
55
|
+
_globals["_INVOICE"].fields_by_name["tax_rates"]._serialized_options = b"(\001"
|
|
56
|
+
_globals["_INVOICELINEITEM"].fields_by_name["period_start"]._loaded_options = None
|
|
57
|
+
_globals["_INVOICELINEITEM"].fields_by_name[
|
|
58
|
+
"period_start"
|
|
59
|
+
]._serialized_options = b"(\001"
|
|
60
|
+
_globals["_INVOICELINEITEM"].fields_by_name["period_end"]._loaded_options = None
|
|
61
|
+
_globals["_INVOICELINEITEM"].fields_by_name[
|
|
62
|
+
"period_end"
|
|
63
|
+
]._serialized_options = b"(\001"
|
|
64
|
+
_globals["_INVOICE"]._serialized_start = 167
|
|
65
|
+
_globals["_INVOICE"]._serialized_end = 1313
|
|
66
|
+
_globals["_INVOICE_METADATAENTRY"]._serialized_start = 1254
|
|
67
|
+
_globals["_INVOICE_METADATAENTRY"]._serialized_end = 1313
|
|
68
|
+
_globals["_INVOICELINEITEM"]._serialized_start = 1316
|
|
69
|
+
_globals["_INVOICELINEITEM"]._serialized_end = 1781
|
|
70
|
+
_globals["_TAXRATE"]._serialized_start = 1784
|
|
71
|
+
_globals["_TAXRATE"]._serialized_end = 1942
|
|
46
72
|
# @@protoc_insertion_point(module_scope)
|