|
def | add_options (self) |
|
def | run (self, options, args) |
|
def | get_cache_dir (self, options, args) |
|
def | get_cache_info (self, options, args) |
|
def | list_cache_items (self, options, args) |
|
def | format_for_human (self, files) |
|
def | format_for_abspath (self, files) |
|
def | remove_cache_items (self, options, args) |
|
def | purge_cache (self, options, args) |
|
Public Member Functions inherited from Command |
def | __init__ (self, name, summary, isolated=False) |
|
def | handle_pip_version_check (self, options) |
|
def | parse_args (self, args) |
|
def | main (self, args) |
|
Public Member Functions inherited from CommandContextMixIn |
def | __init__ (self) |
|
def | main_context (self) |
|
def | enter_context (self, context_provider) |
|
Inspect and manage pip's wheel cache.
Subcommands:
- dir: Show the cache directory.
- info: Show information about the cache.
- list: List filenames of packages stored in the cache.
- remove: Remove one or more package from the cache.
- purge: Remove all items from the cache.
``<pattern>`` can be a glob expression or a package name.