logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pyproject-info - extract information from the given 'pyproject.toml' file

Authors

       Written by Dominic Davis-Foste <dominic@davis-foster.co.uk>

       This manual page was written by Josenison F. da Silva <nilsonfsilva@hotmail.com>

pyproject-info                                      Jan 2023                                   pyproject-info(1)

Description

       Pyproject-info    extracts  information  from  the  given  'pyproject.toml'  file  and  prints  the  JSON
       representation.

Name

pyproject-info - extract information from the given 'pyproject.toml' file

Options

-r,--resolve
              Resolve file key in project.readme and project.license (if present) to retrieve the content of the
              file.

       -i,--indentINTEGER
              Add indentation to the JSON output.

       -f,--fileTEXT
              The ``pyproject.toml`` file.

       -P,--parser-classTEXT
              The class to parse the 'pyproject.toml' file with.  [default: pyproject_parser:PyProject]

       -T,--traceback
              Show the complete traceback on error.

       -h,--help
              Show the help message and exit.

Usage

       pyproject-info [OPTIONS] [PROJECT]

See Also