Skip to content

Commit

Permalink
Improve description of the parsable formats
Browse files Browse the repository at this point in the history
Reference: #153
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne authored Oct 18, 2023
1 parent 6aed064 commit 2018ae3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ Homepage: https://github.com/nexB/python-inspector and https://www.aboutcode.org

- resolve PyPI packages dependencies

- parse various manifests and packages files such as pip requirement files,
Pipfile, pyproject.toml, poetry.lock, setup.py and setup.cfg and legacy and
current metadata file formats for eggs, wheels and sdist.
- parse various requirements.txt files and setup.py files as input
for resolving dependencies.

- parse additionally various manifests and packages files such as
Pipfile, pyproject.toml, poetry.lock and setup.cfg and legacy and
current metadata file formats for eggs, wheels and sdist. These
have not been wired with the command line yet.

- query PyPI JSON and simple APIs for package information

Expand Down

0 comments on commit 2018ae3

Please sign in to comment.