U
    @vg                     @   s~   d dl mZ d dlZd dlmZ d dlmZ d dlmZ d dl	m
Z
 d dlmZ d dlmZ d	d
dddhZG dd deZdS )    )absolute_importN)
WheelCache)
cmdoptions)Command)FormatControl)freeze)stdlib_pkgspip
setuptoolsZ
distributewheelzpkg-resourcesc                       s0   e Zd ZdZdZdZ fddZdd Z  ZS )FreezeCommandzx
    Output installed packages in requirements format.

    packages are listed in a case-insensitive sorted order.
    z
      %prog [options])ext://sys.stderrr   c              	      s   t t| j|| | jjddddg ddd | jjdd	d
dg ddd | jjddddddd | jjdddddd | jt  | jjdddddt d | jjddddd | j	
d| j d S ) Nz-rz--requirementrequirementsappendfilez}Use the order in the given requirements file and its comments when generating output. This option can be used multiple times.)destactiondefaultmetavarhelpz-fz--find-links
find_linksURLz<URL for finding packages, which will be added to the output.z-lz--locallocal
store_trueFzUIf in a virtualenv that has global access, do not output globally-installed packages.)r   r   r   r   z--useruserz,Only output packages installed in user-site.z--all
freeze_allz,Do not skip these packages in the output: %sz, )r   r   r   z--exclude-editableexclude_editablez%Exclude editable package from output.r   )superr   __init__cmd_opts
add_optionr   	list_pathjoinDEV_PKGSparserinsert_option_group)selfargskw	__class__ A/tmp/pip-unpacked-wheel-gw11q0wt/pip/_internal/commands/freeze.pyr      sd     	  zFreezeCommand.__init__c                 C   s   t t t }t|j|}tt}|js2|t t	| t
|j|j|j|j|j|j|j|||jd
}z$tf |D ]}tj|d  qtW 5 |  X d S )N)
requirementr   
local_only	user_onlypaths
skip_regexisolatedwheel_cacheskipr   
)r   setr   	cache_dirr   r   updater#   r   check_list_path_optiondictr   r   r   r   pathskip_requirements_regexisolated_moder   cleanupr   sysstdoutwrite)r&   optionsr'   format_controlr3   r4   Zfreeze_kwargsliner+   r+   r,   runM   s,    

zFreezeCommand.run)	__name__
__module____qualname____doc__usagelog_streamsr   rE   __classcell__r+   r+   r)   r,   r      s
   0r   )
__future__r   r?   pip._internal.cacher   Zpip._internal.clir   pip._internal.cli.base_commandr   #pip._internal.models.format_controlr   Zpip._internal.operations.freezer   pip._internal.utils.compatr   r#   r   r+   r+   r+   r,   <module>   s   