Current Path: > > opt > alt > python27 > lib > > python2.7 > site-packages > pip > > _internal > commands
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.py | File | 4100 bytes | November 13 2023 21:11:11. | |
__init__.pyc | File | 3752 bytes | November 13 2023 21:11:11. | |
cache.py | File | 5676 bytes | November 13 2023 21:11:11. | |
cache.pyc | File | 6198 bytes | November 13 2023 21:11:11. | |
check.py | File | 1677 bytes | November 13 2023 21:11:11. | |
check.pyc | File | 2137 bytes | November 13 2023 21:11:11. | |
completion.py | File | 3081 bytes | November 13 2023 21:11:11. | |
completion.pyc | File | 3843 bytes | November 13 2023 21:11:11. | |
configuration.py | File | 9344 bytes | November 13 2023 21:11:11. | |
configuration.pyc | File | 10800 bytes | November 13 2023 21:11:11. | |
debug.py | File | 7314 bytes | November 13 2023 21:11:11. | |
debug.pyc | File | 8962 bytes | November 13 2023 21:11:11. | |
download.py | File | 4918 bytes | November 13 2023 21:11:11. | |
download.pyc | File | 5057 bytes | November 13 2023 21:11:11. | |
freeze.py | File | 3452 bytes | November 13 2023 21:11:11. | |
freeze.pyc | File | 4025 bytes | November 13 2023 21:11:11. | |
hash.py | File | 1843 bytes | November 13 2023 21:11:11. | |
hash.pyc | File | 3039 bytes | November 13 2023 21:11:11. | |
help.py | File | 1270 bytes | November 13 2023 21:11:11. | |
help.pyc | File | 1909 bytes | November 13 2023 21:11:11. | |
install.py | File | 28727 bytes | November 13 2023 21:11:11. | |
install.pyc | File | 22045 bytes | November 13 2023 21:11:11. | |
list.py | File | 11312 bytes | November 13 2023 21:11:11. | |
list.pyc | File | 11753 bytes | November 13 2023 21:11:11. | |
search.py | File | 5756 bytes | November 13 2023 21:11:11. | |
search.pyc | File | 6443 bytes | November 13 2023 21:11:11. | |
show.py | File | 6996 bytes | November 13 2023 21:11:11. | |
show.pyc | File | 7179 bytes | November 13 2023 21:11:11. | |
uninstall.py | File | 3311 bytes | November 13 2023 21:11:11. | |
uninstall.pyc | File | 3806 bytes | November 13 2023 21:11:11. | |
wheel.py | File | 6419 bytes | November 13 2023 21:11:11. | |
wheel.pyc | File | 6188 bytes | November 13 2023 21:11:11. |
� �Rec @ s d d l Z d d l Z d d l Z d d l m Z d d l m Z m Z d d l m Z m Z m Z d d l m Z d d l m Z d d l m Z m Z d d l m Z e r� d d l m Z m Z m Z d d l m Z d d l m Z n e j e � Z d e f d � � YZ d S( i����N( t Command( t ERRORt SUCCESS( t Configurationt get_configuration_filest kinds( t PipError( t indent_log( t get_progt write_output( t MYPY_CHECK_RUNNING( t Listt Anyt Optional( t Values( t Kindt ConfigurationCommandc B s� e Z d Z e Z d Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z RS( sh Manage local and global configuration. Subcommands: - list: List the active configuration (or from the file specified) - edit: Edit the configuration file in an editor - get: Get the value associated with name - set: Set the name=value - unset: Unset the value associated with name - debug: List the configuration files and values defined under them If none of --user, --global and --site are passed, a virtual environment configuration file is used if one is active and the file exists. Otherwise, all modifications happen on the to the user file by default. s %prog [<file-option>] list %prog [<file-option>] [--editor <editor-path>] edit %prog [<file-option>] get name %prog [<file-option>] set name value %prog [<file-option>] unset name %prog [<file-option>] debug c C s� | j j d d d d d d d d d �| j j d d d d d d t d d �| j j d d d d d d t d d �| j j d d d d d d t d d �| j j d | j � d S( Ns --editort destt editort actiont storet defaultt helps\ Editor to use to edit the file. Uses VISUAL or EDITOR environment variables if not provided.s --globalt global_filet store_trues+ Use the system-wide configuration file onlys --usert user_files$ Use the user configuration file onlys --sitet site_files3 Use the current environment configuration file onlyi ( t cmd_optst add_optiont Nonet Falset parsert insert_option_group( t self( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/commands/configuration.pyt add_options8 s2 c C s@ i | j d 6| j d 6| j d 6| j d 6| j d 6| j d 6} | sY | d | k r| t j d d j t | � � � t S| d } y | j | d | d k �} Wn( t k r� } t j | j d � t SXt d | j d | � | _ | j j � y | | | | d � Wn( t k r;} t j | j d � t SXt S( Nt listt editt gett sett unsett debugi s Need an action (%s) to perform.s , t need_valuet isolatedt load_onlyi ( R% R&