ok
Direktori : /opt/alt/python33/lib/python3.3/site-packages/pip/commands/ |
Current File : //opt/alt/python33/lib/python3.3/site-packages/pip/commands/list.pyo |
� �2{Yc @ s� d d l m Z d d l m Z m Z d d l m Z d d l m Z d d l m Z d d l m Z m Z d d l m Z m Z d e f d � � YZ d S( i����( t Command( t DistributionNotFoundt BestVersionAlreadyInstalled( t PackageFinder( t logger( t InstallRequirement( t get_installed_distributionst dist_is_editable( t make_option_groupt index_groupt ListCommandc B sz e Z d Z d Z d Z d Z d g Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z RS( s- List installed packages, including editables.t lists %prog [options]s List installed packages.t pythonc O s t t | � j | | � | j } | j d d d d d t d d �| j d d d d d t d d �| j d d d d d t d d �| j d d d d d t d d �| j d d d d t d d �t t | j � } | j j d | � | j j d | � d S( Ns -os --outdatedt actiont store_truet defaultt helps, List outdated packages (excluding editables)s -us --uptodates, List uptodate packages (excluding editables)s -es --editables List editable projects.s -ls --localsS If in a virtualenv that has global access, do not list globally-installed packages.s --presY Include pre-release and development versions. By default, pip only finds stable versions.i ( t superR t __init__t cmd_optst add_optiont FalseR R t parsert insert_option_group( t selft argst kwR t index_opts( ( sB /opt/alt/python33/lib/python3.3/site-packages/pip/commands/list.pyR s<