From 2018ae3f6a923e144644c50ef60e7bac3a54475f Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Wed, 18 Oct 2023 16:16:27 +0200 Subject: [PATCH] Improve description of the parsable formats Reference: https://github.com/nexB/python-inspector/issues/153 Signed-off-by: Philippe Ombredanne --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 80fa609c..39dbacb0 100644 --- a/README.rst +++ b/README.rst @@ -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