requirements-detector 1.4.0__py3-none-any.whl → 1.5.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,5 +1,4 @@
1
1
  import re
2
- import sys
3
2
  from pathlib import Path
4
3
  from typing import List, Optional, Union
5
4
 
@@ -1,25 +1,26 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: requirements-detector
3
- Version: 1.4.0
3
+ Version: 1.5.0
4
4
  Summary: Python tool to find and list requirements of a Python project
5
5
  License: MIT
6
+ License-File: LICENSE
6
7
  Keywords: python,requirements detector
7
8
  Author: Landscape.io
8
9
  Author-email: code@landscape.io
9
- Requires-Python: >=3.9,<4.0
10
+ Requires-Python: >=3.10,<4.0
10
11
  Classifier: Development Status :: 5 - Production/Stable
11
12
  Classifier: Environment :: Console
12
13
  Classifier: Intended Audience :: Developers
13
14
  Classifier: License :: OSI Approved :: MIT License
14
15
  Classifier: Operating System :: Unix
15
16
  Classifier: Programming Language :: Python :: 3
16
- Classifier: Programming Language :: Python :: 3.9
17
17
  Classifier: Programming Language :: Python :: 3.10
18
18
  Classifier: Programming Language :: Python :: 3.11
19
19
  Classifier: Programming Language :: Python :: 3.12
20
20
  Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Programming Language :: Python :: 3.14
21
22
  Classifier: Topic :: Software Development :: Quality Assurance
22
- Requires-Dist: astroid (>=3.0,<4.0)
23
+ Requires-Dist: astroid (>=4.0,<5.0)
23
24
  Requires-Dist: packaging (>=21.3)
24
25
  Requires-Dist: semver (>=3.0.0,<4.0.0)
25
26
  Requires-Dist: tomli (>=2.2.1,<3.0.0) ; python_version < "3.11"
@@ -1,6 +1,6 @@
1
1
  requirements_detector/__init__.py,sha256=biTfMJJ-e-rHIf7Iuz9lCtEFdoFkMs2sjY_4mDImdWs,506
2
2
  requirements_detector/__main__.py,sha256=U6nHQrMwd11auXYgQsT0wqqqKyyGKXxHZ_SDaaOi878,59
3
- requirements_detector/detect.py,sha256=_QrtRRWW-bNBJN6F_ZN6Bsm-qdBV-vJJ8-PzQ6n4TZQ,6874
3
+ requirements_detector/detect.py,sha256=eJGCqG8zflBQDhSVjfR7nOzLvfXD2GjqdeTUBAJovl4,6863
4
4
  requirements_detector/exceptions.py,sha256=bTy7-ZvAXt-nucXKnaYIBxa5FngtFpD95FXswejc7Wk,103
5
5
  requirements_detector/formatters.py,sha256=zcxR2n2Tp8z3DHkpokbjHorNqei5LZ9hprWZK0ZBVik,340
6
6
  requirements_detector/handle_setup.py,sha256=K-tnZP9ioKO-zgVsDRaI9aBBZpMtQKLPkXyFWotohEk,3947
@@ -16,8 +16,8 @@ requirements_detector/poetry_semver/version_union.py,sha256=QPV9pRbjChCK79Ai3h5l
16
16
  requirements_detector/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  requirements_detector/requirement.py,sha256=7F0otckLuk62WHLQmRdIDIsTRXNeYZmpSy7f0Kofcd0,5742
18
18
  requirements_detector/run.py,sha256=v16Du3onkqrJLyVa5fSqq9FbEHaf1lfFhCylnxOGIU8,851
19
- requirements_detector-1.4.0.dist-info/LICENSE,sha256=548oOCrCNqQty8Fsqqry522lXdxnBTqLyzqr38ct-cw,1040
20
- requirements_detector-1.4.0.dist-info/METADATA,sha256=FrZk0zNO44UNc7Zb6HKPpZ9rlkv7VzUKZQJO2BrsVD4,3725
21
- requirements_detector-1.4.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
22
- requirements_detector-1.4.0.dist-info/entry_points.txt,sha256=c1Pyo5EK49kT1g7Wac3vwl0bVs0QBZeQ8Zia1WVL1do,69
23
- requirements_detector-1.4.0.dist-info/RECORD,,
19
+ requirements_detector-1.5.0.dist-info/METADATA,sha256=hmbxqaaNVFXWjYtTBQTNm0heWZr7GH-hW40JEDehulc,3749
20
+ requirements_detector-1.5.0.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
21
+ requirements_detector-1.5.0.dist-info/entry_points.txt,sha256=c1Pyo5EK49kT1g7Wac3vwl0bVs0QBZeQ8Zia1WVL1do,69
22
+ requirements_detector-1.5.0.dist-info/licenses/LICENSE,sha256=548oOCrCNqQty8Fsqqry522lXdxnBTqLyzqr38ct-cw,1040
23
+ requirements_detector-1.5.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