pilot-platform-common 1.0.2__tar.gz → 2.0.0__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 (57) hide show
  1. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/PKG-INFO +3 -3
  2. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/README.md +1 -1
  3. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/pilot_platform_common.egg-info/PKG-INFO +3 -3
  4. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/pyproject.toml +2 -2
  5. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/setup.py +2 -2
  6. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/__init__.py +0 -0
  7. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/geid/__init__.py +0 -0
  8. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/geid/geid_client.py +0 -0
  9. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/jwt_handler/JWTHandler.py +0 -0
  10. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/jwt_handler/__init__.py +0 -0
  11. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/jwt_handler/jwt_handler_exception.py +0 -0
  12. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/jwt_handler/models.py +0 -0
  13. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/logging/__init__.py +0 -0
  14. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/logging/formatter.py +0 -0
  15. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/logging/logger.py +0 -0
  16. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/logging/logging.py +0 -0
  17. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/models/__init__.py +0 -0
  18. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/models/config_center_policy.py +0 -0
  19. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/models/service_id_generator.py +0 -0
  20. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/object_storage_adaptor/__init__.py +0 -0
  21. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/object_storage_adaptor/base_client.py +0 -0
  22. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/object_storage_adaptor/boto3_admin_client.py +0 -0
  23. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/object_storage_adaptor/boto3_client.py +0 -0
  24. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/object_storage_adaptor/minio_policy_client.py +0 -0
  25. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/permissions/__init__.py +0 -0
  26. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/permissions/exceptions.py +0 -0
  27. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/permissions/permissions.py +0 -0
  28. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/permissions/permissions_manager.py +0 -0
  29. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/permissions/schemas.py +0 -0
  30. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/project/__init__.py +0 -0
  31. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/project/project_client.py +0 -0
  32. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/project/project_exceptions.py +0 -0
  33. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/services/__init__.py +0 -0
  34. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/services/auth_client.py +0 -0
  35. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/vault/__init__.py +0 -0
  36. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/vault/vault_client.py +0 -0
  37. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/vault/vault_exception.py +0 -0
  38. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/pilot_platform_common.egg-info/SOURCES.txt +0 -0
  39. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/pilot_platform_common.egg-info/dependency_links.txt +0 -0
  40. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/pilot_platform_common.egg-info/requires.txt +0 -0
  41. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/pilot_platform_common.egg-info/top_level.txt +0 -0
  42. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/setup.cfg +0 -0
  43. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/__init__.py +0 -0
  44. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/conftest.py +0 -0
  45. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/fixtures/__init__.py +0 -0
  46. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/fixtures/fake.py +0 -0
  47. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/fixtures/metadata.py +0 -0
  48. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/permissions/__init__.py +0 -0
  49. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/permissions/test_auth_client.py +0 -0
  50. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/permissions/test_permissions.py +0 -0
  51. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/permissions/test_permissions_manager.py +0 -0
  52. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/test_formatter.py +0 -0
  53. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/test_geid_client.py +0 -0
  54. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/test_jwt_handler.py +0 -0
  55. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/test_logging.py +0 -0
  56. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/test_project_client.py +0 -0
  57. {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/test_vault_client.py +0 -0
@@ -1,18 +1,18 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pilot-platform-common
3
- Version: 1.0.2
3
+ Version: 2.0.0
4
4
  Summary: Generates entity ID and connects with Vault (secret engine) to retrieve credentials
5
5
  Author: Indoc Systems
6
6
  Author-email: etaylor@indocresearch.org
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: Operating System :: OS Independent
9
- Requires-Python: >=3.9
9
+ Requires-Python: >=3.10
10
10
  Description-Content-Type: text/markdown
11
11
 
12
12
  # common
13
13
 
14
14
  [![Run Tests](https://github.com/PilotDataPlatform/common/actions/workflows/run-tests.yml/badge.svg?branch=develop)](https://github.com/PilotDataPlatform/common/actions/workflows/run-tests.yml)
15
- [![Python](https://img.shields.io/badge/python-3.8-brightgreen.svg)](https://www.python.org/)
15
+ [![Python](https://img.shields.io/badge/python-3.10-brightgreen.svg)](https://www.python.org/)
16
16
  [![PyPI](https://img.shields.io/pypi/v/pilot-platform-common.svg)](https://pypi.org/project/pilot-platform-common/)
17
17
 
18
18
  Importable package responsible for cross-service tasks within the Pilot Platform (e.g. logging, Vault connection, etc.).
@@ -1,7 +1,7 @@
1
1
  # common
2
2
 
3
3
  [![Run Tests](https://github.com/PilotDataPlatform/common/actions/workflows/run-tests.yml/badge.svg?branch=develop)](https://github.com/PilotDataPlatform/common/actions/workflows/run-tests.yml)
4
- [![Python](https://img.shields.io/badge/python-3.8-brightgreen.svg)](https://www.python.org/)
4
+ [![Python](https://img.shields.io/badge/python-3.10-brightgreen.svg)](https://www.python.org/)
5
5
  [![PyPI](https://img.shields.io/pypi/v/pilot-platform-common.svg)](https://pypi.org/project/pilot-platform-common/)
6
6
 
7
7
  Importable package responsible for cross-service tasks within the Pilot Platform (e.g. logging, Vault connection, etc.).
@@ -1,18 +1,18 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pilot-platform-common
3
- Version: 1.0.2
3
+ Version: 2.0.0
4
4
  Summary: Generates entity ID and connects with Vault (secret engine) to retrieve credentials
5
5
  Author: Indoc Systems
6
6
  Author-email: etaylor@indocresearch.org
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: Operating System :: OS Independent
9
- Requires-Python: >=3.9
9
+ Requires-Python: >=3.10
10
10
  Description-Content-Type: text/markdown
11
11
 
12
12
  # common
13
13
 
14
14
  [![Run Tests](https://github.com/PilotDataPlatform/common/actions/workflows/run-tests.yml/badge.svg?branch=develop)](https://github.com/PilotDataPlatform/common/actions/workflows/run-tests.yml)
15
- [![Python](https://img.shields.io/badge/python-3.8-brightgreen.svg)](https://www.python.org/)
15
+ [![Python](https://img.shields.io/badge/python-3.10-brightgreen.svg)](https://www.python.org/)
16
16
  [![PyPI](https://img.shields.io/pypi/v/pilot-platform-common.svg)](https://pypi.org/project/pilot-platform-common/)
17
17
 
18
18
  Importable package responsible for cross-service tasks within the Pilot Platform (e.g. logging, Vault connection, etc.).
@@ -1,11 +1,11 @@
1
1
  [tool.poetry]
2
2
  name = "common"
3
- version = "1.0.2"
3
+ version = "2.0.0"
4
4
  description = ""
5
5
  authors = ["Indoc Systems"]
6
6
 
7
7
  [tool.poetry.dependencies]
8
- python = "^3.9"
8
+ python = "^3.10"
9
9
  python-dotenv = ">=0.19.1"
10
10
  python-json-logger = ">= 0.1.11, <= 2.02"
11
11
  aioboto3 = "^9.6.0"
@@ -11,7 +11,7 @@ long_description = (this_directory / 'README.md').read_text()
11
11
 
12
12
  setuptools.setup(
13
13
  name='pilot-platform-common',
14
- version='1.0.2',
14
+ version='2.0.0',
15
15
  author='Indoc Systems',
16
16
  author_email='etaylor@indocresearch.org',
17
17
  description='Generates entity ID and connects with Vault (secret engine) to retrieve credentials',
@@ -22,7 +22,7 @@ setuptools.setup(
22
22
  'Programming Language :: Python :: 3',
23
23
  'Operating System :: OS Independent',
24
24
  ],
25
- python_requires='>=3.9',
25
+ python_requires='>=3.10',
26
26
  install_requires=[
27
27
  'python-dotenv>=0.19.1',
28
28
  'httpx>=0.23.0,<0.27.0',