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-parser - "Parser for '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-parser                                    Jan 2023                                 pyproject-parser(1)

Commands

check  Validate the given ``pyproject.toml`` file.

       info   Extracts information from the given ``pyproject.toml`` file and prints the JSON representation.

       reformat
              Reformat the given ``pyproject.toml`` file.

Description

       Tool developed to parse the pyproject.toml file. In addition to the parsing library, pyproject-parser has
       a command-line interface for validating and reformatting pyproject.toml files.

Name

pyproject-parser - "Parser for 'pyproject.toml' file"

Options

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

Usage

       pyproject-parser [OPTIONS] COMMAND [ARGS]...

See Also