SILENT KILLERPanel

Current Path: > > opt > alt > python37 > bin


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt/python37/bin

NameTypeSizeLast ModifiedActions
chardetect File 977 bytes November 14 2023 12:05:51.
futurize File 973 bytes November 14 2023 12:35:07.
jsonschema File 986 bytes November 14 2023 13:06:18.
lswsgi File 113592 bytes February 24 2021 15:33:58.
pasteurize File 977 bytes November 14 2023 12:35:07.
pip File 661 bytes November 13 2023 21:31:07.
pip-3 File 661 bytes November 13 2023 21:31:07.
pip-3.7 File 661 bytes November 13 2023 21:31:07.
pip3 File 661 bytes November 13 2023 21:31:07.
pip3.7 File 661 bytes November 13 2023 21:31:07.
pydoc3 File 91 bytes April 17 2024 17:35:58.
pydoc3.7 File 91 bytes April 17 2024 17:35:58.
python3 File 7928 bytes April 17 2024 17:37:01.
python3-config File 173 bytes April 17 2024 17:36:19.
python3.7 File 7928 bytes April 17 2024 17:37:01.
python3.7-config File 173 bytes April 17 2024 17:36:19.
python3.7m File 7928 bytes April 17 2024 17:37:01.
python3.7m-config File 173 bytes April 17 2024 17:36:19.
python3.7m-x86_64-config File 3660 bytes April 17 2024 17:33:24.
pyvenv File 448 bytes April 17 2024 17:35:58.
pyvenv-3.7 File 448 bytes April 17 2024 17:35:58.
raven File 961 bytes November 14 2023 14:14:56.
virtualenv File 992 bytes May 26 2022 12:12:42.
virtualenv-3 File 992 bytes May 26 2022 12:12:42.
virtualenv-37 File 992 bytes May 26 2022 12:12:42.

Reading File: //opt/alt/python37/bin/futurize

#!/opt/alt/python37/bin/python3
# EASY-INSTALL-ENTRY-SCRIPT: 'future==0.17.0','console_scripts','futurize'
import re
import sys

# for compatibility with easy_install; see #2198
__requires__ = 'future==0.17.0'

try:
    from importlib.metadata import distribution
except ImportError:
    try:
        from importlib_metadata import distribution
    except ImportError:
        from pkg_resources import load_entry_point


def importlib_load_entry_point(spec, group, name):
    dist_name, _, _ = spec.partition('==')
    matches = (
        entry_point
        for entry_point in distribution(dist_name).entry_points
        if entry_point.group == group and entry_point.name == name
    )
    return next(matches).load()


globals().setdefault('load_entry_point', importlib_load_entry_point)


if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
    sys.exit(load_entry_point('future==0.17.0', 'console_scripts', 'futurize')())

SILENT KILLER Tool