File: pip-missing-reqs.1

package info (click to toggle)
pip-check-reqs 2.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: python: 1,146; makefile: 3
file content (61 lines) | stat: -rw-r--r-- 1,932 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.\"                                      Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2020 Francois Marier <francois@debian.org>,
.\"
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH PIP-MISSING-REQS 1 "September  9 2020"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
pip-missing-reqs \- find packages that should not be in requirements
.SH SYNOPSIS
.B pip-missing-reqs
.RI [ options ] " files or directories"
.SH DESCRIPTION
This manual page documents briefly the
.B pip-missing-reqs
command.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBpip-missing-reqs\fP is a program that looks for missing and necessary
dependencies in a project's requirements.txt.
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-f IGNORE_FILES, \-\-ignore-file=IGNORE_FILES
File paths globs to ignore
.TP
.B \-\-requirements-file=PATH
Path to the requirements file (defaults to "requirements.txt")
.TP
.B \-m IGNORE_MODS, \-\-ignore-module=IGNORE_MODS
Used module names (globs are ok) to ignore
.TP
.B \-d, \-\-debug
Be *really* verbose.
.TP
.B \-v, \-\-verbose
Be more verbose.
.TP
.B \-\-version
Display version information.
.SH SEE ALSO
.BR pip-extra-reqs (1),