Sindbad~EG File Manager
�
4Μg? � �P � d dl Z d dlZd dlZd dlZddlmZ dedefd�Zdedefd�Z y) � N� )�WINDOWS�path�returnc � � t j j t j j | � � } t j
j
dt j j | � � }|S )zh
Convert a path to a file: URL. The path will be made absolute and have
quoted path parts.
�file:) �osr �normpath�abspath�urllib�parse�urljoin�request�pathname2url)r �urls �C/usr/local/lib/python3.12/site-packages/pip/_internal/utils/urls.py�path_to_urlr sO � �
�7�7���B�G�G�O�O�D�1�2�D�
�,�,�
�
�w����(C�(C�D�(I�
J�C��J� r c � � | j d� sJ d| �d�� �t j j | � \ }}}}}|r|dk( rd}nt rd|z }nt d| ��� �t j j ||z � }t r9|s7t |� dk\ r)|d d
k( r!|d t j v r|dd
dv r|dd }|S )z(
Convert a file: URL to a path.
r z1You can only turn file: urls into filenames (not �)� localhost� z\\z8non-local file URIs are not supported on this platform: � r �/r � � )�:z:/N)�
startswithr r
�urlsplitr �
ValueErrorr �url2pathname�len�string�
ascii_letters)r �_�netlocr s r �url_to_pathr'