<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>

7Reϋ  c               @   s   d  d l  Z  d  d l m Z m Z d  d l m Z m Z d  d l m Z d  d l	 m
 Z
 d  d l m Z Gd d   d e  Z d S(	   i    N(   u   build_prefixu
   src_prefix(   u   display_pathu
   backup_dir(   u   logger(   u   InstallationError(   u   InstallCommandc                sV   |  Ee  Z d  Z d Z d Z d Z d Z d	 Z   f d d   Z	   f d d   Z
   S(
   u   BundleCommandu9   Create pybundles (archives containing multiple packages).u   bundleu:   
      %prog [options] <bundle name>.pybundle <package>...u   DEPRECATED. Create pybundles.c                s   t  t |   j | |   |  j j d  } t t d  | _ |  j j d  } t t d  | _ |  j j	 i | j | j
 6| j | j
 6  d  S(   Nu   --buildu   -bundleu   --src(   u   superu   BundleCommandu   __init__u   parseru
   get_optionu
   backup_diru   build_prefixu   defaultu
   src_prefixu   set_defaultsu   dest(   u   selfu   argsu   kwu	   build_optu   src_opt(   u	   __class__(    u,   /tmp/pip-zej_zi-build/pip/commands/bundle.pyu   __init__   s    u   BundleCommand.__init__c                s   t  j d d  | s% t d   n  d | _ t  j d t | j  t | j  f  | j	 d  |  _
 t t |   j | |  } | S(   Nu   1.6u   DEPRECATION: 'pip bundle' and support for installing from *.pybundle files is deprecated. See https://github.com/pypa/pip/pull/1046u   You must give a bundle filenameuB   Putting temporary build files in %s and source/develop files in %si    T(   u   loggeru
   deprecatedu   InstallationErroru   Trueu   ignore_installedu   notifyu   display_pathu	   build_diru   src_diru   popu   bundle_filenameu   superu   BundleCommandu   run(   u   selfu   optionsu   argsu   requirement_set(   u	   __class__(    u,   /tmp/pip-zej_zi-build/pip/commands/bundle.pyu   run   s    		 u   BundleCommand.runT(   u   __name__u
   __module__u   __qualname__u   __doc__u   nameu   usageu   summaryu   Trueu   bundleu   __init__u   run(   u
   __locals__(    (   u	   __class__u,   /tmp/pip-zej_zi-build/pip/commands/bundle.pyu   BundleCommand	   s   u   BundleCommand(   u   textwrapu   pip.locationsu   build_prefixu
   src_prefixu   pip.utilu   display_pathu
   backup_diru   pip.logu   loggeru   pip.exceptionsu   InstallationErroru   pip.commands.installu   InstallCommandu   BundleCommand(    (    (    u,   /tmp/pip-zej_zi-build/pip/commands/bundle.pyu   <module>   s   