1PIP-CACHE(1)                          pip                         PIP-CACHE(1)
2
3
4

NAME

6       pip-cache - description of pip cache command
7

DESCRIPTION

9       Inspect and manage pip's wheel cache.
10
11       Subcommands:
12
13       · dir: Show the cache directory.
14
15       · info: Show information about the cache.
16
17       · list: List filenames of packages stored in the cache.
18
19       · remove: Remove one or more package from the cache.
20
21       · purge: Remove all items from the cache.
22
23       <pattern> can be a glob expression or a package name.
24
25

USAGE

27          pip cache dir
28          pip cache info
29          pip cache list [<pattern>]
30          pip cache remove <pattern>
31          pip cache purge
32

OPTIONS

34       -h, --help
35              Show help.
36
37       --isolated
38              Run  pip in an isolated mode, ignoring environment variables and
39              user configuration.
40
41       -v, --verbose
42              Give more output. Option is additive, and can be used  up  to  3
43              times.
44
45       -V, --version
46              Show version and exit.
47
48       -q, --quiet
49              Give  less  output.  Option is additive, and can be used up to 3
50              times (corresponding to WARNING,  ERROR,  and  CRITICAL  logging
51              levels).
52
53       --log <path>
54              Path to a verbose appending log.
55
56       --no-input
57              Disable prompting for input.
58
59       --proxy <proxy>
60              Specify a proxy in the form [user:passwd@]proxy.server:port.
61
62       --retries <retries>
63              Maximum   number  of  retries  each  connection  should  attempt
64              (default 5 times).
65
66       --timeout <sec>
67              Set the socket timeout (default 15 seconds).
68
69       --exists-action <action>
70              Default action when a path already exists:  (s)witch,  (i)gnore,
71              (w)ipe, (b)ackup, (a)bort.
72
73       --trusted-host <hostname>
74              Mark this host or host:port pair as trusted, even though it does
75              not have valid or any HTTPS.
76
77       --cert <path>
78              Path to alternate CA bundle.
79
80       --client-cert <path>
81              Path to SSL client certificate, a  single  file  containing  the
82              private key and the certificate in PEM format.
83
84       --cache-dir <dir>
85              Store the cache data in <dir>.
86
87       --no-cache-dir
88              Disable the cache.
89
90       --disable-pip-version-check
91              Don't periodically check PyPI to determine whether a new version
92              of pip is available for download. Implied with --no-index.
93
94       --no-color
95              Suppress colored output
96
97       --no-python-version-warning
98              Silence deprecation warnings for upcoming unsupported Pythons.
99
100       --use-feature <feature>
101              Enable new functionality, that may be backward incompatible.
102
103       --use-deprecated <feature>
104              Enable deprecated functionality, that will  be  removed  in  the
105              future.
106
107

AUTHOR

109       pip developers
110
112       2008-2020, PyPA
113
114
115
116
11720.2                            August 05, 2020                   PIP-CACHE(1)
Impressum