mergetbapi 0.0.1__tar.gz → 0.0.3__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.
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/PKG-INFO +9 -10
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/README.md +1 -1
- {mergetbapi-0.0.1/src → mergetbapi-0.0.3}/mergetbapi.egg-info/PKG-INFO +9 -10
- {mergetbapi-0.0.1/src → mergetbapi-0.0.3}/mergetbapi.egg-info/SOURCES.txt +7 -6
- mergetbapi-0.0.3/mergetbapi.egg-info/not-zip-safe +1 -0
- mergetbapi-0.0.3/mergetbapi.egg-info/requires.txt +2 -0
- mergetbapi-0.0.3/mergetbapi.egg-info/top_level.txt +1 -0
- mergetbapi-0.0.3/setup.py +48 -0
- mergetbapi-0.0.1/pyproject.toml +0 -26
- mergetbapi-0.0.1/src/mergetbapi.egg-info/requires.txt +0 -2
- mergetbapi-0.0.1/src/mergetbapi.egg-info/top_level.txt +0 -7
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/LICENSE.md +0 -0
- {mergetbapi-0.0.1/src → mergetbapi-0.0.3}/mergetbapi.egg-info/dependency_links.txt +0 -0
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/setup.cfg +0 -0
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/src/__init__.py +0 -0
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/src/google/__init__.py +0 -0
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/src/google/api/__init__.py +0 -0
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/src/grpc/__init__.py +0 -0
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/src/grpc/gateway/__init__.py +0 -0
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/src/grpc/gateway/protoc_gen_openapiv2/__init__.py +0 -0
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/src/grpc/gateway/protoc_gen_openapiv2/options/__init__.py +0 -0
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/src/portal/__init__.py +0 -0
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/src/portal/v1/__init__.py +0 -0
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/src/reconcile/__init__.py +0 -0
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/src/validator/__init__.py +0 -0
- {mergetbapi-0.0.1 → mergetbapi-0.0.3}/src/xir/__init__.py +0 -0
|
@@ -1,24 +1,23 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mergetbapi
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
|
|
5
|
-
Author
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
Project-URL: Documentation, https://mergetb.gitlab.io/api/
|
|
3
|
+
Version: 0.0.3
|
|
4
|
+
Home-page: https://gitlab.com/mergeb/api
|
|
5
|
+
Author: Brian Kocoloski
|
|
6
|
+
Author-email: bkocolos@isi.edu
|
|
7
|
+
License: MIT
|
|
9
8
|
Classifier: Programming Language :: Python :: 3
|
|
10
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
10
|
Classifier: Operating System :: OS Independent
|
|
12
11
|
Classifier: Intended Audience :: Developers
|
|
13
12
|
Classifier: Intended Audience :: End Users/Desktop
|
|
14
13
|
Classifier: Development Status :: 4 - Beta
|
|
15
|
-
Requires-Python: >=3
|
|
14
|
+
Requires-Python: >=3
|
|
16
15
|
Description-Content-Type: text/markdown
|
|
17
16
|
License-File: LICENSE.md
|
|
18
|
-
Requires-Dist: betterproto
|
|
19
|
-
Requires-Dist: grpclib
|
|
17
|
+
Requires-Dist: betterproto>=2.0.0b6
|
|
18
|
+
Requires-Dist: grpclib>=0.4.7
|
|
20
19
|
|
|
21
|
-
#
|
|
20
|
+
# mergetbapi
|
|
22
21
|
|
|
23
22
|
This package contains Python bindings for the GRPC client interface to MergeTB API
|
|
24
23
|
|
|
@@ -1,24 +1,23 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mergetbapi
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
|
|
5
|
-
Author
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
Project-URL: Documentation, https://mergetb.gitlab.io/api/
|
|
3
|
+
Version: 0.0.3
|
|
4
|
+
Home-page: https://gitlab.com/mergeb/api
|
|
5
|
+
Author: Brian Kocoloski
|
|
6
|
+
Author-email: bkocolos@isi.edu
|
|
7
|
+
License: MIT
|
|
9
8
|
Classifier: Programming Language :: Python :: 3
|
|
10
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
10
|
Classifier: Operating System :: OS Independent
|
|
12
11
|
Classifier: Intended Audience :: Developers
|
|
13
12
|
Classifier: Intended Audience :: End Users/Desktop
|
|
14
13
|
Classifier: Development Status :: 4 - Beta
|
|
15
|
-
Requires-Python: >=3
|
|
14
|
+
Requires-Python: >=3
|
|
16
15
|
Description-Content-Type: text/markdown
|
|
17
16
|
License-File: LICENSE.md
|
|
18
|
-
Requires-Dist: betterproto
|
|
19
|
-
Requires-Dist: grpclib
|
|
17
|
+
Requires-Dist: betterproto>=2.0.0b6
|
|
18
|
+
Requires-Dist: grpclib>=0.4.7
|
|
20
19
|
|
|
21
|
-
#
|
|
20
|
+
# mergetbapi
|
|
22
21
|
|
|
23
22
|
This package contains Python bindings for the GRPC client interface to MergeTB API
|
|
24
23
|
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
LICENSE.md
|
|
2
2
|
README.md
|
|
3
|
-
|
|
3
|
+
setup.py
|
|
4
|
+
mergetbapi.egg-info/PKG-INFO
|
|
5
|
+
mergetbapi.egg-info/SOURCES.txt
|
|
6
|
+
mergetbapi.egg-info/dependency_links.txt
|
|
7
|
+
mergetbapi.egg-info/not-zip-safe
|
|
8
|
+
mergetbapi.egg-info/requires.txt
|
|
9
|
+
mergetbapi.egg-info/top_level.txt
|
|
4
10
|
src/__init__.py
|
|
5
11
|
src/google/__init__.py
|
|
6
12
|
src/google/api/__init__.py
|
|
@@ -8,11 +14,6 @@ src/grpc/__init__.py
|
|
|
8
14
|
src/grpc/gateway/__init__.py
|
|
9
15
|
src/grpc/gateway/protoc_gen_openapiv2/__init__.py
|
|
10
16
|
src/grpc/gateway/protoc_gen_openapiv2/options/__init__.py
|
|
11
|
-
src/mergetbapi.egg-info/PKG-INFO
|
|
12
|
-
src/mergetbapi.egg-info/SOURCES.txt
|
|
13
|
-
src/mergetbapi.egg-info/dependency_links.txt
|
|
14
|
-
src/mergetbapi.egg-info/requires.txt
|
|
15
|
-
src/mergetbapi.egg-info/top_level.txt
|
|
16
17
|
src/portal/__init__.py
|
|
17
18
|
src/portal/v1/__init__.py
|
|
18
19
|
src/reconcile/__init__.py
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
src
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
#!/usr/bin/env python
|
|
2
|
+
|
|
3
|
+
import os
|
|
4
|
+
import io
|
|
5
|
+
from setuptools import find_packages, setup
|
|
6
|
+
|
|
7
|
+
NAME='mergetbapi'
|
|
8
|
+
DESCRIPTION='Client interface to the MergeTB API',
|
|
9
|
+
URL = 'https://gitlab.com/mergeb/api'
|
|
10
|
+
EMAIL = 'bkocolos@isi.edu'
|
|
11
|
+
AUTHOR = 'Brian Kocoloski'
|
|
12
|
+
REQUIRES_PYTHON = '>=3'
|
|
13
|
+
VERSION = '0.0.3'
|
|
14
|
+
REQUIRED = [
|
|
15
|
+
'betterproto>=2.0.0b6',
|
|
16
|
+
'grpclib>=0.4.7',
|
|
17
|
+
]
|
|
18
|
+
CLASSIFIERS = [
|
|
19
|
+
'Programming Language :: Python :: 3',
|
|
20
|
+
'License :: OSI Approved :: MIT License',
|
|
21
|
+
'Operating System :: OS Independent',
|
|
22
|
+
'Intended Audience :: Developers',
|
|
23
|
+
'Intended Audience :: End Users/Desktop',
|
|
24
|
+
'Development Status :: 4 - Beta',
|
|
25
|
+
]
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
HERE = os.path.abspath(os.path.dirname(__file__))
|
|
29
|
+
|
|
30
|
+
with io.open(os.path.join(HERE, 'README.md')) as f:
|
|
31
|
+
LDESCRIPTION = f.read()
|
|
32
|
+
|
|
33
|
+
setup(
|
|
34
|
+
name=NAME,
|
|
35
|
+
version=VERSION,
|
|
36
|
+
author=AUTHOR,
|
|
37
|
+
author_email=EMAIL,
|
|
38
|
+
python_requires=REQUIRES_PYTHON,
|
|
39
|
+
url=URL,
|
|
40
|
+
long_description=LDESCRIPTION,
|
|
41
|
+
long_description_content_type='text/markdown',
|
|
42
|
+
license='MIT',
|
|
43
|
+
packages=find_packages(),
|
|
44
|
+
install_requires =REQUIRED,
|
|
45
|
+
include_package_data=True,
|
|
46
|
+
zip_safe=False,
|
|
47
|
+
classifiers=CLASSIFIERS,
|
|
48
|
+
)
|
mergetbapi-0.0.1/pyproject.toml
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
[project]
|
|
2
|
-
name = "mergetbapi"
|
|
3
|
-
version = "0.0.1"
|
|
4
|
-
authors = [
|
|
5
|
-
{ name="Brian Kocoloski", email="bkocolos@isi.edu" },
|
|
6
|
-
]
|
|
7
|
-
description = "Python bindings for the GRPC client interface to the MergeTB API"
|
|
8
|
-
readme = "README.md"
|
|
9
|
-
requires-python = ">=3.8"
|
|
10
|
-
classifiers = [
|
|
11
|
-
"Programming Language :: Python :: 3",
|
|
12
|
-
"License :: OSI Approved :: MIT License",
|
|
13
|
-
"Operating System :: OS Independent",
|
|
14
|
-
"Intended Audience :: Developers",
|
|
15
|
-
"Intended Audience :: End Users/Desktop",
|
|
16
|
-
"Development Status :: 4 - Beta",
|
|
17
|
-
]
|
|
18
|
-
dependencies = [
|
|
19
|
-
"betterproto==2.0.0b6",
|
|
20
|
-
"grpclib==0.4.7",
|
|
21
|
-
]
|
|
22
|
-
|
|
23
|
-
[project.urls]
|
|
24
|
-
Homepage = "https://gitlab.com/mergetb/api"
|
|
25
|
-
Issues = "https://gitlab.com/mergetb/api/-/issues"
|
|
26
|
-
Documentation = "https://mergetb.gitlab.io/api/"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mergetbapi-0.0.1 → mergetbapi-0.0.3}/src/grpc/gateway/protoc_gen_openapiv2/options/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|