‹“Re, ã @ sê d d l m Z d d l Z d d l Z d d l Z d d l j j j Z d d l m
Z
d d l m Z m
Z
d d l m Z m Z d d l m Z e rÁ d d l m Z d d l m Z m Z e j e ƒ Z Gd d
„ d
e
ƒ Z d S)é )Úabsolute_importN)ÚCommand)ÚERRORÚSUCCESS)ÚCommandErrorÚPipError)ÚMYPY_CHECK_RUNNING)ÚValues)ÚAnyÚListc @ s‚ e Z d Z d Z d Z d Z d d „ Z d d „ Z d d „ Z d
d „ Z d d
„ Z
d d „ Z d d „ Z d d „ Z
d S)ÚCacheCommandaw
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.
``