swarmauri_evaluator_externalimports 0.1.1__py3-none-any.whl → 0.1.2.dev1__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-0.1.2.dev1.dist-info/METADATA +44 -0
- swarmauri_evaluator_externalimports-0.1.2.dev1.dist-info/RECORD +7 -0
- swarmauri_evaluator_externalimports-0.1.1.dist-info/METADATA +0 -20
- swarmauri_evaluator_externalimports-0.1.1.dist-info/RECORD +0 -7
- {swarmauri_evaluator_externalimports-0.1.1.dist-info → swarmauri_evaluator_externalimports-0.1.2.dev1.dist-info}/LICENSE +0 -0
- {swarmauri_evaluator_externalimports-0.1.1.dist-info → swarmauri_evaluator_externalimports-0.1.2.dev1.dist-info}/WHEEL +0 -0
- {swarmauri_evaluator_externalimports-0.1.1.dist-info → swarmauri_evaluator_externalimports-0.1.2.dev1.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,44 @@
|
|
1
|
+
Metadata-Version: 2.3
|
2
|
+
Name: swarmauri_evaluator_externalimports
|
3
|
+
Version: 0.1.2.dev1
|
4
|
+
Summary: Evaluator that detects and penalizes non-built-in Python imports in source files
|
5
|
+
License: Apache-2.0
|
6
|
+
Keywords: swarmauri,evaluator,imports,dependencies,static analysis,code quality,external modules,standard library
|
7
|
+
Author: SwarmAuri Team
|
8
|
+
Author-email: info@swarmauri.com
|
9
|
+
Requires-Python: >=3.10,<3.13
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
11
|
+
Classifier: Natural Language :: English
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
15
|
+
Classifier: Development Status :: 3 - Alpha
|
16
|
+
Requires-Dist: swarmauri_base
|
17
|
+
Requires-Dist: swarmauri_core
|
18
|
+
Description-Content-Type: text/markdown
|
19
|
+
|
20
|
+

|
21
|
+
|
22
|
+
<p align="center">
|
23
|
+
<a href="https://pypi.org/project/swarmauri_evaluator_externalimports/">
|
24
|
+
<img src="https://img.shields.io/pypi/dm/swarmauri_evaluator_externalimports" alt="PyPI - Downloads"/></a>
|
25
|
+
<a href="https://pypi.org/project/swarmauri_evaluator_externalimports/">
|
26
|
+
<img src="https://img.shields.io/pypi/pyversions/swarmauri_evaluator_externalimports" alt="PyPI - Python Version"/></a>
|
27
|
+
<a href="https://pypi.org/project/swarmauri_evaluator_externalimports/">
|
28
|
+
<img src="https://img.shields.io/pypi/l/swarmauri_evaluator_externalimports" alt="PyPI - License"/></a>
|
29
|
+
<a href="https://pypi.org/project/swarmauri_evaluator_externalimports/">
|
30
|
+
<img src="https://img.shields.io/pypi/v/swarmauri_evaluator_externalimports?label=swarmauri_evaluator_externalimports&color=green" alt="PyPI - swarmauri_evaluator_externalimports"/></a>
|
31
|
+
</p>
|
32
|
+
|
33
|
+
---
|
34
|
+
|
35
|
+
# Swarmauri Evaluator Externalimports
|
36
|
+
|
37
|
+
Evaluator that detects and penalizes non-built-in Python imports in source files.
|
38
|
+
|
39
|
+
## Installation
|
40
|
+
|
41
|
+
```bash
|
42
|
+
pip install swarmauri_evaluator_externalimports
|
43
|
+
```
|
44
|
+
|
@@ -0,0 +1,7 @@
|
|
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,,
|
@@ -1,20 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.3
|
2
|
-
Name: swarmauri_evaluator_externalimports
|
3
|
-
Version: 0.1.1
|
4
|
-
Summary: Evaluator that detects and penalizes non-built-in Python imports in source files
|
5
|
-
License: Apache-2.0
|
6
|
-
Keywords: swarmauri,evaluator,imports,dependencies,static analysis,code quality,external modules,standard library
|
7
|
-
Author: SwarmAuri Team
|
8
|
-
Author-email: info@swarmauri.com
|
9
|
-
Requires-Python: >=3.10,<3.13
|
10
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
11
|
-
Classifier: Natural Language :: English
|
12
|
-
Classifier: Programming Language :: Python :: 3.10
|
13
|
-
Classifier: Programming Language :: Python :: 3.11
|
14
|
-
Classifier: Programming Language :: Python :: 3.12
|
15
|
-
Classifier: Development Status :: 3 - Alpha
|
16
|
-
Requires-Dist: swarmauri_base
|
17
|
-
Requires-Dist: swarmauri_core
|
18
|
-
Description-Content-Type: text/markdown
|
19
|
-
|
20
|
-
pip install swarmauri_evaluator_externalimports
|
@@ -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.1.dist-info/LICENSE,sha256=KuY_Ti4-LaOiJ7LufahogACoVDNPKz3gJD_C2XCSUrE,11346
|
4
|
-
swarmauri_evaluator_externalimports-0.1.1.dist-info/METADATA,sha256=JGUo0xfuc32RuNZeu519E-lXDwf32R5aVZUcMnGfOaI,838
|
5
|
-
swarmauri_evaluator_externalimports-0.1.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
6
|
-
swarmauri_evaluator_externalimports-0.1.1.dist-info/entry_points.txt,sha256=bDrlLXanyCgHKyMS4kGCQFs4AZNfRbEqACsc4XllPfE,110
|
7
|
-
swarmauri_evaluator_externalimports-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|