ó
    F\hh  ã                   óŠ  • S r SSKrSSKrSSKrSSKrSSKrSSKrSSKr\R                  \R                  /q
SqSqSqS rS rS rS rS rS rSS	 jrS
 rS rS rS rS rS rS rSS jrSS jrS rS rS r S r!S r"S r#S r$S r%S r&S r'\RP                  RR                  (       d  \'" 5         S r*\+S:X  a  \*" 5         gg) aÛ  Append module search paths for third-party packages to sys.path.

****************************************************************
* This module is automatically imported during initialization. *
****************************************************************

This will append site-specific paths to the module search path.  On
Unix (including Mac OSX), it starts with sys.prefix and
sys.exec_prefix (if different) and appends
lib/python3/dist-packages.
On other platforms (such as Windows), it tries each of the
prefixes directly, as well as with lib/site-packages appended.  The
resulting directories, if they exist, are appended to sys.path, and
also inspected for path configuration files.

For Debian and derivatives, this sys.path is augmented with directories
for packages distributed within the distribution. Local addons go
into /usr/local/lib/python<version>/dist-packages, Debian addons
install into /usr/lib/python3/dist-packages.
/usr/lib/python<version>/site-packages is not used.

If a file named "pyvenv.cfg" exists one directory above sys.executable,
sys.prefix and sys.exec_prefix are set to that directory and
it is also checked for site-packages (sys.base_prefix and
sys.base_exec_prefix will always be the "real" prefixes of the Python
installation). If "pyvenv.cfg" (a bootstrap configuration file) contains
the key "include-system-site-packages" set to anything other than "false"
(case-insensitive), the system-level prefixes will still also be
searched for site-packages; otherwise they won't.

All of the resulting site-specific directories, if they exist, are
appended to sys.path, and also inspected for path configuration
files.

A path configuration file is a file whose name has the form
<package>.pth; its contents are additional directories (one per line)
to be added to sys.path.  Non-existing directories (or
non-directories) are never added to sys.path; no directory is added to
sys.path more than once.  Blank lines and lines beginning with
'#' are skipped. Lines starting with 'import' are executed.

For example, suppose sys.prefix and sys.exec_prefix are set to
/usr/local and there is a directory /usr/local/lib/python2.5/site-packages
with three subdirectories, foo, bar and spam, and two path
configuration files, foo.pth and bar.pth.  Assume foo.pth contains the
following:

  # foo package configuration
  foo
  bar
  bletch

and bar.pth contains:

  # bar package configuration
  bar

Then the following directories are added to sys.path, in this order:

  /usr/local/lib/python2.5/site-packages/bar
  /usr/local/lib/python2.5/site-packages/foo

Note that bletch is omitted because it doesn't exist; bar precedes foo
because bar.pth comes alphabetically before foo.pth; and spam is
omitted because it is not mentioned in either path configuration file.

The readline module is also automatically configured to enable
completion for systems that support it.  This can be overridden in
sitecustomize, usercustomize or PYTHONSTARTUP.  Starting Python in
isolated mode (-I) disables automatic readline configuration.

After these operations, an attempt is made to import a module
named sitecustomize, which can perform arbitrary additional
site-specific customizations.  If this import fails with an
ImportError exception, it is silently ignored.
é    Nc                 ót   • [         R                  R                  (       a  [        U [         R                  S9  g g )N©Úfile)ÚsysÚflagsÚverboseÚprintÚstderr)Úmessages    Ú/usr/lib/python3.13/site.pyÚ_tracer   c   s"   € Ü
‡y�y××ÜˆgœCŸJ™JÓ'ð ó    c                  óÞ   • [         R                  R                  " U 6 n [         R                  R                  U5      nU[         R                  R                  U5      4$ ! [         a     N-f = f©N)ÚosÚpathÚjoinÚabspathÚOSErrorÚnormcase)ÚpathsÚdirs     r   Úmakepathr   h   s[   € Ü
�'‰'�,Š,˜Ð
€CðÜ�g‰g�o‰o˜cÓ"ˆð ”—‘× Ñ  Ó%Ð%Ð%øô ó Ùðús   ŸA Á
A,Á+A,c                  óP  • [        [        R                  R                  5       5       H‚  n Sn U R                  R
                  nUS;  a  M$   [        R                  R                  U R                  5      U l         [        R                  R                  U R                  5      U l        M„     g! [         a5     U R                  R                  R
                  n N˜! [         a      N¥f = ff = f! [        [        [        4 a     N�f = f! [        [        [        4 a     Mü  f = f)zESet all module __file__ and __cached__ attributes to an absolute pathN>   Ú_frozen_importlibÚ_frozen_importlib_external)Úsetr   ÚmodulesÚvaluesÚ
__loader__Ú
__module__ÚAttributeErrorÚ__spec__Úloaderr   r   r   Ú__file__r   Ú	TypeErrorÚ
__cached__)ÚmÚloader_modules     r   Ú	abs_pathsr*   q   sð   € ä”—‘×#Ñ#Ó%Ö&ˆØˆð	ØŸL™L×3Ñ3ˆMð Ð SÓSÙð	ÜŸ™Ÿ™¨¯©Ó4ˆAŒJð	ÜŸ7™7Ÿ?™?¨1¯<©<Ó8ˆAŽLò! 'øô ó 	ðØ !§
¡
× 1Ñ 1× <Ñ <’øÜ!ó Úðúð	ûô ¤¬Ð3ó 	Ùð	ûô ¤¬Ð3ó 	Úð	úsM   ®B/Á.C1Á<.DÂ/
C.Â: CÃ
C*Ã&C.Ã)C*Ã*C.Ã1D	ÄD	ÄD%Ä$D%c                  óÞ   • / n [        5       n[        R                   H9  n[        U5      u  p#X1;  d  M  U R	                  U5        UR                  U5        M;     U [        R                  SS& U$ )zFRemove duplicate entries from sys.path along with making them
absoluteN)r   r   r   r   ÚappendÚadd)ÚLÚknown_pathsr   Údircases       r   Úremoveduppathsr1   ˆ   s]   € ð
 	€AÜ“%€KÜ�xŒxˆô   “}‰ˆØÕ%Ø�H‰H�SŒMØ�O‰O˜GÖ$ñ ð „C‡H�H‰Q€KØÐr   c                  óô   • [        5       n [        R                   HH  n [        R                  R	                  U5      (       a   [        U5      u  p#U R                  U5        MH  MJ     U $ ! [         a     M[  f = f)zEReturn a set containing all existing file system items from sys.path.)r   r   r   r   Úexistsr   r-   r&   )ÚdÚitemÚ_Úitemcases       r   Ú_init_pathinfor8   ›   se   € ä‹€AÜ—”ˆð	Ü�w‰w�~‰~˜d×#Ñ#Ü& t›n‘�Ø—‘�h–ñ $ñ ð €Høô ó 	Úð	ús   ŸAA)Á)
A7Á6A7c           	      ó"  • Uc  [        5       nSnOSn[        R                  R                  X5      n [        R                  " U5      n[        USS5      [        R                  -  (       d#  [        USS5      [        R                  -  (       a  [        SU< 35        g[        SU< 35         [        R                  " U5       nUR                  5       nSSS5         WR                  S	5      n[%        UR'                  5       S5       HÑ  u  pšU
R)                  S5      (       a  M  U
R+                  5       S:X  a  M3   U
R)                  S5      (       a  [-        U
5        MW  U
R/                  5       n
[1        X
5      u  p¼XÂ;  aX  [        R                  R3                  U5      (       a2  [4        R                  R7                  U5        UR9                  U5        MÏ  MÑ  MÓ     U(       a  SnU$ ! [
         a     gf = f! , (       d  f       GN+= f! [
         a     gf = f! [         aH    SSKnWR                  UR#                  5       5      n[        S
U< SUR#                  5       < 35         GN}f = f! [:         a“  n[=        SU	S SU S3[4        R>                  S9  SSK nURC                  U5       H5  nUR'                  5        H  n
[=        SU
-   [4        R>                  S9  M      M7     [=        S[4        R>                  S9   SnA  GM*  SnAff = f)zÄProcess a .pth file within the site-packages directory:
For each line in the file, either combine it with sitedir to a path
and add that to known_paths, or execute it if it starts with 'import '.
NTFÚst_flagsr   Úst_file_attributeszSkipping hidden .pth file: zProcessing .pth file: z	utf-8-sigzCannot read z# as UTF-8. Using fallback encoding é   Ú#Ú )zimport zimport	zError processing line r4   z of z:
r   z  z
Remainder of file ignored)"r8   r   r   r   Úlstatr   ÚgetattrÚstatÚ	UF_HIDDENÚFILE_ATTRIBUTE_HIDDENr   ÚioÚ	open_codeÚreadÚdecodeÚUnicodeDecodeErrorÚlocaleÚgetencodingÚ	enumerateÚ
splitlinesÚ
startswithÚstripÚexecÚrstripr   r3   r   r,   r-   Ú	Exceptionr	   r
   Ú	tracebackÚformat_exception)ÚsitedirÚnamer/   ÚresetÚfullnameÚstÚfÚpth_contentrI   ÚnÚliner   r0   ÚexcrR   Úrecords                   r   Ú
addpackager_   ¨   sŸ  € ð
 ÑÜ$Ó&ˆØ‰àˆÜ�w‰w�|‰|˜GÓ*€HðÜ�XŠX�hÓˆô 
��Z Ó	#¤d§n¡n×	4Ü	�Ð)¨1Ó	-´×0JÑ0J×	JÜÐ,¨X©LÐ9Ô:ØÜ
Ð# H¡<Ð0Ô1ðÜ�\Š\˜(Ô# qØŸ&™&›(ˆK÷ $ð

Dð "×(Ñ(¨Ó5ˆô ˜[×3Ñ3Ó5°qÖ9‰ˆØ�?‰?˜3×ÑÙØ�:‰:‹<˜2ÓÙð	Ø�‰Ð6×7Ñ7Ü�T”
ÙØ—;‘;“=ˆDÜ# GÓ2‰LˆCØÓ)¬b¯g©g¯n©n¸S×.AÑ.AÜ—‘—‘ Ô$Ø—‘ Ö(ñ /BÑ)ñ :ö. ØˆØÐøôe ó Ùðú÷ $Ö#ûäó Ùðûô ó Dó 	Ø!×(Ñ(¨×);Ñ);Ó)=Ó>ˆÜ�˜h™\ð **Ø*0×*<Ñ*<Ó*>Ñ)AðC÷ 	DðDûô, ó 	ÜÐ*¨1¨Q¨%¨t°H°:¸SÐAÜ—z‘zò#ãØ#×4Ñ4°SÖ9�Ø"×-Ñ-Ö/�DÜ˜$˜t™)¬#¯*©*Ô5ó 0ñ :ô Ð/´c·j±jÒAßûð	úst   ³G* Â/H ÃG:ÃH ÃH Ä>!I1Å!A6I1Ç*
G7Ç6G7Ç:
H	ÈH È	H È
HÈHÈAI.É-I.É1
LÉ;BL	Ì	Lc                 óö  • [        SU < 35        Uc  [        5       nSnOSn[        U 5      u  pX1;  a0  [        R                  R                  U 5        UR                  U5         [        R                  " U 5      nU Vs/ s H5  nUR                  S5      (       d  M  UR                  S5      (       a  M3  UPM7     nn[        U5       H  n[        XU5        M     U(       a  SnU$ ! [         a     gf = fs  snf )zPAdd 'sitedir' argument to sys.path if missing and handle .pth files in
'sitedir'zAdding directory: NTFz.pthÚ.)r   r8   r   r   r   r,   r-   r   Úlistdirr   ÚendswithrM   Úsortedr_   )rT   r/   rV   ÚsitedircaseÚnamesrU   s         r   Ú
addsitedirrg   ê   sé   € ô Ð ™{Ð+Ô,ØÑÜ$Ó&ˆØ‰àˆÜ# GÓ,Ñ€GØÓ%Ü�‰�‰˜Ô Ø�‰˜Ô$ðÜ—
’
˜7Ó#ˆñ $ó Dše�dØ—‘˜f×%ó Ø.2¯o©o¸c×.B÷ ™e€Eð Dä�u–ˆÜ�7 +Ö.ñ æØˆØÐøô ó ÙðüòDs$   Á%C& Á?C6ÂC6Â5C6Ã&
C3Ã2C3c                  ó   • [         R                  R                  (       a  g[        [        S5      (       aB  [        [        S5      (       a-  [        R
                  " 5       [        R                  " 5       :w  a  g[        [        S5      (       aB  [        [        S5      (       a-  [        R                  " 5       [        R                  " 5       :w  a  gg)a  Check if user site directory is safe for inclusion

The function tests for the command line flag (including environment var),
process uid/gid equal to effective uid/gid.

None: Disabled for security reasons
False: Disabled by user (command line option)
True: Safe and enabled
FÚgetuidÚgeteuidNÚgetgidÚgetegidT)	r   r   Úno_user_siteÚhasattrr   rj   ri   rl   rk   © r   r   Úcheck_enableusersiterp     sw   € ô ‡y�y××ØäŒr�8×Ñ¤¬¨Y×!7Ñ!7ä�:Š:‹<œ2Ÿ9š9›;Ó&ØÜŒr�8×Ñ¤¬¨Y×!7Ñ!7ä�:Š:‹<œ2Ÿ9š9›;Ó&Øàr   c                  ó   • g)NÚPythonro   ro   r   r   Ú_get_implementationrs   $  s   € Ør   c            	      óÜ  • [         R                  R                  SS 5      n U (       a  U $ [        R                  S;   a  g S n[         R
                  S:X  a9  [         R                  R                  S5      =(       d    SnU" U[        5       5      $ [        R                  S:X  aB  [        R                  (       a-  U" SS[        R                  S	[        R                  S S
 -  5      $ U" SS5      $ )NÚPYTHONUSERBASE>   ÚiosÚtvosÚwasiÚvxworksÚwatchosÚ
emscriptenc                  óv   • [         R                  R                  [         R                  R                  " U 6 5      $ r   )r   r   Ú
expanduserr   )Úargss    r   ÚjoinuserÚ_getuserbase.<locals>.joinuser1  s$   € Ü�w‰w×!Ñ!¤"§'¡'§,¢,°Ð"5Ó6Ð6r   ÚntÚAPPDATAÚ~ÚdarwinÚLibraryz%d.%dé   z.local)	r   ÚenvironÚgetr   ÚplatformrU   rs   Ú
_frameworkÚversion_info)Úenv_baser   Úbases      r   Ú_getuserbaserŽ   (  s¸   € Ü�z‰z�~‰~Ð.°Ó5€HÞØˆô ‡|�|ÐRÓRØò7ô 
‡w�w�$ƒÜ�z‰z�~‰~˜iÓ(×/¨CˆÙ˜Ô1Ó3Ó4Ð4ä
‡|�|�xÓ¤C§N§NÙ˜˜Y¬¯©Ø¤#×"2Ñ"2°2°AÐ"6Ñ6ó8ð 	8ñ �C˜Ó"Ð"r   c                 ó¶  • [         R                  n[        [         S5      (       a  S[         R                  ;   a  SnOSn[	        5       nUR                  5       n[        R                  S:X  a*  [         R                  R                  SS5      nU  SU U S3$ [         R                  S:X  a  [         R                  (       a  U  S	U S
3$ U  SUS    SUS    U S
3$ )NÚabiflagsÚtr>   r�   ra   Ú\z\site-packagesr„   z/lib/z/site-packagesz/lib/pythonr   r<   )r   r‹   rn   r�   rs   Úlowerr   rU   ÚwinverÚreplacer‰   rŠ   )ÚuserbaseÚversionÚ
abi_threadÚimplementationÚimplementation_lowerÚ	ver_nodots         r   Ú	_get_pathrœ   @  sË   € Ü×Ñ€GÜŒs�J×Ñ C¬3¯<©<Ó$7Ø‰
àˆ
ä(Ó*€NØ)×/Ñ/Ó1ÐÜ	‡w�w�$ƒÜ—J‘J×&Ñ& s¨BÓ/ˆ	Ø�˜2˜nÐ-¨i¨[¸ÐHÐHä
‡|�|�xÓ¤C§N§NØ�˜5Ð!5Ð 6°nÐEÐEàˆZ�{ 7¨1¡: ,¨a°¸±
¨|¸J¸<À~ÐVÐVr   c                  ó0   • [         c
  [        5       q [         $ )z»Returns the `user base` directory path.

The `user base` directory can be used to store data. If the global
variable ``USER_BASE`` is not initialized yet, this function will also set
it.
)Ú	USER_BASErŽ   ro   r   r   ÚgetuserbaserŸ   S  s   € ô ÑÜ “Nˆ	ÜÐr   c                  ó\   • [        5       n [        c  U c  Sq[        $ [        U 5      q[        $ )z–Returns the user-specific site-packages directory path.

If the global variable ``USER_SITE`` is not initialized yet, this
function will also set it.
F)rŸ   Ú	USER_SITEÚENABLE_USER_SITErœ   )r–   s    r   Úgetusersitepackagesr£   `  s7   € ô ‹}€HäÑØÑØ$Ðô Ðô " (Ó+ˆIäÐr   c                 ó¤   • [        S5        [        5       n[        (       a/  [        R                  R                  U5      (       a  [        X5        U $ )zzAdd a per user site-package to sys.path

Each user has its own python directory with site-packages in the
home directory.
zProcessing user site-packages)r   r£   r¢   r   r   Úisdirrg   )r/   Ú	user_sites     r   Úaddusersitepackagesr§   q  s;   € ô Ð*Ô+Ü#Ó%€IçÒœBŸG™GŸM™M¨)×4Ñ4Ü�9Ô*ØÐr   c                 óÖ  • / n[        5       nU c  [        n [        R                  [        R                  :g  =(       d    [        [        S5      nU  GH  nU(       a  XB;   a  M  UR                  U5        [        5       R                  5       n[        R                  n[        [        S5      (       a  S[        R                  ;   a  SnOSn[        R                  S:X  GaE  [        R                  /n[        R                  S:w  a  UR                  S5        U(       aE  UR                  [        R                  R!                  USS[        R                  SS	 -  S
5      5        UR                  [        R                  R!                  USS[        R                  SS	 -  S5      5        UR                  [        R                  R!                  USSS5      5        U HD  n	[        R                  R!                  XIU US    SUS    U 3S5      n
UR                  U
5        MF     GMÓ  UR                  U5        UR                  [        R                  R!                  USS
5      5        GM     U$ )a  Returns a list containing all global site-packages directories.

For each directory present in ``prefixes`` (or the global ``PREFIXES``),
this function will find its `site-packages` subdirectory depending on the
system environment, and will return a list of full paths.
NÚreal_prefixr�   r‘   r>   Ú/Úlibzpython%d.%dr†   zsite-packagesz	local/libzdist-packagesÚpython3r   ra   r<   ÚLib)r   ÚPREFIXESr   Úbase_prefixÚprefixrn   r-   rs   r“   r‹   r�   r   ÚsepÚ
platlibdirr,   r   r   )ÚprefixesÚsitepackagesÚseenÚis_virtual_environmentr°   r™   Úverr˜   ÚlibdirsÚlibdirr   s              r   Úgetsitepackagesrº   €  sö  € ð €LÜ‹5€DàÑÜˆä Ÿ_™_´·
±
Ñ:×Y¼gÄcÈ=Ó>YÐäˆÞ˜›ÙØ�‰�Ôä,Ó.×4Ñ4Ó6ˆÜ×ÑˆÜ”3˜
×#Ñ#¨¬s¯|©|Ó(;Ø‰JàˆJÜ�6‰6�SŒ=Ü—~‘~Ð&ˆGÜ�~‰~ Ó&Ø—‘˜uÔ%æ%Ø×#Ñ#¤B§G¡G§L¡L°¸Ø1>Ä×AQÑAQÐRTÐSTÐAUÑ1UØ1@ó%Bô Cð ×Ñ¤§¡§¡¨V°[Ø-:¼S×=MÑ=MÈbÈqÐ=QÑ-QØ-<ó!>ô ?ð ×Ñ¤§¡§¡¨V°UØ-6Ø-<ó!>ô ?ó "�Ü—w‘w—|‘| FØ'5Ð&6°s¸1±v°h¸aÀÀAÁ¸xÈ
À|Ð$TØ$3ó5�ð ×#Ñ# DÖ)ô	 "ð ×Ñ Ô'Ø×Ñ¤§¡§¡¨V°U¸OÓ L×MñE ðF Ðr   c                 ó¢   • [        S5        [        U5       H4  n[        R                  R	                  U5      (       d  M)  [        X 5        M6     U $ )zAdd site-packages to sys.pathzProcessing global site-packages)r   rº   r   r   r¥   rg   )r/   r³   rT   s      r   Úaddsitepackagesr¼   ´  s=   € ä
Ð,Ô-Ü" 8Ö,ˆÜ�7‰7�=‰=˜×!Ó!Ü�wÖ,ñ -ð Ðr   c                  ó¶   • [         R                  S:X  a  Sn OSn [        R                  " SU 5      [        l        [        R                  " SU 5      [        l        g)z¡Define new builtins 'quit' and 'exit'.

These are objects which make the interpreter exit when called.
The repr of each object contains a hint at how it works.

r’   zCtrl-Z plus ReturnzCtrl-D (i.e. EOF)ÚquitÚexitN)r   r±   Ú_sitebuiltinsÚQuitterÚbuiltinsr¾   r¿   )Úeofs    r   ÚsetquitrÄ   ½  sA   € ô 
‡v�v�ƒ~Ø"‰à!ˆä!×)Ò)¨&°#Ó6„H„MÜ!×)Ò)¨&°#Ó6„H…Mr   c                  ól  • [         R                  " S[        R                  5      [        l        [         R                  " SS5      [        l        / / p[        [        SS5      nU(       dB  [        [        S5      (       a-  [        R                  R                  [        R                  5      nU(       aa  U R                  SS/5        UR                  [        R                  R                  U[        R                  5      U[        R                  /5        [         R                  " S	S
X5      [        l        g)z)Set 'copyright' and 'credits' in builtinsÚ	copyrightÚcreditsz¿    Thanks to CWI, CNRI, BeOpen, Zope Corporation, the Python Software
    Foundation, and a cast of thousands for supporting Python
    development.  See www.python.org for more information.Ú_stdlib_dirNr%   zLICENSE.txtÚLICENSEÚlicensez'See https://www.python.org/psf/license/)rÀ   Ú_Printerr   rÆ   rÂ   rÇ   r@   rn   r   r   Údirnamer%   Úextendr   ÚpardirÚcurdirrÊ   )ÚfilesÚdirsÚheres      r   ÚsetcopyrightrÓ   Í  sÍ   € ä&×/Ò/°¼S¿]¹]ÓK„HÔÜ$×-Ò-¨ið :>ó ?„HÔð �bˆ4ô ”3˜ tÓ,€DÞ”GœB 
×+Ñ+Ü�w‰w�‰œrŸ{™{Ó+ˆÞØ�‰�m YÐ/Ô0Ø�‰”R—W‘W—\‘\ $¬¯	©	Ó2°D¼"¿)¹)ÐDÔEÜ$×-Ò-ØØ1Øó„HÕr   c                  ó@   • [         R                  " 5       [        l        g r   )rÀ   Ú_HelperrÂ   Úhelpro   r   r   Ú	sethelperr×   ã  s   € Ü!×)Ò)Ó+„H…Mr   c                  ó
  • [         R                  R                  (       d(  [        R                  R                  S5      n U (       a  U $ [        R                  R                  [        R                  R                  S5      S5      $ )z¨Check if the PYTHON_HISTORY environment variable is set and define
it as the .python_history file.  If PYTHON_HISTORY is not set, use the
default .python_history file.
ÚPYTHON_HISTORYrƒ   z.python_history)	r   r   Úignore_environmentr   r‡   rˆ   r   r   r}   )Úhistorys    r   ÚgethistoryfilerÜ   ç  sU   € ô
 �9‰9×'×'Ü—*‘*—.‘.Ð!1Ó2ˆÞØˆNÜ�7‰7�<‰<œŸ™×*Ñ*¨3Ó/Øóð r   c                  ó"   • [         [        l        g)zhEnable default readline configuration on interactive prompts, by
registering a sys.__interactivehook__.
N)Úregister_readliner   Ú__interactivehook__ro   r   r   Úenablerlcompleterrà   ô  s   € ô 0„CÕr   c                  ó  ^^• [         R                  R                  (       d  [        R                  " S5      n OSn SSKn  SSKnSSKn U (       a  SnO“[         R                  nU Vs/ s H  ofS:w  d  M
  UPM     sn[         l	         SSK
n[        R                  S:X  a  SSKnUR                  R                  4nOSSKnUR                   R                  nSSKJn  U[         l	        UbD  UR&                  S:X  a  UR)                  S	5        OUR)                  S
5         UR+                  5         Ub  UR/                  5       S:X  a_  [1        5       mU(       a  WR                  m[,        /WQ7n	OUc  gUm[,        n	 TR3                  T5        UU4S jn
UR5                  U
5        gg! [         a    Sn GNkf = f! [         a     gf = fs  snf ! U[         l	        f = f! [         a     gf = f! [,         a     NËf = f! U	 a     Nzf = f)a   Configure readline completion on interactive prompts.

If the readline module can be imported, the hook will set the Tab key
as completion key and register ~/.python_history as history file.
This can be overridden in the sitecustomize or usercustomize module,
or in a PYTHONSTARTUP file.
ÚPYTHON_BASIC_REPLFr   Nr>   r�   )ÚCAN_USE_PYREPLÚeditlinezbind ^I rl_completeztab: completec                  ó˜   >•  TR                  T 5        g ! [        [        4 a     g [         a    [        R
                  (       a   g e f = fr   )Úwrite_history_fileÚFileNotFoundErrorÚPermissionErrorr   ÚerrnoÚEROFS)rÛ   Úreadline_modules   €€r   Úwrite_historyÚ(register_readline.<locals>.write_historyP  sD   ø€ ð
Ø×2Ñ2°7Õ;øÜ%¤Ð7ó ñ Üó Ü—;—;Ùàð	ús   ƒ •A	§A	ÁA	)r   r   rÚ   r   ÚgetenvÚatexitÚreadlineÚrlcompleterÚImportErrorr   Ú_pyrepl.readlinerU   Ú_pyrepl.windows_consoleÚwindows_consoleÚ_errorÚ_pyrepl.unix_consoleÚunix_consoleÚ_pyrepl.mainrã   ÚbackendÚparse_and_bindÚread_init_filer   Úget_current_history_lengthrÜ   Úread_history_fileÚregister)râ   rï   rð   rñ   rã   Úoriginal_pathÚpÚ_pyreplÚconsole_errorsÚ
exceptionsrì   rÛ   rë   s              @@r   rÞ   rÞ   û  sê  ù€ ô �9‰9×'×'ÜŸIšIÐ&9Ó:Ñà!Ðãðð	Ûó ðÞØ"‰NäŸH™HˆMÙ#0Ó<¢=˜a¸±GŸ¡=Ñ<ŒCŒHð
)Û'Ü—7‘7˜d“?Û2Ø&-×&=Ñ&=×&DÑ&DÐ%F‘Nã/Ø%,×%9Ñ%9×%@Ñ%@�NÝ7à(””ð Ñð ×Ñ˜zÓ)Ø×#Ñ#Ð$9Õ:à×#Ñ# OÔ4ð	Ø×#Ñ#Ô%ð Ñ˜8×>Ñ>Ó@ÀAÓEô !Ó"ˆæØ%×.Ñ.ˆOÜ!Ð3 NÑ3‰JàÑØØ&ˆOÜ ˆJð	Ø×-Ñ-¨gÔ6ö	ð 	�‰˜Õ&ðI FøôY ó 	Ø‹Hð	ûô ó Ùðüò =øð )”•ûÜó Ùðûô ó 	ñ
 ð	ûð6 ó 	Ùð	ús�   ÁF% ÁF8 Á
	G ÁG Á(	GÁ5GÁ;G ÂAG ÃG ÄG- Å:G= Æ%F5Æ1F8 Æ4F5Æ5F8 Æ8
GÇGÇG ÇGÇG Ç
G*Ç)G*Ç-
G:Ç9G:Ç=HÈHc                 ób  • [         R                  n[        R                  S:X  a%  SU;   a  [         R                  S   =n[        l        O[        R
                  n[         R                  R                  [         R                  R                  U5      5      n[         R                  R                  U5      nS [        l	        Sn[        S [         R                  R                  X55      [         R                  R                  XE5      4 5       S 5      nU(       Ga  UnSn[        USS9 n	U	 Hx  n
SU
;   d  M  U
R                  S5      u  p¼nUR                  5       R                  5       nUR                  5       nUS	:X  a  UR                  5       nMe  US
:X  d  Mm  U[        l	        Mz     S S S 5        U=[        l        [        l        [%        U [        R                   /5        US:X  a&  [&        R)                  S[        R                   5        U $ [        R                   /qSqU $ ! , (       d  f       N€= f)Nr„   Ú__PYVENV_LAUNCHER__z
pyvenv.cfgc              3   ór   #   • U  H-  n[         R                  R                  U5      (       d  M)  Uv •  M/     g 7fr   )r   r   Úisfile)Ú.0Úconffiles     r   Ú	<genexpr>Úvenv.<locals>.<genexpr>m  s/   é € ð 	
ò&˜ô �w‰w�~‰~˜h×'÷	 ‰Hò &ùs   ‚(7®	7Útruezutf-8)ÚencodingÚ=zinclude-system-site-packagesÚhomer   F)r   r‡   r   r‰   Ú_base_executableÚ
executabler   rÌ   r   Ú_homeÚnextr   ÚopenÚ	partitionrN   r“   r°   Úexec_prefixr¼   r®   Úinsertr¢   )r/   Úenvr  Úexe_dirÚsite_prefixÚconf_basenameÚcandidate_confÚvirtual_confÚsystem_siterY   r\   Úkeyr6   Úvalues                 r   Úvenvr"  `  sª  € ô �*‰*€CÜ
‡|�|�xÓÐ$9¸SÓ$@Ü,.¯J©JÐ7LÑ,MÐMˆ
”SÕ)ä—^‘^ˆ
Ü�g‰g�o‰oœbŸg™gŸo™o¨jÓ9Ó:€GÜ—'‘'—/‘/ 'Ó*€KØ„C„IØ €MÜñ	
ä—‘—‘˜WÓ4Ü—‘—‘˜[Ó8ñ&ó	
ð 	ó	€N÷ Ø%ˆØˆô �,¨Ò1°QÛ�Ø˜$•;Ø$(§N¡N°3Ó$7‘M�C˜EØŸ)™)›+×+Ñ+Ó-�CØ!ŸK™K›M�EØÐ<Ó<Ø&+§k¡k£mšØ �Ø$)œž	ñ ÷ 2ð (3Ð2ŒŒ
”S”_ô 	˜¤c§j¡j \Ô2ð ˜&Ó Ü�O‰O˜AœsŸz™zÔ*ð
 Ðô Ÿ
™
�|ˆHØ$ÐàÐ÷1 2Õ1ús   Ä'
H Ä5AH ÆH È 
H.c                  óš  •   SSK n g! [         a  nUR                  S:X  a   SnAge SnAff = f! [         a�  n[        R
                  R                  (       a+  [        R                  " [        R                  " 5       6    SnAg[        R                  R                  SUR                  R                  < SU< S35         SnAgSnAff = f)z,Run custom site specific code, if available.r   NÚsitecustomizez9Error in sitecustomize; set PYTHONVERBOSE for traceback:
ú: Ú
)r$  rò   rU   rQ   r   r   r   Ú
excepthookÚexc_infor
   ÚwriteÚ	__class__Ú__name__)r$  r]   Úerrs      r   Úexecsitecustomizer-  —  óŽ   € ð/ð	Ü øÜó 	Ø�x‰x˜?Ó*Üàûð		ûô
 ó /Ü�9‰9××Ü�NŠNœCŸLšL›NÖ+ä�J‰J×Òð —‘×'Ô'«ð.÷/ñ /ûð	/úó3   ƒ ˆ
-’(¢0 §(¨-­0 °
C
ºACÂ<CÃC
c                  óš  •   SSK n g! [         a  nUR                  S:X  a   SnAge SnAff = f! [         a�  n[        R
                  R                  (       a+  [        R                  " [        R                  " 5       6    SnAg[        R                  R                  SUR                  R                  < SU< S35         SnAgSnAff = f)z,Run custom user specific code, if available.r   NÚusercustomizez9Error in usercustomize; set PYTHONVERBOSE for traceback:
r%  r&  )r1  rò   rU   rQ   r   r   r   r'  r(  r
   r)  r*  r+  )r1  r]   r,  s      r   Úexecusercustomizer2  «  r.  r/  c                  ó¬  • [         R                  SS n [        5       nU [         R                  :w  a
  [        5         [	        U5      n[
        c
  [        5       q[        U5      n[        U5      n[        5         [        5         [        5         [         R                  R                  (       d
  [        5         [        5         [
        (       a  [!        5         gg)zÃAdd standard site-specific directories to the module search path.

This function is called automatically when this module is imported,
unless the python interpreter was started with the -S flag.
N)r   r   r1   r*   r"  r¢   rp   r§   r¼   rÄ   rÓ   r×   r   Úisolatedrà   r-  r2  )Ú	orig_pathr/   s     r   Úmainr6  ¿  s’   € ô —‘™�€IÜ Ó"€KØ”C—H‘HÓô 	Œä�{Ó#€KÜÑÜ/Ó1ÐÜ% kÓ2€KÜ! +Ó.€KÜ„IÜ„NÜ„KÜ�9‰9××ÜÔÜÔßÒÜÕð r   c                  ó  • Sn [         R                  SS  nU(       d¯  [        5       n[        5       n[	        S5        [         R
                   H  n[	        SU< S35        M     [	        S5        S n[	        SU< S	U" U5       S
35        [	        SU< S	U" U5       S
35        [	        S[        < 35        [         R                  " S5        / nSU;   a  UR                  [        5        SU;   a  UR                  [        5        U(       aŸ  [	        [        R                  R                  U5      5        [        (       a  [         R                  " S5        g [        SL a  [         R                  " S5        g [        c  [         R                  " S5        g [         R                  " S5        g SS Kn[	        UR                  U [         R                  S   [        R                  4-  5      5        [         R                  " S5        g )Na²      %s [--user-base] [--user-site]

    Without arguments print some useful information
    With arguments print the value of USER_BASE and/or USER_SITE separated
    by '%s'.

    Exit codes with --user-base or --user-site:
      0 - user site directory is enabled
      1 - user site directory is disabled by user
      2 - user site directory is disabled by super user
          or for security reasons
     >2 - unknown error
    r<   zsys.path = [z    Ú,Ú]c                 óT   • U b%  [         R                  R                  U 5      (       a  gg)Nr3   zdoesn't exist)r   r   r¥   )r   s    r   r3   Ú_script.<locals>.existsø  s    € ØÑ¤B§G¡G§M¡M°$×$7Ñ$7Øà&r   zUSER_BASE: z (Ú)zUSER_SITE: zENABLE_USER_SITE: r   z--user-basez--user-siteFr†   é   é
   )r   ÚargvrŸ   r£   r	   r   r¢   r¿   r,   rž   r¡   r   Úpathsepr   ÚtextwrapÚdedent)rÖ   r~   Ú	user_baser¦   r   r3   ÚbufferrA  s           r   Ú_scriptrE  á  sl  € ð€Dô �8‰8�A�Bˆ<€DÞÜ“Mˆ	Ü'Ó)ˆ	ÜˆnÔÜ—8”8ˆCÝ›sÐ$Ö%ñ äˆcŒ
ò	'ô
 	�˜I™=¨©6°)Ó+<Ð*=¸QÐ?Ô@Ü�˜I™=¨©6°)Ó+<Ð*=¸QÐ?Ô@ÜÐ"Ô#3Ñ"6Ð7Ô8Ü�Š�Œà€FØ˜ÓØ�‰”iÔ Ø˜ÓØ�‰”iÔ æÜŒb�j‰j�o‰o˜fÓ%Ô&ßÒÜ�HŠH�Q�KÜ Ò&Ü�HŠH�Q�KÜÑ%Ü�HŠH�Q�Kä�HŠH�Q�KãÜˆh�o‰o˜d¤c§h¡h¨q¡k´2·:±:Ð%>Ñ>Ó?Ô@Ü�Š��r   Ú__main__r   ),Ú__doc__r   r   rÂ   rÀ   rD   rA   ré   r°   r  r®   r¢   r¡   rž   r   r   r*   r1   r8   r_   rg   rp   rs   rŽ   rœ   rŸ   r£   r§   rº   r¼   rÄ   rÓ   r×   rÜ   rà   rÞ   r"  r-  r2  r6  r   Úno_siterE  r+  ro   r   r   Ú<module>rI     s  ðñKóZ Û 	Û Û Û 	Û Û ð �J‰J˜Ÿ™Ð(€ð Ð ð
 €	Ø€	ò(ò
&òò.ò&
ò?ôDò4ò@ò#ò0Wò&
òò"ô2ôhò7ò ò,,ò
ò0òb'òJ4òn/ò(/ò(ð> ‡y�y××Ù„Fò4ðl ˆzÓÙ…Ið r   