+
    i	                    v    ^ RI Ht ^ RIt^ RIt^ RIt^ RIHtHt ^ RIH	t	H
t
 RR.tR R ltR	 R
 ltR R ltR# )    )annotationsN)site_packages	user_site)running_under_virtualenvvirtualenv_no_globalegg_link_path_from_sys_pathegg_link_path_from_locationc                    V ^8  d   QhRRRR/# )   raw_namestrreturnz	list[str] )formats   "b/Users/ahmad/.openclaw/workspace/venv/lib/python3.14/site-packages/pip/_internal/utils/egg_link.py__annotate__r      s      c i     c                J    \         P                  ! RRV 4      R,           V  R2.# )ah  
Convert a Name metadata value to a .egg-link name, by applying
the same substitution as pkg_resources's safe_name function.
Note: we cannot use canonicalize_name because it has a different logic.

We also look for the raw name (without normalization) as setuptools 69 changed
the way it names .egg-link files (https://github.com/pypa/setuptools/issues/4167).
z[^A-Za-z0-9.]+-z	.egg-link)resub)r   s   &r   _egg_link_namesr      s.     	h/+=*I r   c                    V ^8  d   QhRRRR/# r   r   r   r   z
str | Noner   )r   s   "r   r   r   "   s     
 
# 
* 
r   c                    \        V 4      p\        P                   FV  pV FM  p\        P                  P	                  W#4      p\        P                  P                  V4      '       g   KI  Vu u # 	  KX  	  R# )zB
Look for a .egg-link file for project name, by walking sys.path.
N)r   syspathosjoinisfile)r   egg_link_names	path_itemegg_link_nameegg_links   &    r   r   r   "   sU     %X.NXX	+Mww||I=Hww~~h'' , 
 r   c                    V ^8  d   QhRRRR/# r   r   )r   s   "r   r   r   /   s     " "# "* "r   c                   . p\        4       '       dH   VP                  \        4       \        4       '       g"   \        '       d   VP                  \        4       M6\        '       d   VP                  \        4       VP                  \        4       \        V 4      pV FV  pV FM  p\        P                  P                  W44      p\        P                  P                  V4      '       g   KI  Vu u # 	  KX  	  R# )a  
Return the path for the .egg-link file if it exists, otherwise, None.

There's 3 scenarios:
1) not in a virtualenv
   try to find in site.USER_SITE, then site_packages
2) in a no-global virtualenv
   try to find in site_packages
3) in a yes-global virtualenv
   try to find in site_packages, then site.USER_SITE
   (don't look in global location)

For #1 and #3, there could be odd cases, where there's an egg-link in 2
locations.

This method will just return the first one found.
N)
r   appendr   r   r   r   r   r   r   r    )r   sitesr!   siter#   egglinks   &     r   r	   r	   /   s    $ E!!]##%%))LL#9LL#]#$X.N+Mggll47Gww~~g&& , 
 r   )
__future__r   r   r   r   pip._internal.locationsr   r   pip._internal.utils.virtualenvr   r   __all__r   r   r	   r   r   r   <module>r/      s7    " 	 	 
 < "!
"r   