PATH:
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
setuptools
import setuptools.extern.jaraco.text as text from pkg_resources import Requirement def parse_strings(strs): """ Yield requirement strings for each specification in `strs`. `strs` must be a string, or a (possibly-nested) iterable thereof. """ return text.join_continuation(map(text.drop_comment, text.yield_lines(strs))) def parse(strs): """ Deprecated drop-in replacement for pkg_resources.parse_requirements. """ return map(Requirement, parse_strings(strs))
[+]
__pycache__
[-] version.py
[edit]
[-] script.tmpl
[edit]
[+]
extern
[-] sandbox.py
[edit]
[-] depends.py
[edit]
[-] _imp.py
[edit]
[-] build_meta.py
[edit]
[+]
command
[-] __init__.py
[edit]
[-] dep_util.py
[edit]
[+]
config
[+]
_vendor
[-] wheel.py
[edit]
[-] script (dev).tmpl
[edit]
[-] glob.py
[edit]
[-] extension.py
[edit]
[-] _itertools.py
[edit]
[+]
..
[-] monkey.py
[edit]
[-] _path.py
[edit]
[-] package_index.py
[edit]
[-] discovery.py
[edit]
[-] installer.py
[edit]
[-] msvc.py
[edit]
[-] _importlib.py
[edit]
[-] archive_util.py
[edit]
[-] launch.py
[edit]
[-] dist.py
[edit]
[-] _reqs.py
[edit]
[+]
_distutils
[-] py34compat.py
[edit]
[-] _deprecation_warning.py
[edit]
[-] namespaces.py
[edit]
[-] logging.py
[edit]
[-] unicode_utils.py
[edit]
[-] _entry_points.py
[edit]
[-] errors.py
[edit]
[-] windows_support.py
[edit]