Server IP : 162.213.251.212 / Your IP : 3.15.197.189 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/commands/ |
Upload File : |
� �Rec @@ 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 n e j e � Z d e f d � � YZ d S( i ( t absolute_importN( t Command( t ERRORt SUCCESS( t CommandErrort PipError( t MYPY_CHECK_RUNNING( t Values( t Anyt Listt CacheCommandc B@ sb e Z d Z e Z d Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z RS( sw 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. s| %prog dir %prog info %prog list [<pattern>] %prog remove <pattern> %prog purge c C@ s� i | j d 6| j d 6| j d 6| j d 6| j d 6} | j sR t j d � t S| si | d | k r� t j d d j t | � � � t S| d } y | | | | d � Wn( t k r� } t j | j d � t SXt S( Nt dirt infot listt removet purges<