X7ROOT File Manager
Current Path:
/opt/alt/python37/bin
opt
/
alt
/
python37
/
bin
/
ðŸ“
..
📄
chardetect
(977 B)
📄
futurize
(973 B)
📄
jsonschema
(986 B)
📄
lswsgi
(110.93 KB)
📄
pasteurize
(977 B)
📄
pip
(661 B)
📄
pip-3
(661 B)
📄
pip-3.7
(661 B)
📄
pip3
(661 B)
📄
pip3.7
(661 B)
📄
pydoc3
(91 B)
📄
pydoc3.7
(91 B)
📄
python3
(7.74 KB)
📄
python3-config
(173 B)
📄
python3.7
(7.74 KB)
📄
python3.7-config
(173 B)
📄
python3.7m
(7.74 KB)
📄
python3.7m-config
(173 B)
📄
python3.7m-x86_64-config
(3.57 KB)
📄
pyvenv
(448 B)
📄
pyvenv-3.7
(448 B)
📄
raven
(961 B)
📄
virtualenv
(992 B)
📄
virtualenv-3
(992 B)
📄
virtualenv-37
(992 B)
Editing: chardetect
#!/opt/alt/python37/bin/python3 # EASY-INSTALL-ENTRY-SCRIPT: 'chardet==3.0.4','console_scripts','chardetect' import re import sys # for compatibility with easy_install; see #2198 __requires__ = 'chardet==3.0.4' 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('chardet==3.0.4', 'console_scripts', 'chardetect')())
Upload File
Create Folder