File: pyproject-parser.1

package info (click to toggle)
python-pyproject-parser 0.13.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,432 kB
  • sloc: python: 3,086; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 891 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.TH pyproject-parser "1" "Jan 2023" "pyproject-parser" "Parser for 'pyproject.toml' file"
.SH NAME
\fBpyproject-parser \fP- "Parser for 'pyproject.toml' file"
\fB
.SH USAGE
pyproject-parser [OPTIONS] COMMAND [ARGS]\.\.\.
.SH 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.
.SH OPTIONS
.TP
.B
\fB-h\fP, \fB--help\fP
Show the help message and exit.
.SH COMMANDS
.TP
.B
check
Validate the given ``pyproject.toml`` file.
.TP
.B
info
Extracts information from the given ``pyproject.toml`` file and
prints the JSON representation.
.TP
.B
reformat
Reformat the given ``pyproject.toml`` file.
.SH AUTHORS
Written by Dominic Davis-Foste <dominic@davis-foster.co.uk>
.PP
This manual page was written by Josenison F. da Silva <nilsonfsilva@hotmail.com>