/opt/alt/python34/lib/python3.4/site-packages/pip/commands
Edit: /opt/alt/python34/lib/python3.4/site-packages/pip/commands/uninstall.pyo (2716B)
Ñò
*‘Rec @ sV d d k l Z l Z l Z d d k l Z d d k l Z d e f d „ ƒ YZ d S( iÿÿÿÿ( t InstallRequirementt RequirementSett parse_requirements( t Command( t InstallationErrort UninstallCommandc B s2 e Z d Z d Z d Z d Z d „ Z d „ Z RS( sB
Uninstall packages.
pip is able to uninstall most installed packages. Known exceptions are:
- Pure distutils packages installed with ``python setup.py install``, which
leave behind no metadata to determine what files were installed.
- Script wrappers installed by ``python setup.py develop``.
t uninstallsU
%prog [options]
...
%prog [options] -r ...s Uninstall packages.c
O s‰ t t | ƒ i | | Ž | i i d d d d d d d g d d d
d ƒ| i i d d
d d d d d
d ƒ| i i d | i ƒ d S( Ns -rs
--requirementt destt requirementst actiont appendt defaultt metavart filet helpsj Uninstall all the packages listed in the given requirements file. This option can be used multiple times.s -ys --yest yest
store_trues2 Don't ask for confirmation of uninstall deletions.i ( t superR t __init__t cmd_optst
add_optiont parsert insert_option_group( t selft argst kw( ( sG /opt/alt/python34/lib/python3.4/site-packages/pip/commands/uninstall.pyR s c C sÜ | i | ƒ } t d d d d d d d | ƒ } x$ | D] } | i t i | ƒ ƒ q7 WxA | i D]6 } x- t | d | d | ƒD] } | i | ƒ q€ Wqa W| i p t d t
d | i ƒ ƒ ‚ n | i d | i
ƒ d S( Nt build_dirt src_dirt download_dirt sessiont optionssL You must give at least one requirement to %(name)s (see "pip help %(name)s")t namet auto_confirm( t _build_sessionR t Nonet add_requirementR t from_lineR R t has_requirementsR t dictR R R ( R R R R t requirement_setR t filenamet req( ( sG /opt/alt/python34/lib/python3.4/site-packages/pip/commands/uninstall.pyt run( s(
( t __name__t
__module__t __doc__R t usaget summaryR R* ( ( ( sG /opt/alt/python34/lib/python3.4/site-packages/pip/commands/uninstall.pyR s N( t pip.reqR R R t pip.basecommandR t pip.exceptionsR R ( ( ( sG /opt/alt/python34/lib/python3.4/site-packages/pip/commands/uninstall.pyt s