mergetbapi 0.0.2__tar.gz → 0.0.4__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.
Files changed (26) hide show
  1. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/PKG-INFO +9 -9
  2. {mergetbapi-0.0.2/src → mergetbapi-0.0.4}/mergetbapi.egg-info/PKG-INFO +9 -9
  3. {mergetbapi-0.0.2/src → mergetbapi-0.0.4}/mergetbapi.egg-info/SOURCES.txt +7 -6
  4. mergetbapi-0.0.4/mergetbapi.egg-info/not-zip-safe +1 -0
  5. mergetbapi-0.0.4/mergetbapi.egg-info/requires.txt +2 -0
  6. mergetbapi-0.0.4/mergetbapi.egg-info/top_level.txt +1 -0
  7. mergetbapi-0.0.4/setup.py +49 -0
  8. mergetbapi-0.0.2/pyproject.toml +0 -26
  9. mergetbapi-0.0.2/src/mergetbapi.egg-info/requires.txt +0 -2
  10. mergetbapi-0.0.2/src/mergetbapi.egg-info/top_level.txt +0 -7
  11. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/LICENSE.md +0 -0
  12. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/README.md +0 -0
  13. {mergetbapi-0.0.2/src → mergetbapi-0.0.4}/mergetbapi.egg-info/dependency_links.txt +0 -0
  14. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/setup.cfg +0 -0
  15. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/src/__init__.py +0 -0
  16. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/src/google/__init__.py +0 -0
  17. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/src/google/api/__init__.py +0 -0
  18. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/src/grpc/__init__.py +0 -0
  19. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/src/grpc/gateway/__init__.py +0 -0
  20. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/src/grpc/gateway/protoc_gen_openapiv2/__init__.py +0 -0
  21. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/src/grpc/gateway/protoc_gen_openapiv2/options/__init__.py +0 -0
  22. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/src/portal/__init__.py +0 -0
  23. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/src/portal/v1/__init__.py +0 -0
  24. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/src/reconcile/__init__.py +0 -0
  25. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/src/validator/__init__.py +0 -0
  26. {mergetbapi-0.0.2 → mergetbapi-0.0.4}/src/xir/__init__.py +0 -0
@@ -1,22 +1,22 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mergetbapi
3
- Version: 0.0.2
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/
3
+ Version: 0.0.4
4
+ Summary: ('Client interface to the MergeTB API',)
5
+ Home-page: https://gitlab.com/mergeb/api
6
+ Author: Brian Kocoloski
7
+ Author-email: bkocolos@isi.edu
8
+ License: MIT
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Classifier: Intended Audience :: Developers
13
13
  Classifier: Intended Audience :: End Users/Desktop
14
14
  Classifier: Development Status :: 4 - Beta
15
- Requires-Python: >=3.8
15
+ Requires-Python: >=3
16
16
  Description-Content-Type: text/markdown
17
17
  License-File: LICENSE.md
18
- Requires-Dist: betterproto==2.0.0b6
19
- Requires-Dist: grpclib==0.4.7
18
+ Requires-Dist: betterproto>=2.0.0b6
19
+ Requires-Dist: grpclib>=0.4.7
20
20
 
21
21
  # mergetbapi
22
22
 
@@ -1,22 +1,22 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mergetbapi
3
- Version: 0.0.2
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/
3
+ Version: 0.0.4
4
+ Summary: ('Client interface to the MergeTB API',)
5
+ Home-page: https://gitlab.com/mergeb/api
6
+ Author: Brian Kocoloski
7
+ Author-email: bkocolos@isi.edu
8
+ License: MIT
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Classifier: Intended Audience :: Developers
13
13
  Classifier: Intended Audience :: End Users/Desktop
14
14
  Classifier: Development Status :: 4 - Beta
15
- Requires-Python: >=3.8
15
+ Requires-Python: >=3
16
16
  Description-Content-Type: text/markdown
17
17
  License-File: LICENSE.md
18
- Requires-Dist: betterproto==2.0.0b6
19
- Requires-Dist: grpclib==0.4.7
18
+ Requires-Dist: betterproto>=2.0.0b6
19
+ Requires-Dist: grpclib>=0.4.7
20
20
 
21
21
  # mergetbapi
22
22
 
@@ -1,6 +1,12 @@
1
1
  LICENSE.md
2
2
  README.md
3
- pyproject.toml
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,2 @@
1
+ betterproto>=2.0.0b6
2
+ grpclib>=0.4.7
@@ -0,0 +1,49 @@
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.4'
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
+ description=DESCRIPTION,
41
+ long_description=LDESCRIPTION,
42
+ long_description_content_type='text/markdown',
43
+ license='MIT',
44
+ packages=find_packages(),
45
+ install_requires =REQUIRED,
46
+ include_package_data=True,
47
+ zip_safe=False,
48
+ classifiers=CLASSIFIERS,
49
+ )
@@ -1,26 +0,0 @@
1
- [project]
2
- name = "mergetbapi"
3
- version = "0.0.2"
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/"
@@ -1,2 +0,0 @@
1
- betterproto==2.0.0b6
2
- grpclib==0.4.7
@@ -1,7 +0,0 @@
1
- __init__
2
- google
3
- grpc
4
- portal
5
- reconcile
6
- validator
7
- xir
File without changes
File without changes
File without changes
File without changes