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.
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/PKG-INFO +3 -3
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/README.md +1 -1
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/pilot_platform_common.egg-info/PKG-INFO +3 -3
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/pyproject.toml +2 -2
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/setup.py +2 -2
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/__init__.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/geid/__init__.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/geid/geid_client.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/jwt_handler/JWTHandler.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/jwt_handler/__init__.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/jwt_handler/jwt_handler_exception.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/jwt_handler/models.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/logging/__init__.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/logging/formatter.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/logging/logger.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/logging/logging.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/models/__init__.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/models/config_center_policy.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/models/service_id_generator.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/object_storage_adaptor/__init__.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/object_storage_adaptor/base_client.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/object_storage_adaptor/boto3_admin_client.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/object_storage_adaptor/boto3_client.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/object_storage_adaptor/minio_policy_client.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/permissions/__init__.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/permissions/exceptions.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/permissions/permissions.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/permissions/permissions_manager.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/permissions/schemas.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/project/__init__.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/project/project_client.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/project/project_exceptions.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/services/__init__.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/services/auth_client.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/vault/__init__.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/vault/vault_client.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/vault/vault_exception.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/pilot_platform_common.egg-info/SOURCES.txt +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/pilot_platform_common.egg-info/dependency_links.txt +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/pilot_platform_common.egg-info/requires.txt +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/pilot_platform_common.egg-info/top_level.txt +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/setup.cfg +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/__init__.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/conftest.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/fixtures/__init__.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/fixtures/fake.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/fixtures/metadata.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/permissions/__init__.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/permissions/test_auth_client.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/permissions/test_permissions.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/permissions/test_permissions_manager.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/test_formatter.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/test_geid_client.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/test_jwt_handler.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/test_logging.py +0 -0
- {pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/test_project_client.py +0 -0
- {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:
|
|
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
|
+
Requires-Python: >=3.10
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
|
|
12
12
|
# common
|
|
13
13
|
|
|
14
14
|
[](https://github.com/PilotDataPlatform/common/actions/workflows/run-tests.yml)
|
|
15
|
-
[](https://www.python.org/)
|
|
16
16
|
[](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
|
[](https://github.com/PilotDataPlatform/common/actions/workflows/run-tests.yml)
|
|
4
|
-
[](https://www.python.org/)
|
|
5
5
|
[](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.).
|
{pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/pilot_platform_common.egg-info/PKG-INFO
RENAMED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pilot-platform-common
|
|
3
|
-
Version:
|
|
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
|
+
Requires-Python: >=3.10
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
|
|
12
12
|
# common
|
|
13
13
|
|
|
14
14
|
[](https://github.com/PilotDataPlatform/common/actions/workflows/run-tests.yml)
|
|
15
|
-
[](https://www.python.org/)
|
|
16
16
|
[](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 = "
|
|
3
|
+
version = "2.0.0"
|
|
4
4
|
description = ""
|
|
5
5
|
authors = ["Indoc Systems"]
|
|
6
6
|
|
|
7
7
|
[tool.poetry.dependencies]
|
|
8
|
-
python = "^3.
|
|
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='
|
|
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.
|
|
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',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/jwt_handler/JWTHandler.py
RENAMED
|
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
|
{pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/models/config_center_policy.py
RENAMED
|
File without changes
|
{pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/models/service_id_generator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/permissions/exceptions.py
RENAMED
|
File without changes
|
{pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/permissions/permissions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/project/project_client.py
RENAMED
|
File without changes
|
{pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/common/project/project_exceptions.py
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/permissions/test_auth_client.py
RENAMED
|
File without changes
|
{pilot-platform-common-1.0.2 → pilot-platform-common-2.0.0}/tests/permissions/test_permissions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|