mergetbapi 0.0.1__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.
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2024 USC INFORMATION SCIENCES INSTITUTE
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
@@ -0,0 +1,24 @@
1
+ Metadata-Version: 2.1
2
+ Name: mergetbapi
3
+ Version: 0.0.1
4
+ Summary: Python bindings for the GRPC client interface to the MergeTB API
5
+ Author-email: Brian Kocoloski <bkocolos@isi.edu>
6
+ Project-URL: Homepage, https://gitlab.com/mergetb/api
7
+ Project-URL: Issues, https://gitlab.com/mergetb/api/-/issues
8
+ Project-URL: Documentation, https://mergetb.gitlab.io/api/
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Intended Audience :: End Users/Desktop
14
+ Classifier: Development Status :: 4 - Beta
15
+ Requires-Python: >=3.8
16
+ Description-Content-Type: text/markdown
17
+ License-File: LICENSE.md
18
+ Requires-Dist: betterproto ==2.0.0b6
19
+ Requires-Dist: grpclib ==0.4.7
20
+
21
+ # mergetb_api
22
+
23
+ This package contains Python bindings for the GRPC client interface to MergeTB API
24
+
@@ -0,0 +1,17 @@
1
+ __init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ google/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ google/api/__init__.py,sha256=cI0qyIlcOQLtshVncyv_9Agvp0EU3Rw3bhhW2S-6Kg8,13303
4
+ grpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ grpc/gateway/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ grpc/gateway/protoc_gen_openapiv2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ grpc/gateway/protoc_gen_openapiv2/options/__init__.py,sha256=tulzEdqLdQMMcnlTCG-oSw6nJw_ldDsTP7z6mqFyepQ,26776
8
+ portal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ portal/v1/__init__.py,sha256=iww7RhpJPlk0JqiLFedkz-xpfTDLptZrtx32bnOR58Y,231943
10
+ reconcile/__init__.py,sha256=cp_HNnYGslU-r4-djCYjNsKn0NabkSChpYvWRz_DdKA,10326
11
+ validator/__init__.py,sha256=9VZ17iAcgqR0wYqJGr_nHWgwoavXGKBj6Mrw0xCFf1Y,3552
12
+ xir/__init__.py,sha256=INXhd1-bd_Y4QShlieuOzcqkkvgzqqYxmdZTyKw73i0,28850
13
+ mergetbapi-0.0.1.dist-info/LICENSE.md,sha256=hIvII8uS3jlVN7bT5Jhqx32RdNBRBgcHwQIh8Cc9glI,1078
14
+ mergetbapi-0.0.1.dist-info/METADATA,sha256=uWmtrv_s7qv2IOLlxDQLdSuA50kkoA9b7GpW2WT5x1M,891
15
+ mergetbapi-0.0.1.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
16
+ mergetbapi-0.0.1.dist-info/top_level.txt,sha256=VAMcBcZnqEASu1FnRA81vKWcZYFx4z7boMa_4l4ZYdM,52
17
+ mergetbapi-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (72.1.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,7 @@
1
+ __init__
2
+ google
3
+ grpc
4
+ portal
5
+ reconcile
6
+ validator
7
+ xir
portal/__init__.py ADDED
File without changes