File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- python-inspector - inspect Python packages dependencies and metadata
1
+ python-inspector - inspect Python package dependencies and metadata
2
2
=====================================================================
3
3
4
4
@@ -14,7 +14,7 @@ Homepage: https://github.com/aboutcode-org/python-inspector and https://www.abou
14
14
- parse various requirements.txt files and setup.py files as input
15
15
for resolving dependencies.
16
16
17
- - parse additionally various manifests and packages files such as
17
+ - parse various manifests and packages files such as
18
18
Pipfile, pyproject.toml, poetry.lock and setup.cfg and legacy and
19
19
current metadata file formats for eggs, wheels and sdist. These
20
20
have not been wired with the command line yet.
@@ -35,7 +35,7 @@ Testing
35
35
36
36
pytest -vvs
37
37
38
- - These are live tests to regenrate the tests with updated data run::
38
+ - There are live tests to regenerate the tests with updated data run::
39
39
40
40
PYINSP_REGEN_TEST_FIXTURES=yes pytest -vvs
41
41
You can’t perform that action at this time.
0 commit comments