ó
Ý*ehc           @   s¤  d  Z  d d l Z d d l Z d d l m Z m Z i i d d 6d d 6d d	 6d
 d 6d d 6d d 6d d 6d d 6d 6i d d 6d d 6d d	 6d d 6d d 6d d 6d d 6d d 6d 6i d d 6d d 6d d	 6d d 6d d 6d d 6d d 6d d 6d 6i d d 6d d 6d d	 6d d 6d d 6d d 6d d 6d d 6d 6i d d 6d d 6d d	 6d d 6d  d 6d! d 6d" d 6d# 6i d$ d 6d$ d 6d% d	 6d% d 6d& d 6d' d 6d" d 6d( 6i d d 6d d 6d d	 6d d 6d  d 6d! d 6d" d 6d) 6i d* d 6d* d 6d+ d	 6d+ d 6d, d 6d! d 6d" d 6d- 6Z dV Z e j j	 ƒ  d. Z
 e j d/  Z e
 d. e
 d0 Z e j j e j ƒ Z e j j e j ƒ Z d a d Z d1 „  Z e j r´e j j e e j ƒ ƒ Z n e e j ƒ  ƒ Z e j d k r	d2 e d3 j ƒ  k r	e e j j e e ƒ ƒ Z n  e j d k rOd4 e d5 j ƒ  k rOe e j j e e e ƒ ƒ Z n  e j d k râe j j e j j e j j e ƒ ƒ ƒ j ƒ  d6 k râe j j e j j e ƒ ƒ j ƒ  d7 k râe e j j e e e e ƒ ƒ Z n  e j d k r(d8 e d9 j ƒ  k r(e e j j e e e ƒ ƒ Z n  d: e j k rXe j j e j j  d; ƒ ƒ Z n  d< „  Z! e! ƒ  Z" e" r x- dW D]" Z# d= e e# d <d> e e# d <qwWn  d? „  Z$ d@ „  Z% dA „  Z& dB „  Z' dC „  Z( d dD „ Z) dE „  Z* e* Z+ dF „  Z, dG „  Z- dH „  Z. d dI „ Z/ dJ „  Z0 dK „  Z1 dL „  Z2 e' ƒ  d e3 dM „ Z4 e' ƒ  d e3 dN „ Z5 dO „  Z6 dP „  Z7 dQ „  Z8 dR „  Z9 dS „  Z: dT „  Z; e< dU k r e; ƒ  n  d S(X   s7   Provide access to Python's configuration information.

iÿÿÿÿN(   t   pardirt   realpaths#   {base}/lib/python{py_version_short}t   stdlibs'   {platbase}/lib/python{py_version_short}t
   platstdlibs1   {base}/lib/python{py_version_short}/site-packagest   purelibs5   {platbase}/lib/python{py_version_short}/site-packagest   platlibs'   {base}/include/python{py_version_short}t   includes+   {platbase}/include/python{py_version_short}t   platincludes
   {base}/bint   scriptss   {base}t   datat   posix_prefixs   {base}/lib/pythons   {base}/include/pythont
   posix_homes
   {base}/Libs   {base}/Lib/site-packagess   {base}/Includes   {base}/Scriptst   ntt   os2s'   {userbase}/lib/python{py_version_short}s5   {userbase}/lib/python{py_version_short}/site-packagess+   {userbase}/include/python{py_version_short}s   {userbase}/bins
   {userbase}t   os2_homes#   {userbase}/Python{py_version_nodot}s1   {userbase}/Python{py_version_nodot}/site-packagess+   {userbase}/Python{py_version_nodot}/Includes   {userbase}/Scriptst   nt_usert
   posix_users   {userbase}/lib/pythons#   {userbase}/lib/python/site-packagess   {userbase}/includet   osx_framework_useri    i   i   c         C   s'   y t  |  ƒ SWn t k
 r" |  SXd  S(   N(   R   t   OSError(   t   path(    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   _safe_realpatha   s    t   pcbuildiøÿÿÿs   \pc\viöÿÿÿt   pcs   vs9.0s   \pcbuild\amd64iòÿÿÿt   _PYTHON_PROJECT_BASEt   .c          C   s=   x6 d D]. }  t  j j t  j j t d |  ƒ ƒ r t Sq Wt S(   Ns
   Setup.dists   Setup.localt   Modules(   s
   Setup.dists   Setup.local(   t   osR   t   isfilet   joint   _PROJECT_BASEt   Truet   False(   t   fn(    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   is_python_build€   s    $s   {projectbase}/Includes   {srcdir}c         C   sc   y |  j  |   SWnK t k
 r^ y |  j  t j   SWq_ t k
 rZ } t d | ƒ ‚ q_ Xn Xd  S(   Ns   {%s}(   t   formatt   KeyErrorR   t   environt   AttributeError(   t   st
   local_varst   var(    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   _subst_vars   s    c         C   sI   |  j  ƒ  } x6 | j ƒ  D]( \ } } | | k r7 q n  | |  | <q Wd  S(   N(   t   keyst   items(   t   target_dictt
   other_dictt   target_keyst   keyt   value(    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   _extend_dict–   s
    c         C   s“   i  } | d  k r i  } n  t | t ƒ  ƒ xa t |  j ƒ  D]O \ } } t j d k rl t j j | ƒ } n  t j j	 t
 | | ƒ ƒ | | <q< W| S(   Nt   posixR   (   R2   R   (   t   NoneR1   t   get_config_varst   _INSTALL_SCHEMESR+   R   t   nameR   t
   expandusert   normpathR)   (   t   schemet   varst   resR/   R0   (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   _expand_vars   s    	#c           C   s   t  j d k r d St  j S(   NR2   R
   (   R   R6   (    (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   _get_default_scheme©   s    c          C   s¿   t  j j d d  ƒ }  d „  } t  j d k r\ t  j j d ƒ pB d } |  rO |  S| | d ƒ St j d k r¨ t d ƒ } | r¨ |  r‡ |  S| d d	 | d
 t j d  ƒ Sn  |  r² |  S| d d ƒ S(   Nt   PYTHONUSERBASEc          W   s   t  j j t  j j |  Œ  ƒ S(   N(   R   R   R7   R   (   t   args(    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   joinuser±   s    R   t   APPDATAt   ~t   Pythont   darwint   PYTHONFRAMEWORKt   Librarys   %d.%di   s   .local(	   R   R$   t   getR3   R6   t   syst   platformt   get_config_vart   version_info(   t   env_baseR@   t   baset	   framework(    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   _getuserbase¯   s    	
c         C   s  d d l  } | j d ƒ } | j d ƒ } | j d ƒ } | d k rN i  } n  i  } i  } t |  ƒ  } | j ƒ  }	 Wd QXxà |	 D]Ø }
 |
 j d ƒ s‚ |
 j ƒ  d k r¯ q‚ n  | j |
 ƒ } | r‚ | j d d	 ƒ \ } } | j ƒ  } | j	 d
 d ƒ } d | k r| | | <qZy t
 | ƒ } Wn' t k
 rL| j	 d
 d ƒ | | <qZX| | | <q‚ q‚ Wx^| r¾xQ| j ƒ  D]C} | | } | j | ƒ pŸ| j | ƒ } | r°| j d ƒ } t } | | k rÜt | | ƒ } nB | | k rñt } n- | t j k rt j | } n d | | <} | r·| | j ƒ  } | | j ƒ   | | } d | k re| | | <q­y t
 | ƒ } Wn! t k
 r˜| j ƒ  | | <n X| | | <| | =q·qt| | =qtWqaWx< | j ƒ  D]. \ } } t | t ƒ rÌ| j ƒ  | | <qÌqÌW| j | ƒ | S(   sÌ   Parse a Makefile-style file.

    A dictionary containing name/value pairs is returned.  If an
    optional dictionary is passed in as the second argument, it is
    used instead of a new dictionary.
    iÿÿÿÿNs"   ([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)s   \$\(([A-Za-z][A-Za-z0-9_]*)\)s   \${([A-Za-z][A-Za-z0-9_]*)}t   #t    i   i   s   $$t   $(   t   ret   compileR3   t   opent	   readlinest
   startswitht   stript   matcht   groupt   replacet   intt
   ValueErrorR*   t   searchR   t   strR   R   R$   t   endt   startR+   t
   isinstancet   update(   t   filenameR:   RS   t   _variable_rxt   _findvar1_rxt   _findvar2_rxt   donet   notdonet   ft   linest   linet   mt   nt   vt   tmpvR6   R0   t   foundt   itemt   aftert   k(    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   _parse_makefileÃ   sp    	!	
	 
c           C   s5   t  r t j j t d ƒ St j j t d ƒ d d ƒ S(   s    Return the path of the Makefile.t   MakefileR   t   config(   t   _PYTHON_BUILDR   R   R   R   t   get_path(    (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   get_makefile_filename  s    c       	   C   s;  d d l  }  i  } t ƒ  } y t | | ƒ WnL t k
 rz } d | } t | d ƒ rk | d | j } n  t | ƒ ‚ n Xt ƒ  } y& t | ƒ  } t | | ƒ Wd QXWnL t k
 rø } d | } t | d ƒ ré | d | j } n  t | ƒ ‚ n Xt	 r| d | d <n  d } d	 t
 j k rYd d l } | j | ƒ }	 | |	 _ |	 t
 j | <n  d
 t ƒ  t
 j d  f }
 t t
 d ƒ r|
 d 7}
 n  y t j |
 ƒ Wn t k
 r³n Xt j j |
 | d ƒ } t | d ƒ 4 } | j d ƒ | j d ƒ |  j  | d | ƒWd QXt d d ƒ  } | j |
 ƒ Wd QXd S(   s;   Generate the Python module containing build-time variables.iÿÿÿÿNs.   invalid Python installation: unable to open %st   strerrors    (%s)t	   BLDSHAREDt   LDSHAREDt   _sysconfigdataRD   s   build/lib.%s-%si   t   gettotalrefcounts   -pydebugs   .pyt   wbsB   # system configuration generated and used by the sysconfig module
s   build_time_vars = t   streams   pybuilddir.txtt   w(   t   pprintRz   Ru   t   IOErrort   hasattrR{   t   get_config_h_filenameRU   t   parse_config_hRx   RH   RI   t   impt
   new_modulet   build_time_varst   modulest   get_platformt   versionR   t   makedirsR   R   R   t   write(   Rƒ   R:   t   makefilet   et   msgt   config_hRj   R6   Rˆ   t   modulet
   pybuilddirt   destfile(    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   _generate_posix_vars"  sR    	
	
	c         C   s!   d d l  m } |  j | ƒ d S(   s7   Initialize the module as appropriate for POSIX systems.iÿÿÿÿ(   RŠ   N(   R~   RŠ   Rc   (   R:   RŠ   (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   _init_posixf  s    c         C   sq   t  d ƒ |  d <t  d ƒ |  d <t  d ƒ |  d <d |  d <d	 |  d
 <t |  d <t j j t t j ƒ ƒ |  d <d S(   s+   Initialize the module as appropriate for NTR   t   LIBDESTR   t
   BINLIBDESTR   t	   INCLUDEPYs   .pydt   SOs   .exet   EXEt   VERSIONt   BINDIRN(   Ry   t   _PY_VERSION_SHORT_NO_DOTR   R   t   dirnameR   RH   t
   executable(   R:   (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   _init_non_posixl  s    


c   	      C   sï   d d l  } | d k r! i  } n  | j d ƒ } | j d ƒ } x© t rê |  j ƒ  } | s^ Pn  | j | ƒ } | r¼ | j d d ƒ \ } } y t | ƒ } Wn t k
 r® n X| | | <qB | j | ƒ } | rB d | | j d ƒ <qB qB W| S(   sÌ   Parse a config.h-style file.

    A dictionary containing name/value pairs is returned.  If an
    optional dictionary is passed in as the second argument, it is
    used instead of a new dictionary.
    iÿÿÿÿNs"   #define ([A-Z][A-Za-z0-9_]+) (.*)
s&   /[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/
i   i   i    (	   RS   R3   RT   R   t   readlineRY   RZ   R\   R]   (	   t   fpR:   RS   t	   define_rxt   undef_rxRl   Rm   Rn   Ro   (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyR‡   |  s*    		  c          C   sU   t  r6 t j d k r- t j j t d ƒ }  qB t }  n t d ƒ }  t j j |  d ƒ S(   s   Returns the path of pyconfig.h.R   t   PCR   s
   pyconfig.h(   Rx   R   R6   R   R   R   Ry   (   t   inc_dir(    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyR†   ™  s    	c          C   s    t  j ƒ  }  |  j ƒ  t |  ƒ S(   s-   Returns a tuple containing the schemes names.(   R5   R*   t   sortt   tuple(   t   schemes(    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   get_scheme_names¤  s    
c           C   s   t  S(   s+   Returns a tuple containing the paths names.(   t   _SCHEME_KEYS(    (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   get_path_namesª  s    c         C   s   | r t  |  | ƒ St |  Sd S(   s±   Returns a mapping containing an install scheme.

    ``scheme`` is the install scheme name. If not provided, it will
    return the default scheme for the current platform.
    N(   R<   R5   (   R9   R:   t   expand(    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt	   get_paths®  s    c         C   s   t  | | | ƒ |  S(   s\   Returns a path corresponding to the scheme.

    ``scheme`` is the install scheme name.
    (   R±   (   R6   R9   R:   R°   (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyRy   ¹  s    c          G   sâ  d d l  } t d k r£i  a t t d <t t d <t t d <t t d <t d t d t d	 <t t d
 <t t d <t t d <t j	 d k r– t
 t ƒ n  t j	 d k r² t t ƒ n  t ƒ  t d <d t k rØ t t d <n  t rut j	 d k rut } y t j ƒ  } Wn t k
 rd } n Xt j j t d ƒ ru| | k rut j j | t d ƒ } t j j | ƒ t d <qun  t j d k r£d d l } | j t ƒ q£n  |  rÚg  } x$ |  D] } | j t j | ƒ ƒ q¶W| St Sd S(   sy  With no arguments, return a dictionary of all configuration
    variables relevant for the current platform.

    On Unix, this means every variable defined in Python's installed Makefile;
    On Windows and Mac OS it's a much smaller set.

    With arguments, return a list of values that result from looking up
    each argument in the configuration variable dictionary.
    iÿÿÿÿNt   prefixt   exec_prefixt
   py_versiont   py_version_shorti    i   t   py_version_nodotRM   t   platbaset   projectbaseR   R   R2   t   userbaset   srcdirRD   (   R   R   (   RS   t   _CONFIG_VARSR3   t   _PREFIXt   _EXEC_PREFIXt   _PY_VERSIONt   _PY_VERSION_SHORTR   R   R6   R£   R˜   RO   Rx   t   getcwdR   R   t   isabsR   R8   RH   RI   t   _osx_supportt   customize_config_varst   appendRG   (   R?   RS   RM   t   cwdRº   RÂ   t   valsR6   (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyR4   À  sJ    








c         C   s   t  ƒ  j |  ƒ S(   s“   Return the value of a single variable using the dictionary returned by
    'get_config_vars()'.

    Equivalent to get_config_vars().get(name)
    (   R4   RG   (   R6   (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyRJ     s    c          C   s­  d d l  }  t j d k r¢ d } t j j | ƒ } | d k rF t j St j j d | ƒ } t j | t | ƒ | !j ƒ  } | d k r‹ d S| d k r› d	 St j Sd
 t j	 k r¼ t j	 d
 St j d k sÛ t
 t d ƒ râ t j St j ƒ  \ } } } } }	 | j ƒ  j d d ƒ } |	 j d d ƒ }	 |	 j d d ƒ }	 | d  d k rWd | |	 f S| d  d k rÎ| d d k rœd } d t | d ƒ d | d f } i d d 6d d 6}
 |	 d  |
 t j 7}	 qœnÎ | d!  d" k rìd | | f S| d  d# k rd$ | | | f S| d%  d& k rYd& } |  j d' ƒ } | j | ƒ } | rœ| j ƒ  } qœnC | d%  d( k rœd d l } | j t ƒ  | | |	 ƒ \ } } }	 n  d) | | |	 f S(*   s«  Return a string that identifies the current platform.

    This is used mainly to distinguish platform-specific build directories and
    platform-specific built distributions.  Typically includes the OS name
    and version and the architecture (as supplied by 'os.uname()'),
    although the exact information included depends on the OS; eg. for IRIX
    the architecture isn't particularly important (IRIX only runs on SGI
    hardware), but for Linux the kernel version isn't particularly
    important.

    Examples of returned values:
       linux-i586
       linux-alpha (?)
       solaris-2.6-sun4u
       irix-5.3
       irix64-6.2

    Windows will return one of:
       win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc)
       win-ia64 (64bit Windows on Itanium)
       win32 (all others - specifically, sys.platform is returned)

    For other non-POSIX platforms, currently just returns 'sys.platform'.
    iÿÿÿÿNR   s    bit (t   )t   amd64s	   win-amd64t   itaniums   win-ia64t   _PYTHON_HOST_PLATFORMR2   t   unamet   /RQ   t    t   _t   -i   t   linuxs   %s-%st   sunosi    t   5t   solariss   %d.%si   i   t   32bitiÿÿÿt   64bitl   ÿÿÿÿ s   .%si   t   irixt   aixs   %s-%s.%si   t   cygwins   [\d.]+RD   s   %s-%s-%s(   RS   R   R6   RH   R   t   findRI   t   lent   lowerR$   R…   RË   R[   R\   t   maxintRT   RY   RZ   RÂ   t   get_platform_osxR4   (   RS   R²   t   it   jt   lookt   osnamet   hostt   releaseR   t   machinet   bitnesst   rel_reRm   RÂ   (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyRŒ     sZ     "c           C   s   t  S(   N(   R¿   (    (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   get_python_versionk  s    c         C   sZ   xS t  t | j ƒ  ƒ ƒ D]9 \ } \ } } | d k rC d |  GHn  d | | f GHq Wd  S(   Ni    s   %s: s
   	%s = "%s"(   t	   enumeratet   sortedR+   (   t   titleR	   t   indexR/   R0   (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   _print_dicto  s    +c           C   sd   d t  j k r t ƒ  d Sd t ƒ  GHd t ƒ  GHd t ƒ  GHHt d t ƒ  ƒ Ht d t ƒ  ƒ d S(   s*   Display all information sysconfig detains.s   --generate-posix-varsNs   Platform: "%s"s   Python version: "%s"s!   Current installation scheme: "%s"t   Pathst	   Variables(	   RH   t   argvR—   RŒ   Rç   R=   Rì   R±   R4   (    (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   _mainv  s    t   __main__(   R   R   R   R   R   R   R	   (   R
   R   (=   t   __doc__RH   R   t   os.pathR    R   R5   R®   R   t   splitR¾   R¿   R    R   R8   R²   R¼   R³   R½   R3   R»   t
   _USER_BASER   R¢   R¡   R   RÀ   R6   RÛ   R   t   basenameR$   t   abspathR!   Rx   R9   R)   R1   R<   R=   RO   Ru   Rz   t   _get_makefile_filenameR—   R˜   R£   R‡   R†   R­   R¯   R   R±   Ry   R4   RJ   RŒ   Rç   Rì   Rð   t   __name__(    (    (    s-   D:\Zaris2\zarisclient\client\lib\sysconfig.pyt   <module>   s    		%%!6*$%!!								V		D						G		\			