File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,13 @@ Homepage: https://github.com/nexB/python-inspector and https://www.aboutcode.org
11
11
12
12
- resolve PyPI packages dependencies
13
13
14
- - parse various manifests and packages files such as pip requirement files,
15
- Pipfile, pyproject.toml, poetry.lock, setup.py and setup.cfg and legacy and
16
- current metadata file formats for eggs, wheels and sdist.
14
+ - parse various requirements.txt files and setup.py files as input
15
+ for resolving dependencies.
16
+
17
+ - parse additionally various manifests and packages files such as
18
+ Pipfile, pyproject.toml, poetry.lock and setup.cfg and legacy and
19
+ current metadata file formats for eggs, wheels and sdist. These
20
+ have not been wired with the command line yet.
17
21
18
22
- query PyPI JSON and simple APIs for package information
19
23
You can’t perform that action at this time.
0 commit comments