prospector 1.15.4a1__py3-none-any.whl → 1.16.0__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.
@@ -1,7 +1,8 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.1
2
2
  Name: prospector
3
- Version: 1.15.4a1
3
+ Version: 1.16.0
4
4
  Summary: Prospector is a tool to analyse Python code by aggregating the result of other tools.
5
+ Home-page: http://prospector.readthedocs.io
5
6
  License: GPLv2+
6
7
  Keywords: pylint,prospector,static code analysis
7
8
  Author: Carl Crowder
@@ -18,23 +19,25 @@ Classifier: Operating System :: Unix
18
19
  Classifier: Programming Language :: Python :: 3
19
20
  Classifier: Programming Language :: Python :: 3.9
20
21
  Classifier: Programming Language :: Python :: 3.10
22
+ Classifier: Programming Language :: Python :: 3.10
21
23
  Classifier: Programming Language :: Python :: 3.11
22
24
  Classifier: Programming Language :: Python :: 3.12
23
25
  Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.9
24
27
  Classifier: Topic :: Software Development :: Quality Assurance
25
- Provides-Extra: with-bandit
26
- Provides-Extra: with-everything
27
- Provides-Extra: with-mypy
28
- Provides-Extra: with-pyright
29
- Provides-Extra: with-pyroma
30
- Provides-Extra: with-ruff
31
- Provides-Extra: with-vulture
28
+ Provides-Extra: with_bandit
29
+ Provides-Extra: with_everything
30
+ Provides-Extra: with_mypy
31
+ Provides-Extra: with_pyright
32
+ Provides-Extra: with_pyroma
33
+ Provides-Extra: with_ruff
34
+ Provides-Extra: with_vulture
32
35
  Requires-Dist: GitPython (>=3.1.27,<4.0.0)
33
36
  Requires-Dist: PyYAML
34
- Requires-Dist: bandit (>=1.5.1) ; extra == "with-bandit" or extra == "with-everything"
37
+ Requires-Dist: bandit (>=1.5.1); extra == "with_bandit" or extra == "with_everything"
35
38
  Requires-Dist: dodgy (>=0.2.1,<0.3.0)
36
39
  Requires-Dist: mccabe (>=0.7.0,<0.8.0)
37
- Requires-Dist: mypy (>=0.600) ; extra == "with-mypy" or extra == "with-everything"
40
+ Requires-Dist: mypy (>=0.600); extra == "with_mypy" or extra == "with_everything"
38
41
  Requires-Dist: packaging
39
42
  Requires-Dist: pep8-naming (>=0.3.3,<=0.10.0)
40
43
  Requires-Dist: pycodestyle (>=2.9.0)
@@ -43,14 +46,13 @@ Requires-Dist: pyflakes (>=2.2.0)
43
46
  Requires-Dist: pylint (>=3.0)
44
47
  Requires-Dist: pylint-celery (==0.3)
45
48
  Requires-Dist: pylint-django (>=2.6.1)
46
- Requires-Dist: pyright (>=1.1.3) ; extra == "with-pyright" or extra == "with-everything"
47
- Requires-Dist: pyroma (>=2.4) ; extra == "with-pyroma" or extra == "with-everything"
49
+ Requires-Dist: pyright (>=1.1.3); extra == "with_pyright" or extra == "with_everything"
50
+ Requires-Dist: pyroma (>=2.4); extra == "with_pyroma" or extra == "with_everything"
48
51
  Requires-Dist: requirements-detector (>=1.3.2)
49
- Requires-Dist: ruff ; extra == "with-ruff" or extra == "with-everything"
52
+ Requires-Dist: ruff; extra == "with_ruff" or extra == "with_everything"
50
53
  Requires-Dist: setoptconf-tmp (>=0.3.1,<0.4.0)
51
54
  Requires-Dist: toml (>=0.10.2,<0.11.0)
52
- Requires-Dist: vulture (>=1.5) ; extra == "with-vulture" or extra == "with-everything"
53
- Project-URL: Homepage, http://prospector.readthedocs.io
55
+ Requires-Dist: vulture (>=1.5); extra == "with_vulture" or extra == "with_everything"
54
56
  Project-URL: Repository, https://github.com/PyCQA/prospector
55
57
  Description-Content-Type: text/x-rst
56
58
 
@@ -66,8 +66,8 @@ prospector/tools/pyroma/__init__.py,sha256=GPQRJZfbs_SI0RBTyySz-4SIuM__YoLfXAm7u
66
66
  prospector/tools/ruff/__init__.py,sha256=vQLBI7PvrnKIUVbi3XKSES6mH5UUz99X2QNBk3QAIAI,3932
67
67
  prospector/tools/utils.py,sha256=cRCogsMCH0lPBhdujPsIY0ovNAL6TAxBMohZRES02-4,1770
68
68
  prospector/tools/vulture/__init__.py,sha256=eaTh4X5onNlBMuz1x0rmcRn7x5XDVDgqftjIEd47eWI,3583
69
- prospector-1.15.4a1.dist-info/LICENSE,sha256=WoTRadDy8VbcIKoVzl5Q1QipuD_cexAf3ul4MaVLttc,18044
70
- prospector-1.15.4a1.dist-info/METADATA,sha256=aGqdN09IQoh1yHMiRcA3oeXzpc-TVyY2XMKwF0Eqf-o,9845
71
- prospector-1.15.4a1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
72
- prospector-1.15.4a1.dist-info/entry_points.txt,sha256=SxvCGt8MJTEZefHAvwnUc6jDetgCaaYY1Zpifuk8tqU,50
73
- prospector-1.15.4a1.dist-info/RECORD,,
69
+ prospector-1.16.0.dist-info/entry_points.txt,sha256=SxvCGt8MJTEZefHAvwnUc6jDetgCaaYY1Zpifuk8tqU,50
70
+ prospector-1.16.0.dist-info/LICENSE,sha256=WoTRadDy8VbcIKoVzl5Q1QipuD_cexAf3ul4MaVLttc,18044
71
+ prospector-1.16.0.dist-info/WHEEL,sha256=gSF7fibx4crkLz_A-IKR6kcuq0jJ64KNCkG8_bcaEao,88
72
+ prospector-1.16.0.dist-info/METADATA,sha256=Mulp0eIjJja3FNFvJD8k71pPVAqQgWg0oUVDgxwVWBM,9926
73
+ prospector-1.16.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.1
2
+ Generator: poetry-core 1.2.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any