swarmauri_evaluator_externalimports 0.1.1__tar.gz → 0.1.2.dev1__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.
@@ -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
+ ![Swamauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)
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,24 @@
1
+ ![Swamauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)
2
+
3
+ <p align="center">
4
+ <a href="https://pypi.org/project/swarmauri_evaluator_externalimports/">
5
+ <img src="https://img.shields.io/pypi/dm/swarmauri_evaluator_externalimports" alt="PyPI - Downloads"/></a>
6
+ <a href="https://pypi.org/project/swarmauri_evaluator_externalimports/">
7
+ <img src="https://img.shields.io/pypi/pyversions/swarmauri_evaluator_externalimports" alt="PyPI - Python Version"/></a>
8
+ <a href="https://pypi.org/project/swarmauri_evaluator_externalimports/">
9
+ <img src="https://img.shields.io/pypi/l/swarmauri_evaluator_externalimports" alt="PyPI - License"/></a>
10
+ <a href="https://pypi.org/project/swarmauri_evaluator_externalimports/">
11
+ <img src="https://img.shields.io/pypi/v/swarmauri_evaluator_externalimports?label=swarmauri_evaluator_externalimports&color=green" alt="PyPI - swarmauri_evaluator_externalimports"/></a>
12
+ </p>
13
+
14
+ ---
15
+
16
+ # Swarmauri Evaluator Externalimports
17
+
18
+ Evaluator that detects and penalizes non-built-in Python imports in source files.
19
+
20
+ ## Installation
21
+
22
+ ```bash
23
+ pip install swarmauri_evaluator_externalimports
24
+ ```
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "swarmauri_evaluator_externalimports"
3
- version = "0.1.1"
3
+ version = "0.1.2.dev1"
4
4
  description = "Evaluator that detects and penalizes non-built-in Python imports in source files"
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
@@ -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 +0,0 @@
1
- pip install swarmauri_evaluator_externalimports