swarmauri_evaluator_externalimports 0.1.2.dev1__py3-none-any.whl → 0.3.0.dev2__py3-none-any.whl
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.
- swarmauri_evaluator_externalimports/ExternalImportsEvaluator.py +1 -1
- {swarmauri_evaluator_externalimports-0.1.2.dev1.dist-info → swarmauri_evaluator_externalimports-0.3.0.dev2.dist-info}/METADATA +1 -1
- swarmauri_evaluator_externalimports-0.3.0.dev2.dist-info/RECORD +7 -0
- swarmauri_evaluator_externalimports-0.1.2.dev1.dist-info/RECORD +0 -7
- {swarmauri_evaluator_externalimports-0.1.2.dev1.dist-info → swarmauri_evaluator_externalimports-0.3.0.dev2.dist-info}/LICENSE +0 -0
- {swarmauri_evaluator_externalimports-0.1.2.dev1.dist-info → swarmauri_evaluator_externalimports-0.3.0.dev2.dist-info}/WHEEL +0 -0
- {swarmauri_evaluator_externalimports-0.1.2.dev1.dist-info → swarmauri_evaluator_externalimports-0.3.0.dev2.dist-info}/entry_points.txt +0 -0
@@ -6,7 +6,7 @@ import sys
|
|
6
6
|
from typing import Any, Dict, List, Literal, Set, Tuple
|
7
7
|
|
8
8
|
from swarmauri_base.evaluators.EvaluatorBase import EvaluatorBase
|
9
|
-
from
|
9
|
+
from swarmauri_base.ComponentBase import ComponentBase
|
10
10
|
from swarmauri_core.programs.IProgram import IProgram as Program
|
11
11
|
|
12
12
|
logger = logging.getLogger(__name__)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: swarmauri_evaluator_externalimports
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.3.0.dev2
|
4
4
|
Summary: Evaluator that detects and penalizes non-built-in Python imports in source files
|
5
5
|
License: Apache-2.0
|
6
6
|
Keywords: swarmauri,evaluator,imports,dependencies,static analysis,code quality,external modules,standard library
|
@@ -0,0 +1,7 @@
|
|
1
|
+
swarmauri_evaluator_externalimports/ExternalImportsEvaluator.py,sha256=BXCOnQRIKOb44aFYWzbAY9Je4lZUk1cTIV767UfrmDQ,9667
|
2
|
+
swarmauri_evaluator_externalimports/__init__.py,sha256=_vImyXi9iavsbhiwO94Kxyq9ZSRR2Stla8-jX4On60s,538
|
3
|
+
swarmauri_evaluator_externalimports-0.3.0.dev2.dist-info/LICENSE,sha256=KuY_Ti4-LaOiJ7LufahogACoVDNPKz3gJD_C2XCSUrE,11346
|
4
|
+
swarmauri_evaluator_externalimports-0.3.0.dev2.dist-info/METADATA,sha256=C8P1132kXqm9OO4_fPkVb5scrzEjN57Kw7xZQNboHGY,2005
|
5
|
+
swarmauri_evaluator_externalimports-0.3.0.dev2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
6
|
+
swarmauri_evaluator_externalimports-0.3.0.dev2.dist-info/entry_points.txt,sha256=bDrlLXanyCgHKyMS4kGCQFs4AZNfRbEqACsc4XllPfE,110
|
7
|
+
swarmauri_evaluator_externalimports-0.3.0.dev2.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
swarmauri_evaluator_externalimports/ExternalImportsEvaluator.py,sha256=vevq2lotoPT1euXJhWWvVl2YWAJ5PKTNiD5YB7eR7FM,9667
|
2
|
-
swarmauri_evaluator_externalimports/__init__.py,sha256=_vImyXi9iavsbhiwO94Kxyq9ZSRR2Stla8-jX4On60s,538
|
3
|
-
swarmauri_evaluator_externalimports-0.1.2.dev1.dist-info/LICENSE,sha256=KuY_Ti4-LaOiJ7LufahogACoVDNPKz3gJD_C2XCSUrE,11346
|
4
|
-
swarmauri_evaluator_externalimports-0.1.2.dev1.dist-info/METADATA,sha256=fuFNb660Px15dR0P872drI9avrhWLtl9FwpquESD7aQ,2005
|
5
|
-
swarmauri_evaluator_externalimports-0.1.2.dev1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
6
|
-
swarmauri_evaluator_externalimports-0.1.2.dev1.dist-info/entry_points.txt,sha256=bDrlLXanyCgHKyMS4kGCQFs4AZNfRbEqACsc4XllPfE,110
|
7
|
-
swarmauri_evaluator_externalimports-0.1.2.dev1.dist-info/RECORD,,
|
File without changes
|
File without changes
|