using for loop to install conda package

This commit is contained in:
ton
2023-04-16 11:03:27 +07:00
parent 49da9f29c1
commit 0c2b34d6f8
12168 changed files with 2656238 additions and 1 deletions

View File

@@ -0,0 +1,89 @@
Metadata-Version: 2.1
Name: pip
Version: 23.1
Summary: The PyPA recommended tool for installing Python packages.
Home-page: https://pip.pypa.io/
Author: The pip developers
Author-email: distutils-sig@python.org
License: MIT
Project-URL: Documentation, https://pip.pypa.io
Project-URL: Source, https://github.com/pypa/pip
Project-URL: Changelog, https://pip.pypa.io/en/stable/news/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
License-File: LICENSE.txt
License-File: AUTHORS.txt
pip - The Python Package Installer
==================================
.. image:: https://img.shields.io/pypi/v/pip.svg
:target: https://pypi.org/project/pip/
.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
:target: https://pip.pypa.io/en/latest
pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.
Please take a look at our documentation for how to install and use pip:
* `Installation`_
* `Usage`_
We release updates regularly, with a new version every 3 months. Find more details in our documentation:
* `Release notes`_
* `Release process`_
In pip 20.3, we've `made a big improvement to the heart of pip`_; `learn more`_. We want your input, so `sign up for our user experience research studies`_ to help us do it right.
**Note**: pip 21.0, in January 2021, removed Python 2 support, per pip's `Python 2 support policy`_. Please migrate to Python 3.
If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:
* `Issue tracking`_
* `Discourse channel`_
* `User IRC`_
If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms:
* `GitHub page`_
* `Development documentation`_
* `Development IRC`_
Code of Conduct
---------------
Everyone interacting in the pip project's codebases, issue trackers, chat
rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
.. _package installer: https://packaging.python.org/guides/tool-recommendations/
.. _Python Package Index: https://pypi.org
.. _Installation: https://pip.pypa.io/en/stable/installation/
.. _Usage: https://pip.pypa.io/en/stable/
.. _Release notes: https://pip.pypa.io/en/stable/news.html
.. _Release process: https://pip.pypa.io/en/latest/development/release-process/
.. _GitHub page: https://github.com/pypa/pip
.. _Development documentation: https://pip.pypa.io/en/latest/development
.. _made a big improvement to the heart of pip: https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html
.. _learn more: https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020
.. _sign up for our user experience research studies: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html
.. _Python 2 support policy: https://pip.pypa.io/en/latest/development/release-process/#python-2-support
.. _Issue tracking: https://github.com/pypa/pip/issues
.. _Discourse channel: https://discuss.python.org/c/packaging
.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa
.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev
.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md

View File

@@ -0,0 +1,645 @@
AUTHORS.txt
LICENSE.txt
MANIFEST.in
NEWS.rst
README.rst
SECURITY.md
pyproject.toml
setup.cfg
setup.py
docs/pip_sphinxext.py
docs/requirements.txt
docs/html/conf.py
docs/html/copyright.rst
docs/html/getting-started.md
docs/html/index.md
docs/html/installation.md
docs/html/installing.rst
docs/html/news.rst
docs/html/quickstart.rst
docs/html/user_guide.rst
docs/html/ux_research_design.rst
docs/html/cli/index.md
docs/html/cli/pip.rst
docs/html/cli/pip_cache.rst
docs/html/cli/pip_check.rst
docs/html/cli/pip_config.rst
docs/html/cli/pip_debug.rst
docs/html/cli/pip_download.rst
docs/html/cli/pip_freeze.rst
docs/html/cli/pip_hash.rst
docs/html/cli/pip_inspect.rst
docs/html/cli/pip_install.rst
docs/html/cli/pip_list.rst
docs/html/cli/pip_search.rst
docs/html/cli/pip_show.rst
docs/html/cli/pip_uninstall.rst
docs/html/cli/pip_wheel.rst
docs/html/development/ci.rst
docs/html/development/contributing.rst
docs/html/development/conventions.rst
docs/html/development/getting-started.rst
docs/html/development/index.rst
docs/html/development/issue-triage.md
docs/html/development/release-process.rst
docs/html/development/vendoring-policy.rst
docs/html/development/architecture/anatomy.rst
docs/html/development/architecture/command-line-interface.rst
docs/html/development/architecture/configuration-files.rst
docs/html/development/architecture/index.rst
docs/html/development/architecture/overview.rst
docs/html/development/architecture/package-finding.rst
docs/html/development/architecture/upgrade-options.rst
docs/html/reference/index.md
docs/html/reference/inspect-report.md
docs/html/reference/installation-report.md
docs/html/reference/pip.rst
docs/html/reference/pip_cache.rst
docs/html/reference/pip_check.rst
docs/html/reference/pip_config.rst
docs/html/reference/pip_debug.rst
docs/html/reference/pip_download.rst
docs/html/reference/pip_freeze.rst
docs/html/reference/pip_hash.rst
docs/html/reference/pip_install.rst
docs/html/reference/pip_list.rst
docs/html/reference/pip_search.rst
docs/html/reference/pip_show.rst
docs/html/reference/pip_uninstall.rst
docs/html/reference/pip_wheel.rst
docs/html/reference/requirement-specifiers.md
docs/html/reference/requirements-file-format.md
docs/html/reference/build-system/index.md
docs/html/reference/build-system/pyproject-toml.md
docs/html/reference/build-system/setup-py.md
docs/html/topics/authentication.md
docs/html/topics/caching.md
docs/html/topics/configuration.md
docs/html/topics/dependency-resolution.md
docs/html/topics/deps.dot
docs/html/topics/deps.png
docs/html/topics/https-certificates.md
docs/html/topics/index.md
docs/html/topics/local-project-installs.md
docs/html/topics/more-dependency-resolution.md
docs/html/topics/python-option.md
docs/html/topics/repeatable-installs.md
docs/html/topics/secure-installs.md
docs/html/topics/vcs-support.md
docs/man/index.rst
docs/man/commands/cache.rst
docs/man/commands/check.rst
docs/man/commands/config.rst
docs/man/commands/debug.rst
docs/man/commands/download.rst
docs/man/commands/freeze.rst
docs/man/commands/hash.rst
docs/man/commands/help.rst
docs/man/commands/install.rst
docs/man/commands/list.rst
docs/man/commands/search.rst
docs/man/commands/show.rst
docs/man/commands/uninstall.rst
docs/man/commands/wheel.rst
src/pip/__init__.py
src/pip/__main__.py
src/pip/__pip-runner__.py
src/pip/py.typed
src/pip.egg-info/PKG-INFO
src/pip.egg-info/SOURCES.txt
src/pip.egg-info/dependency_links.txt
src/pip.egg-info/entry_points.txt
src/pip.egg-info/not-zip-safe
src/pip.egg-info/top_level.txt
src/pip/_internal/__init__.py
src/pip/_internal/build_env.py
src/pip/_internal/cache.py
src/pip/_internal/configuration.py
src/pip/_internal/exceptions.py
src/pip/_internal/main.py
src/pip/_internal/pyproject.py
src/pip/_internal/self_outdated_check.py
src/pip/_internal/wheel_builder.py
src/pip/_internal/cli/__init__.py
src/pip/_internal/cli/autocompletion.py
src/pip/_internal/cli/base_command.py
src/pip/_internal/cli/cmdoptions.py
src/pip/_internal/cli/command_context.py
src/pip/_internal/cli/main.py
src/pip/_internal/cli/main_parser.py
src/pip/_internal/cli/parser.py
src/pip/_internal/cli/progress_bars.py
src/pip/_internal/cli/req_command.py
src/pip/_internal/cli/spinners.py
src/pip/_internal/cli/status_codes.py
src/pip/_internal/commands/__init__.py
src/pip/_internal/commands/cache.py
src/pip/_internal/commands/check.py
src/pip/_internal/commands/completion.py
src/pip/_internal/commands/configuration.py
src/pip/_internal/commands/debug.py
src/pip/_internal/commands/download.py
src/pip/_internal/commands/freeze.py
src/pip/_internal/commands/hash.py
src/pip/_internal/commands/help.py
src/pip/_internal/commands/index.py
src/pip/_internal/commands/inspect.py
src/pip/_internal/commands/install.py
src/pip/_internal/commands/list.py
src/pip/_internal/commands/search.py
src/pip/_internal/commands/show.py
src/pip/_internal/commands/uninstall.py
src/pip/_internal/commands/wheel.py
src/pip/_internal/distributions/__init__.py
src/pip/_internal/distributions/base.py
src/pip/_internal/distributions/installed.py
src/pip/_internal/distributions/sdist.py
src/pip/_internal/distributions/wheel.py
src/pip/_internal/index/__init__.py
src/pip/_internal/index/collector.py
src/pip/_internal/index/package_finder.py
src/pip/_internal/index/sources.py
src/pip/_internal/locations/__init__.py
src/pip/_internal/locations/_distutils.py
src/pip/_internal/locations/_sysconfig.py
src/pip/_internal/locations/base.py
src/pip/_internal/metadata/__init__.py
src/pip/_internal/metadata/_json.py
src/pip/_internal/metadata/base.py
src/pip/_internal/metadata/pkg_resources.py
src/pip/_internal/metadata/importlib/__init__.py
src/pip/_internal/metadata/importlib/_compat.py
src/pip/_internal/metadata/importlib/_dists.py
src/pip/_internal/metadata/importlib/_envs.py
src/pip/_internal/models/__init__.py
src/pip/_internal/models/candidate.py
src/pip/_internal/models/direct_url.py
src/pip/_internal/models/format_control.py
src/pip/_internal/models/index.py
src/pip/_internal/models/installation_report.py
src/pip/_internal/models/link.py
src/pip/_internal/models/scheme.py
src/pip/_internal/models/search_scope.py
src/pip/_internal/models/selection_prefs.py
src/pip/_internal/models/target_python.py
src/pip/_internal/models/wheel.py
src/pip/_internal/network/__init__.py
src/pip/_internal/network/auth.py
src/pip/_internal/network/cache.py
src/pip/_internal/network/download.py
src/pip/_internal/network/lazy_wheel.py
src/pip/_internal/network/session.py
src/pip/_internal/network/utils.py
src/pip/_internal/network/xmlrpc.py
src/pip/_internal/operations/__init__.py
src/pip/_internal/operations/check.py
src/pip/_internal/operations/freeze.py
src/pip/_internal/operations/prepare.py
src/pip/_internal/operations/build/__init__.py
src/pip/_internal/operations/build/build_tracker.py
src/pip/_internal/operations/build/metadata.py
src/pip/_internal/operations/build/metadata_editable.py
src/pip/_internal/operations/build/metadata_legacy.py
src/pip/_internal/operations/build/wheel.py
src/pip/_internal/operations/build/wheel_editable.py
src/pip/_internal/operations/build/wheel_legacy.py
src/pip/_internal/operations/install/__init__.py
src/pip/_internal/operations/install/editable_legacy.py
src/pip/_internal/operations/install/wheel.py
src/pip/_internal/req/__init__.py
src/pip/_internal/req/constructors.py
src/pip/_internal/req/req_file.py
src/pip/_internal/req/req_install.py
src/pip/_internal/req/req_set.py
src/pip/_internal/req/req_uninstall.py
src/pip/_internal/resolution/__init__.py
src/pip/_internal/resolution/base.py
src/pip/_internal/resolution/legacy/__init__.py
src/pip/_internal/resolution/legacy/resolver.py
src/pip/_internal/resolution/resolvelib/__init__.py
src/pip/_internal/resolution/resolvelib/base.py
src/pip/_internal/resolution/resolvelib/candidates.py
src/pip/_internal/resolution/resolvelib/factory.py
src/pip/_internal/resolution/resolvelib/found_candidates.py
src/pip/_internal/resolution/resolvelib/provider.py
src/pip/_internal/resolution/resolvelib/reporter.py
src/pip/_internal/resolution/resolvelib/requirements.py
src/pip/_internal/resolution/resolvelib/resolver.py
src/pip/_internal/utils/__init__.py
src/pip/_internal/utils/_jaraco_text.py
src/pip/_internal/utils/_log.py
src/pip/_internal/utils/appdirs.py
src/pip/_internal/utils/compat.py
src/pip/_internal/utils/compatibility_tags.py
src/pip/_internal/utils/datetime.py
src/pip/_internal/utils/deprecation.py
src/pip/_internal/utils/direct_url_helpers.py
src/pip/_internal/utils/egg_link.py
src/pip/_internal/utils/encoding.py
src/pip/_internal/utils/entrypoints.py
src/pip/_internal/utils/filesystem.py
src/pip/_internal/utils/filetypes.py
src/pip/_internal/utils/glibc.py
src/pip/_internal/utils/hashes.py
src/pip/_internal/utils/inject_securetransport.py
src/pip/_internal/utils/logging.py
src/pip/_internal/utils/misc.py
src/pip/_internal/utils/models.py
src/pip/_internal/utils/packaging.py
src/pip/_internal/utils/setuptools_build.py
src/pip/_internal/utils/subprocess.py
src/pip/_internal/utils/temp_dir.py
src/pip/_internal/utils/unpacking.py
src/pip/_internal/utils/urls.py
src/pip/_internal/utils/virtualenv.py
src/pip/_internal/utils/wheel.py
src/pip/_internal/vcs/__init__.py
src/pip/_internal/vcs/bazaar.py
src/pip/_internal/vcs/git.py
src/pip/_internal/vcs/mercurial.py
src/pip/_internal/vcs/subversion.py
src/pip/_internal/vcs/versioncontrol.py
src/pip/_vendor/README.rst
src/pip/_vendor/__init__.py
src/pip/_vendor/six.LICENSE
src/pip/_vendor/six.py
src/pip/_vendor/typing_extensions.LICENSE
src/pip/_vendor/typing_extensions.py
src/pip/_vendor/vendor.txt
src/pip/_vendor/cachecontrol/LICENSE.txt
src/pip/_vendor/cachecontrol/__init__.py
src/pip/_vendor/cachecontrol/_cmd.py
src/pip/_vendor/cachecontrol/adapter.py
src/pip/_vendor/cachecontrol/cache.py
src/pip/_vendor/cachecontrol/compat.py
src/pip/_vendor/cachecontrol/controller.py
src/pip/_vendor/cachecontrol/filewrapper.py
src/pip/_vendor/cachecontrol/heuristics.py
src/pip/_vendor/cachecontrol/serialize.py
src/pip/_vendor/cachecontrol/wrapper.py
src/pip/_vendor/cachecontrol/caches/__init__.py
src/pip/_vendor/cachecontrol/caches/file_cache.py
src/pip/_vendor/cachecontrol/caches/redis_cache.py
src/pip/_vendor/certifi/LICENSE
src/pip/_vendor/certifi/__init__.py
src/pip/_vendor/certifi/__main__.py
src/pip/_vendor/certifi/cacert.pem
src/pip/_vendor/certifi/core.py
src/pip/_vendor/certifi/py.typed
src/pip/_vendor/chardet/LICENSE
src/pip/_vendor/chardet/__init__.py
src/pip/_vendor/chardet/big5freq.py
src/pip/_vendor/chardet/big5prober.py
src/pip/_vendor/chardet/chardistribution.py
src/pip/_vendor/chardet/charsetgroupprober.py
src/pip/_vendor/chardet/charsetprober.py
src/pip/_vendor/chardet/codingstatemachine.py
src/pip/_vendor/chardet/codingstatemachinedict.py
src/pip/_vendor/chardet/cp949prober.py
src/pip/_vendor/chardet/enums.py
src/pip/_vendor/chardet/escprober.py
src/pip/_vendor/chardet/escsm.py
src/pip/_vendor/chardet/eucjpprober.py
src/pip/_vendor/chardet/euckrfreq.py
src/pip/_vendor/chardet/euckrprober.py
src/pip/_vendor/chardet/euctwfreq.py
src/pip/_vendor/chardet/euctwprober.py
src/pip/_vendor/chardet/gb2312freq.py
src/pip/_vendor/chardet/gb2312prober.py
src/pip/_vendor/chardet/hebrewprober.py
src/pip/_vendor/chardet/jisfreq.py
src/pip/_vendor/chardet/johabfreq.py
src/pip/_vendor/chardet/johabprober.py
src/pip/_vendor/chardet/jpcntx.py
src/pip/_vendor/chardet/langbulgarianmodel.py
src/pip/_vendor/chardet/langgreekmodel.py
src/pip/_vendor/chardet/langhebrewmodel.py
src/pip/_vendor/chardet/langhungarianmodel.py
src/pip/_vendor/chardet/langrussianmodel.py
src/pip/_vendor/chardet/langthaimodel.py
src/pip/_vendor/chardet/langturkishmodel.py
src/pip/_vendor/chardet/latin1prober.py
src/pip/_vendor/chardet/macromanprober.py
src/pip/_vendor/chardet/mbcharsetprober.py
src/pip/_vendor/chardet/mbcsgroupprober.py
src/pip/_vendor/chardet/mbcssm.py
src/pip/_vendor/chardet/py.typed
src/pip/_vendor/chardet/resultdict.py
src/pip/_vendor/chardet/sbcharsetprober.py
src/pip/_vendor/chardet/sbcsgroupprober.py
src/pip/_vendor/chardet/sjisprober.py
src/pip/_vendor/chardet/universaldetector.py
src/pip/_vendor/chardet/utf1632prober.py
src/pip/_vendor/chardet/utf8prober.py
src/pip/_vendor/chardet/version.py
src/pip/_vendor/chardet/cli/__init__.py
src/pip/_vendor/chardet/cli/chardetect.py
src/pip/_vendor/chardet/metadata/__init__.py
src/pip/_vendor/chardet/metadata/languages.py
src/pip/_vendor/colorama/LICENSE.txt
src/pip/_vendor/colorama/__init__.py
src/pip/_vendor/colorama/ansi.py
src/pip/_vendor/colorama/ansitowin32.py
src/pip/_vendor/colorama/initialise.py
src/pip/_vendor/colorama/win32.py
src/pip/_vendor/colorama/winterm.py
src/pip/_vendor/colorama/tests/__init__.py
src/pip/_vendor/colorama/tests/ansi_test.py
src/pip/_vendor/colorama/tests/ansitowin32_test.py
src/pip/_vendor/colorama/tests/initialise_test.py
src/pip/_vendor/colorama/tests/isatty_test.py
src/pip/_vendor/colorama/tests/utils.py
src/pip/_vendor/colorama/tests/winterm_test.py
src/pip/_vendor/distlib/LICENSE.txt
src/pip/_vendor/distlib/__init__.py
src/pip/_vendor/distlib/compat.py
src/pip/_vendor/distlib/database.py
src/pip/_vendor/distlib/index.py
src/pip/_vendor/distlib/locators.py
src/pip/_vendor/distlib/manifest.py
src/pip/_vendor/distlib/markers.py
src/pip/_vendor/distlib/metadata.py
src/pip/_vendor/distlib/resources.py
src/pip/_vendor/distlib/scripts.py
src/pip/_vendor/distlib/t32.exe
src/pip/_vendor/distlib/t64-arm.exe
src/pip/_vendor/distlib/t64.exe
src/pip/_vendor/distlib/util.py
src/pip/_vendor/distlib/version.py
src/pip/_vendor/distlib/w32.exe
src/pip/_vendor/distlib/w64-arm.exe
src/pip/_vendor/distlib/w64.exe
src/pip/_vendor/distlib/wheel.py
src/pip/_vendor/distro/LICENSE
src/pip/_vendor/distro/__init__.py
src/pip/_vendor/distro/__main__.py
src/pip/_vendor/distro/distro.py
src/pip/_vendor/distro/py.typed
src/pip/_vendor/idna/LICENSE.md
src/pip/_vendor/idna/__init__.py
src/pip/_vendor/idna/codec.py
src/pip/_vendor/idna/compat.py
src/pip/_vendor/idna/core.py
src/pip/_vendor/idna/idnadata.py
src/pip/_vendor/idna/intranges.py
src/pip/_vendor/idna/package_data.py
src/pip/_vendor/idna/py.typed
src/pip/_vendor/idna/uts46data.py
src/pip/_vendor/msgpack/COPYING
src/pip/_vendor/msgpack/__init__.py
src/pip/_vendor/msgpack/exceptions.py
src/pip/_vendor/msgpack/ext.py
src/pip/_vendor/msgpack/fallback.py
src/pip/_vendor/packaging/LICENSE
src/pip/_vendor/packaging/LICENSE.APACHE
src/pip/_vendor/packaging/LICENSE.BSD
src/pip/_vendor/packaging/__about__.py
src/pip/_vendor/packaging/__init__.py
src/pip/_vendor/packaging/_manylinux.py
src/pip/_vendor/packaging/_musllinux.py
src/pip/_vendor/packaging/_structures.py
src/pip/_vendor/packaging/markers.py
src/pip/_vendor/packaging/py.typed
src/pip/_vendor/packaging/requirements.py
src/pip/_vendor/packaging/specifiers.py
src/pip/_vendor/packaging/tags.py
src/pip/_vendor/packaging/utils.py
src/pip/_vendor/packaging/version.py
src/pip/_vendor/pkg_resources/LICENSE
src/pip/_vendor/pkg_resources/__init__.py
src/pip/_vendor/platformdirs/LICENSE
src/pip/_vendor/platformdirs/__init__.py
src/pip/_vendor/platformdirs/__main__.py
src/pip/_vendor/platformdirs/android.py
src/pip/_vendor/platformdirs/api.py
src/pip/_vendor/platformdirs/macos.py
src/pip/_vendor/platformdirs/py.typed
src/pip/_vendor/platformdirs/unix.py
src/pip/_vendor/platformdirs/version.py
src/pip/_vendor/platformdirs/windows.py
src/pip/_vendor/pygments/LICENSE
src/pip/_vendor/pygments/__init__.py
src/pip/_vendor/pygments/__main__.py
src/pip/_vendor/pygments/cmdline.py
src/pip/_vendor/pygments/console.py
src/pip/_vendor/pygments/filter.py
src/pip/_vendor/pygments/formatter.py
src/pip/_vendor/pygments/lexer.py
src/pip/_vendor/pygments/modeline.py
src/pip/_vendor/pygments/plugin.py
src/pip/_vendor/pygments/regexopt.py
src/pip/_vendor/pygments/scanner.py
src/pip/_vendor/pygments/sphinxext.py
src/pip/_vendor/pygments/style.py
src/pip/_vendor/pygments/token.py
src/pip/_vendor/pygments/unistring.py
src/pip/_vendor/pygments/util.py
src/pip/_vendor/pygments/filters/__init__.py
src/pip/_vendor/pygments/formatters/__init__.py
src/pip/_vendor/pygments/formatters/_mapping.py
src/pip/_vendor/pygments/formatters/bbcode.py
src/pip/_vendor/pygments/formatters/groff.py
src/pip/_vendor/pygments/formatters/html.py
src/pip/_vendor/pygments/formatters/img.py
src/pip/_vendor/pygments/formatters/irc.py
src/pip/_vendor/pygments/formatters/latex.py
src/pip/_vendor/pygments/formatters/other.py
src/pip/_vendor/pygments/formatters/pangomarkup.py
src/pip/_vendor/pygments/formatters/rtf.py
src/pip/_vendor/pygments/formatters/svg.py
src/pip/_vendor/pygments/formatters/terminal.py
src/pip/_vendor/pygments/formatters/terminal256.py
src/pip/_vendor/pygments/lexers/__init__.py
src/pip/_vendor/pygments/lexers/_mapping.py
src/pip/_vendor/pygments/lexers/python.py
src/pip/_vendor/pygments/styles/__init__.py
src/pip/_vendor/pyparsing/LICENSE
src/pip/_vendor/pyparsing/__init__.py
src/pip/_vendor/pyparsing/actions.py
src/pip/_vendor/pyparsing/common.py
src/pip/_vendor/pyparsing/core.py
src/pip/_vendor/pyparsing/exceptions.py
src/pip/_vendor/pyparsing/helpers.py
src/pip/_vendor/pyparsing/py.typed
src/pip/_vendor/pyparsing/results.py
src/pip/_vendor/pyparsing/testing.py
src/pip/_vendor/pyparsing/unicode.py
src/pip/_vendor/pyparsing/util.py
src/pip/_vendor/pyparsing/diagram/__init__.py
src/pip/_vendor/pyproject_hooks/LICENSE
src/pip/_vendor/pyproject_hooks/__init__.py
src/pip/_vendor/pyproject_hooks/_compat.py
src/pip/_vendor/pyproject_hooks/_impl.py
src/pip/_vendor/pyproject_hooks/_in_process/__init__.py
src/pip/_vendor/pyproject_hooks/_in_process/_in_process.py
src/pip/_vendor/requests/LICENSE
src/pip/_vendor/requests/__init__.py
src/pip/_vendor/requests/__version__.py
src/pip/_vendor/requests/_internal_utils.py
src/pip/_vendor/requests/adapters.py
src/pip/_vendor/requests/api.py
src/pip/_vendor/requests/auth.py
src/pip/_vendor/requests/certs.py
src/pip/_vendor/requests/compat.py
src/pip/_vendor/requests/cookies.py
src/pip/_vendor/requests/exceptions.py
src/pip/_vendor/requests/help.py
src/pip/_vendor/requests/hooks.py
src/pip/_vendor/requests/models.py
src/pip/_vendor/requests/packages.py
src/pip/_vendor/requests/sessions.py
src/pip/_vendor/requests/status_codes.py
src/pip/_vendor/requests/structures.py
src/pip/_vendor/requests/utils.py
src/pip/_vendor/resolvelib/LICENSE
src/pip/_vendor/resolvelib/__init__.py
src/pip/_vendor/resolvelib/providers.py
src/pip/_vendor/resolvelib/py.typed
src/pip/_vendor/resolvelib/reporters.py
src/pip/_vendor/resolvelib/resolvers.py
src/pip/_vendor/resolvelib/structs.py
src/pip/_vendor/resolvelib/compat/__init__.py
src/pip/_vendor/resolvelib/compat/collections_abc.py
src/pip/_vendor/rich/LICENSE
src/pip/_vendor/rich/__init__.py
src/pip/_vendor/rich/__main__.py
src/pip/_vendor/rich/_cell_widths.py
src/pip/_vendor/rich/_emoji_codes.py
src/pip/_vendor/rich/_emoji_replace.py
src/pip/_vendor/rich/_export_format.py
src/pip/_vendor/rich/_extension.py
src/pip/_vendor/rich/_fileno.py
src/pip/_vendor/rich/_inspect.py
src/pip/_vendor/rich/_log_render.py
src/pip/_vendor/rich/_loop.py
src/pip/_vendor/rich/_null_file.py
src/pip/_vendor/rich/_palettes.py
src/pip/_vendor/rich/_pick.py
src/pip/_vendor/rich/_ratio.py
src/pip/_vendor/rich/_spinners.py
src/pip/_vendor/rich/_stack.py
src/pip/_vendor/rich/_timer.py
src/pip/_vendor/rich/_win32_console.py
src/pip/_vendor/rich/_windows.py
src/pip/_vendor/rich/_windows_renderer.py
src/pip/_vendor/rich/_wrap.py
src/pip/_vendor/rich/abc.py
src/pip/_vendor/rich/align.py
src/pip/_vendor/rich/ansi.py
src/pip/_vendor/rich/bar.py
src/pip/_vendor/rich/box.py
src/pip/_vendor/rich/cells.py
src/pip/_vendor/rich/color.py
src/pip/_vendor/rich/color_triplet.py
src/pip/_vendor/rich/columns.py
src/pip/_vendor/rich/console.py
src/pip/_vendor/rich/constrain.py
src/pip/_vendor/rich/containers.py
src/pip/_vendor/rich/control.py
src/pip/_vendor/rich/default_styles.py
src/pip/_vendor/rich/diagnose.py
src/pip/_vendor/rich/emoji.py
src/pip/_vendor/rich/errors.py
src/pip/_vendor/rich/file_proxy.py
src/pip/_vendor/rich/filesize.py
src/pip/_vendor/rich/highlighter.py
src/pip/_vendor/rich/json.py
src/pip/_vendor/rich/jupyter.py
src/pip/_vendor/rich/layout.py
src/pip/_vendor/rich/live.py
src/pip/_vendor/rich/live_render.py
src/pip/_vendor/rich/logging.py
src/pip/_vendor/rich/markup.py
src/pip/_vendor/rich/measure.py
src/pip/_vendor/rich/padding.py
src/pip/_vendor/rich/pager.py
src/pip/_vendor/rich/palette.py
src/pip/_vendor/rich/panel.py
src/pip/_vendor/rich/pretty.py
src/pip/_vendor/rich/progress.py
src/pip/_vendor/rich/progress_bar.py
src/pip/_vendor/rich/prompt.py
src/pip/_vendor/rich/protocol.py
src/pip/_vendor/rich/py.typed
src/pip/_vendor/rich/region.py
src/pip/_vendor/rich/repr.py
src/pip/_vendor/rich/rule.py
src/pip/_vendor/rich/scope.py
src/pip/_vendor/rich/screen.py
src/pip/_vendor/rich/segment.py
src/pip/_vendor/rich/spinner.py
src/pip/_vendor/rich/status.py
src/pip/_vendor/rich/style.py
src/pip/_vendor/rich/styled.py
src/pip/_vendor/rich/syntax.py
src/pip/_vendor/rich/table.py
src/pip/_vendor/rich/terminal_theme.py
src/pip/_vendor/rich/text.py
src/pip/_vendor/rich/theme.py
src/pip/_vendor/rich/themes.py
src/pip/_vendor/rich/traceback.py
src/pip/_vendor/rich/tree.py
src/pip/_vendor/tenacity/LICENSE
src/pip/_vendor/tenacity/__init__.py
src/pip/_vendor/tenacity/_asyncio.py
src/pip/_vendor/tenacity/_utils.py
src/pip/_vendor/tenacity/after.py
src/pip/_vendor/tenacity/before.py
src/pip/_vendor/tenacity/before_sleep.py
src/pip/_vendor/tenacity/nap.py
src/pip/_vendor/tenacity/py.typed
src/pip/_vendor/tenacity/retry.py
src/pip/_vendor/tenacity/stop.py
src/pip/_vendor/tenacity/tornadoweb.py
src/pip/_vendor/tenacity/wait.py
src/pip/_vendor/tomli/LICENSE
src/pip/_vendor/tomli/__init__.py
src/pip/_vendor/tomli/_parser.py
src/pip/_vendor/tomli/_re.py
src/pip/_vendor/tomli/_types.py
src/pip/_vendor/tomli/py.typed
src/pip/_vendor/urllib3/LICENSE.txt
src/pip/_vendor/urllib3/__init__.py
src/pip/_vendor/urllib3/_collections.py
src/pip/_vendor/urllib3/_version.py
src/pip/_vendor/urllib3/connection.py
src/pip/_vendor/urllib3/connectionpool.py
src/pip/_vendor/urllib3/exceptions.py
src/pip/_vendor/urllib3/fields.py
src/pip/_vendor/urllib3/filepost.py
src/pip/_vendor/urllib3/poolmanager.py
src/pip/_vendor/urllib3/request.py
src/pip/_vendor/urllib3/response.py
src/pip/_vendor/urllib3/contrib/__init__.py
src/pip/_vendor/urllib3/contrib/_appengine_environ.py
src/pip/_vendor/urllib3/contrib/appengine.py
src/pip/_vendor/urllib3/contrib/ntlmpool.py
src/pip/_vendor/urllib3/contrib/pyopenssl.py
src/pip/_vendor/urllib3/contrib/securetransport.py
src/pip/_vendor/urllib3/contrib/socks.py
src/pip/_vendor/urllib3/contrib/_securetransport/__init__.py
src/pip/_vendor/urllib3/contrib/_securetransport/bindings.py
src/pip/_vendor/urllib3/contrib/_securetransport/low_level.py
src/pip/_vendor/urllib3/packages/__init__.py
src/pip/_vendor/urllib3/packages/six.py
src/pip/_vendor/urllib3/packages/backports/__init__.py
src/pip/_vendor/urllib3/packages/backports/makefile.py
src/pip/_vendor/urllib3/util/__init__.py
src/pip/_vendor/urllib3/util/connection.py
src/pip/_vendor/urllib3/util/proxy.py
src/pip/_vendor/urllib3/util/queue.py
src/pip/_vendor/urllib3/util/request.py
src/pip/_vendor/urllib3/util/response.py
src/pip/_vendor/urllib3/util/retry.py
src/pip/_vendor/urllib3/util/ssl_.py
src/pip/_vendor/urllib3/util/ssl_match_hostname.py
src/pip/_vendor/urllib3/util/ssltransport.py
src/pip/_vendor/urllib3/util/timeout.py
src/pip/_vendor/urllib3/util/url.py
src/pip/_vendor/urllib3/util/wait.py
src/pip/_vendor/webencodings/LICENSE
src/pip/_vendor/webencodings/__init__.py
src/pip/_vendor/webencodings/labels.py
src/pip/_vendor/webencodings/mklabels.py
src/pip/_vendor/webencodings/tests.py
src/pip/_vendor/webencodings/x_user_defined.py

View File

@@ -0,0 +1,4 @@
[console_scripts]
pip = pip._internal.cli.main:main
pip3 = pip._internal.cli.main:main
pip3.11 = pip._internal.cli.main:main

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@
pip