1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/utils
Tzu-ping Chung 288bffc43c Unify Python project root detection logic
A Python project root is now defined as containing a pyproject.toml, or
a setup.py (pre-PEP-517 legacy layout). After this patch, this logic
applies to all checks except parse_editable, where we check for setup.py
and setup.cfg instead since non-setuptools PEP 517 projects cannot be
installed as editable right now.
2021-06-19 15:29:04 +08:00
..
__init__.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
_log.py use setLoggerClass to define log.verbose 2021-06-11 11:59:51 +02:00
appdirs.py Blacken src/pip/_internal/utils directory 2021-02-21 07:24:35 -08:00
compat.py Use f-strings for formatting 2021-03-30 15:48:27 +03:00
compatibility_tags.py Blacken src/pip/_internal/utils directory 2021-02-21 07:24:35 -08:00
datetime.py Remove __future__ imports 2020-12-24 08:38:09 -08:00
deprecation.py Handle several mypy TODO comments and exceptions 2021-02-22 16:53:54 -08:00
direct_url_helpers.py Blacken src/pip/_internal/utils directory 2021-02-21 07:24:35 -08:00
distutils_args.py Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
encoding.py Blacken src/pip/_internal/utils directory 2021-02-21 07:24:35 -08:00
entrypoints.py Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
filesystem.py Fix typos (#10001) 2021-06-03 16:44:42 +02:00
filetypes.py Blacken src/pip/_internal/utils directory 2021-02-21 07:24:35 -08:00
glibc.py Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
hashes.py Fix import error introduced in 21.1 2021-04-24 16:54:52 -04:00
inject_securetransport.py Blacken src/pip/_internal/utils directory 2021-02-21 07:24:35 -08:00
logging.py use setLoggerClass to define log.verbose 2021-06-11 11:59:51 +02:00
misc.py Unify Python project root detection logic 2021-06-19 15:29:04 +08:00
models.py Handle several mypy TODO comments and exceptions 2021-02-22 16:53:54 -08:00
packaging.py Blacken src/pip/_internal/utils directory 2021-02-21 07:24:35 -08:00
parallel.py Blacken src/pip/_internal/utils directory 2021-02-21 07:24:35 -08:00
pkg_resources.py Blacken src/pip/_internal/utils directory 2021-02-21 07:24:35 -08:00
setuptools_build.py Fixed --editable install for setuptools projects without setup.py. 2021-03-03 21:24:29 +03:00
subprocess.py Merge pull request #9450 from minrk/custom-log-level 2021-06-11 19:05:56 +08:00
temp_dir.py Blacken src/pip/_internal/utils directory 2021-02-21 07:24:35 -08:00
unpacking.py Blacken src/pip/_internal/utils directory 2021-02-21 07:24:35 -08:00
urls.py Blacken src/pip/_internal/utils directory 2021-02-21 07:24:35 -08:00
virtualenv.py Blacken src/pip/_internal/utils directory 2021-02-21 07:24:35 -08:00
wheel.py Use f-strings for formatting 2021-03-30 15:48:27 +03:00