prospector 1.17.3__py3-none-any.whl → 1.18.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,8 +1,9 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: prospector
3
- Version: 1.17.3
3
+ Version: 1.18.0
4
4
  Summary: Prospector is a tool to analyse Python code by aggregating the result of other tools.
5
5
  License: GPLv2+
6
+ License-File: LICENSE
6
7
  Keywords: prospector,pylint,static code analysis
7
8
  Author: Carl Crowder
8
9
  Author-email: git@carlcrowder.com
@@ -20,6 +21,7 @@ Classifier: Programming Language :: Python :: 3.10
20
21
  Classifier: Programming Language :: Python :: 3.11
21
22
  Classifier: Programming Language :: Python :: 3.12
22
23
  Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Programming Language :: Python :: 3.14
23
25
  Classifier: Topic :: Software Development :: Quality Assurance
24
26
  Provides-Extra: with-bandit
25
27
  Provides-Extra: with-everything
@@ -40,14 +42,14 @@ Requires-Dist: pep8-naming (>=0.3.3,<=0.10.0)
40
42
  Requires-Dist: pycodestyle (>=2.9.0)
41
43
  Requires-Dist: pydocstyle (>=2.0.0)
42
44
  Requires-Dist: pyflakes (>=2.2.0)
43
- Requires-Dist: pylint (>=3.0)
45
+ Requires-Dist: pylint (>=4.0)
44
46
  Requires-Dist: pylint-celery (==0.3)
45
47
  Requires-Dist: pylint-django (>=2.6.1)
46
48
  Requires-Dist: pyright ; extra == "with-everything"
47
49
  Requires-Dist: pyright ; extra == "with-pyright"
48
50
  Requires-Dist: pyroma ; extra == "with-everything"
49
51
  Requires-Dist: pyroma ; extra == "with-pyroma"
50
- Requires-Dist: requirements-detector (>=1.3.2)
52
+ Requires-Dist: requirements-detector (>=1.5.0)
51
53
  Requires-Dist: ruff ; extra == "with-everything"
52
54
  Requires-Dist: ruff ; extra == "with-ruff"
53
55
  Requires-Dist: setoptconf-tmp (>=0.3.1,<0.4.0)
@@ -67,8 +67,8 @@ prospector/tools/pyroma/__init__.py,sha256=GPQRJZfbs_SI0RBTyySz-4SIuM__YoLfXAm7u
67
67
  prospector/tools/ruff/__init__.py,sha256=vQLBI7PvrnKIUVbi3XKSES6mH5UUz99X2QNBk3QAIAI,3932
68
68
  prospector/tools/utils.py,sha256=cRCogsMCH0lPBhdujPsIY0ovNAL6TAxBMohZRES02-4,1770
69
69
  prospector/tools/vulture/__init__.py,sha256=eaTh4X5onNlBMuz1x0rmcRn7x5XDVDgqftjIEd47eWI,3583
70
- prospector-1.17.3.dist-info/LICENSE,sha256=WoTRadDy8VbcIKoVzl5Q1QipuD_cexAf3ul4MaVLttc,18044
71
- prospector-1.17.3.dist-info/METADATA,sha256=HbUB5qzW_iRIUL9CX3COf9ytTTeYoefytfp9dLjhKjk,9964
72
- prospector-1.17.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
73
- prospector-1.17.3.dist-info/entry_points.txt,sha256=SxvCGt8MJTEZefHAvwnUc6jDetgCaaYY1Zpifuk8tqU,50
74
- prospector-1.17.3.dist-info/RECORD,,
70
+ prospector-1.18.0.dist-info/METADATA,sha256=6drMc-h7d6hvgfZ-2jarjcSYHvO8kdPVHchOJrfVpxA,10037
71
+ prospector-1.18.0.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
72
+ prospector-1.18.0.dist-info/entry_points.txt,sha256=SxvCGt8MJTEZefHAvwnUc6jDetgCaaYY1Zpifuk8tqU,50
73
+ prospector-1.18.0.dist-info/licenses/LICENSE,sha256=WoTRadDy8VbcIKoVzl5Q1QipuD_cexAf3ul4MaVLttc,18044
74
+ prospector-1.18.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.3
2
+ Generator: poetry-core 2.3.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any