bk-plugin-framework 2.2.8__tar.gz → 2.2.10__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.
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/PKG-INFO +6 -3
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/__version__.py +1 -1
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/management/commands/data/api-definition.yml +9 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/management/commands/sync_plugin_apigw.py +4 -4
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/pyproject.toml +2 -2
- bk-plugin-framework-2.2.8/setup.py +0 -57
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/constants.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/envs.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/hub/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/kit/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/kit/api.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/kit/authentication.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/kit/decorators.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/kit/plugin.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/metrics.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/callback/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/callback/api.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/callback/apps.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/callback/celery/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/callback/celery/queues.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/callback/celery/tasks.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/callback/migrations/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/callbacker.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/executor.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/loghub/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/loghub/admin.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/loghub/apps.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/loghub/log.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/loghub/migrations/0001_initial.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/loghub/migrations/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/loghub/models.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/admin.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/apps.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/celery/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/celery/beat.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/celery/queues.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/celery/tasks.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/migrations/0001_initial.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/migrations/0002_schedule_finish_at.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/migrations/0003_auto_20210830_1945.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/migrations/0004_schedule_scheduling.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/migrations/0005_schedule_err.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/migrations/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/models.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/schedule/utils.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/admin.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/api/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/api/callback.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/api/detail.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/api/invoke.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/api/logs.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/api/meta.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/api/permissions.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/api/plugin_api_dispatch.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/api/schedule.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/api/serializers/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/apps.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/management/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/management/commands/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/management/commands/data/api-resources.yml +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/management/commands/data/api-strategy-cors.yml +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/middlewares.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/migrations/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/bpf_service/urls.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/debug_panel/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/debug_panel/management/commands/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/debug_panel/management/commands/rundebugserver.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/debug_panel/migrations/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/debug_panel/views.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/utils/__init__.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/utils/local.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/utils/log.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/utils/module_load.py +0 -0
- {bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/utils/validations.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: bk-plugin-framework
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.10
|
|
4
4
|
Summary: bk plugin python framework
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Your Name
|
|
@@ -8,12 +8,15 @@ Author-email: you@example.com
|
|
|
8
8
|
Requires-Python: >=3.6.1,<4.0.0
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.7
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.8
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.9
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
18
|
Requires-Dist: apigw-manager[extra] (>=1.0.6,<4)
|
|
16
|
-
Requires-Dist: bk-plugin-runtime (==2.0.
|
|
19
|
+
Requires-Dist: bk-plugin-runtime (==2.0.11)
|
|
17
20
|
Requires-Dist: jsonschema (>=2.5.0,<5.0.0)
|
|
18
21
|
Requires-Dist: pydantic (>=1.0,<3)
|
|
19
22
|
Requires-Dist: werkzeug (>=2.0.0,<4.0)
|
|
@@ -13,6 +13,15 @@ stage:
|
|
|
13
13
|
hosts:
|
|
14
14
|
- host: "{{ settings.BK_PLUGIN_APIGW_BACKEND_SCHEME }}://{{ settings.BK_PLUGIN_APIGW_BACKEND_NETLOC }}/"
|
|
15
15
|
weight: 100
|
|
16
|
+
plugin_configs:
|
|
17
|
+
- type: bk-cors
|
|
18
|
+
yaml: |-
|
|
19
|
+
allow_origins: {{ settings.BK_APIGW_CORS_ALLOW_ORIGINS }}
|
|
20
|
+
allow_methods: {{ settings.BK_APIGW_CORS_ALLOW_METHODS }}
|
|
21
|
+
allow_headers: {{ settings.BK_APIGW_CORS_ALLOW_HEADERS }}
|
|
22
|
+
expose_headers: ''
|
|
23
|
+
max_age: 86400
|
|
24
|
+
allow_credential: true
|
|
16
25
|
|
|
17
26
|
release:
|
|
18
27
|
comment: "auto release by bk-plugin-runtime"
|
|
@@ -28,10 +28,10 @@ class Command(BaseCommand):
|
|
|
28
28
|
print("[bk-plugin-framework]call sync_apigw_strategies with definition: %s" % definition_file_path)
|
|
29
29
|
call_command("sync_apigw_strategies", file=definition_file_path)
|
|
30
30
|
|
|
31
|
-
if getattr(settings, "BK_APIGW_CORS_ALLOW_ORIGINS"):
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
31
|
+
# if getattr(settings, "BK_APIGW_CORS_ALLOW_ORIGINS"):
|
|
32
|
+
# strategy_cors_file_path = os.path.join(__file__.rsplit("/", 1)[0], "data/api-strategy-cors.yml")
|
|
33
|
+
# print("[bk-plugin-framework]call sync_apigw_strategies cors with strategy: %s" % strategy_cors_file_path)
|
|
34
|
+
# call_command("sync_apigw_strategies", file=strategy_cors_file_path)
|
|
35
35
|
|
|
36
36
|
print("[bk-plugin-framework]call create_version_and_release_apigw with definition: %s" % definition_file_path)
|
|
37
37
|
call_command(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "bk-plugin-framework"
|
|
3
|
-
version = "2.2.
|
|
3
|
+
version = "2.2.10"
|
|
4
4
|
description = "bk plugin python framework"
|
|
5
5
|
authors = ["Your Name <you@example.com>"]
|
|
6
6
|
license = "MIT"
|
|
@@ -10,7 +10,7 @@ python = "^3.6.1,<4.0"
|
|
|
10
10
|
pydantic = ">=1.0,<3"
|
|
11
11
|
werkzeug = ">=2.0.0, <4.0"
|
|
12
12
|
apigw-manager = {version = ">=1.0.6, <4", extras = ["extra"]}
|
|
13
|
-
bk-plugin-runtime = "2.0.
|
|
13
|
+
bk-plugin-runtime = "2.0.11"
|
|
14
14
|
jsonschema = ">=2.5.0,<5.0.0"
|
|
15
15
|
|
|
16
16
|
[tool.poetry.dev-dependencies]
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
from setuptools import setup
|
|
3
|
-
|
|
4
|
-
packages = \
|
|
5
|
-
['bk_plugin_framework',
|
|
6
|
-
'bk_plugin_framework.hub',
|
|
7
|
-
'bk_plugin_framework.kit',
|
|
8
|
-
'bk_plugin_framework.runtime',
|
|
9
|
-
'bk_plugin_framework.runtime.callback',
|
|
10
|
-
'bk_plugin_framework.runtime.callback.celery',
|
|
11
|
-
'bk_plugin_framework.runtime.callback.migrations',
|
|
12
|
-
'bk_plugin_framework.runtime.loghub',
|
|
13
|
-
'bk_plugin_framework.runtime.loghub.migrations',
|
|
14
|
-
'bk_plugin_framework.runtime.schedule',
|
|
15
|
-
'bk_plugin_framework.runtime.schedule.celery',
|
|
16
|
-
'bk_plugin_framework.runtime.schedule.migrations',
|
|
17
|
-
'bk_plugin_framework.services',
|
|
18
|
-
'bk_plugin_framework.services.bpf_service',
|
|
19
|
-
'bk_plugin_framework.services.bpf_service.api',
|
|
20
|
-
'bk_plugin_framework.services.bpf_service.api.serializers',
|
|
21
|
-
'bk_plugin_framework.services.bpf_service.management',
|
|
22
|
-
'bk_plugin_framework.services.bpf_service.management.commands',
|
|
23
|
-
'bk_plugin_framework.services.bpf_service.migrations',
|
|
24
|
-
'bk_plugin_framework.services.debug_panel',
|
|
25
|
-
'bk_plugin_framework.services.debug_panel.management.commands',
|
|
26
|
-
'bk_plugin_framework.services.debug_panel.migrations',
|
|
27
|
-
'bk_plugin_framework.utils']
|
|
28
|
-
|
|
29
|
-
package_data = \
|
|
30
|
-
{'': ['*'],
|
|
31
|
-
'bk_plugin_framework.services.bpf_service.management.commands': ['data/*']}
|
|
32
|
-
|
|
33
|
-
install_requires = \
|
|
34
|
-
['apigw-manager[extra]>=1.0.6,<4',
|
|
35
|
-
'bk-plugin-runtime==2.0.9',
|
|
36
|
-
'jsonschema>=2.5.0,<5.0.0',
|
|
37
|
-
'pydantic>=1.0,<3',
|
|
38
|
-
'werkzeug>=2.0.0,<4.0']
|
|
39
|
-
|
|
40
|
-
setup_kwargs = {
|
|
41
|
-
'name': 'bk-plugin-framework',
|
|
42
|
-
'version': '2.2.8',
|
|
43
|
-
'description': 'bk plugin python framework',
|
|
44
|
-
'long_description': None,
|
|
45
|
-
'author': 'Your Name',
|
|
46
|
-
'author_email': 'you@example.com',
|
|
47
|
-
'maintainer': None,
|
|
48
|
-
'maintainer_email': None,
|
|
49
|
-
'url': None,
|
|
50
|
-
'packages': packages,
|
|
51
|
-
'package_data': package_data,
|
|
52
|
-
'install_requires': install_requires,
|
|
53
|
-
'python_requires': '>=3.6.1,<4.0.0',
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
setup(**setup_kwargs)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/hub/__init__.py
RENAMED
|
File without changes
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/kit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/kit/authentication.py
RENAMED
|
File without changes
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/kit/decorators.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/callback/api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/callbacker.py
RENAMED
|
File without changes
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/executor.py
RENAMED
|
File without changes
|
|
File without changes
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/loghub/admin.py
RENAMED
|
File without changes
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/loghub/apps.py
RENAMED
|
File without changes
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/runtime/loghub/log.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
|
|
File without changes
|
|
File without changes
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/services/__init__.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
|
|
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
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/utils/module_load.py
RENAMED
|
File without changes
|
{bk-plugin-framework-2.2.8 → bk_plugin_framework-2.2.10}/bk_plugin_framework/utils/validations.py
RENAMED
|
File without changes
|