/usr/lib64/python2.7/lib-dynload
NameSizeModeActions
arraymodule.so484000755editdlrm
audioop.so335200755editdlrm
binascii.so262720755editdlrm
bz2.so442560755editdlrm
cmathmodule.so396800755editdlrm
cPickle.so849040755editdlrm
cStringIO.so243920755editdlrm
datetime.so915120755editdlrm
dbm.so168640755editdlrm
dlmodule.so119360755editdlrm
fcntlmodule.so198400755editdlrm
future_builtins.so92640755editdlrm
gdbmmodule.so203200755editdlrm
grpmodule.so129120755editdlrm
imageop.so207600755editdlrm
itertoolsmodule.so621920755editdlrm
linuxaudiodev.so171120755editdlrm
math.so380640755editdlrm
mmapmodule.so268320755editdlrm
nismodule.so170560755editdlrm
operator.so477200755editdlrm
ossaudiodev.so305120755editdlrm
parsermodule.so552800755editdlrm
pyexpat.so546080755editdlrm
Python-2.7.18-py2.7.egg-info15250644editdlrm
readline.so286800755editdlrm
resource.so167520755editdlrm
selectmodule.so295360755editdlrm
spwdmodule.so134240755editdlrm
stropmodule.so291360755editdlrm
syslog.so121680755editdlrm
termios.so261600755editdlrm
timemodule.so253920755editdlrm
timingmodule.so79840755editdlrm
unicodedata.so6987360755editdlrm
xxsubtype.so136080755editdlrm
zlibmodule.so287840755editdlrm
_bisectmodule.so140880755editdlrm
_bsddb.so1779200755editdlrm
_codecs_cn.so1513280755editdlrm
_codecs_hk.so1594400755editdlrm
_codecs_iso2022.so246080755editdlrm
_codecs_jp.so2660400755editdlrm
_codecs_kr.so1389920755editdlrm
_codecs_tw.so1102960755editdlrm
_collectionsmodule.so375680755editdlrm
_cryptmodule.so81840755editdlrm
_csv.so359120755editdlrm
_ctypes.so1349920755editdlrm
_curses.so883120755editdlrm
_curses_panel.so171440755editdlrm
_elementtree.so522320755editdlrm
_functoolsmodule.so175360755editdlrm
_hashlib.so273920755editdlrm
_heapq.so234560755editdlrm
_hotshot.so325200755editdlrm
_io.so1615600755editdlrm
_json.so434560755editdlrm
_localemodule.so216880755editdlrm
_lsprof.so233120755editdlrm
_md5module.so191120755editdlrm
_multibytecodecmodule.so367680755editdlrm
_multiprocessing.so353600755editdlrm
_randommodule.so168480755editdlrm
_sha256module.so220080755editdlrm
_sha512module.so260960755editdlrm
_shamodule.so173840755editdlrm
_socketmodule.so882880755editdlrm
_sqlite3.so892720755editdlrm
_ssl.so1029520755editdlrm
_struct.so433040755editdlrm
Edit: /usr/lib64/python2.7/lib-dynload/Python-2.7.18-py2.7.egg-info (1525B)
Metadata-Version: 1.1 Name: Python Version: 2.7.18 Summary: A high-level object-oriented programming language Home-page: http://www.python.org/2.7 Author: Guido van Rossum and the Python community Author-email: python-dev@python.org License: PSF license Description: Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java. Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface. The Python implementation is portable: it runs on many brands of UNIX, on Windows, DOS, OS/2, Mac, Amiga... If your favorite system isn't listed here, it may still be supported, if there's a C compiler for it. Ask around on comp.lang.python -- or just try compiling Python yourself. Platform: Many Classifier: Development Status :: 6 - Mature Classifier: License :: OSI Approved :: Python Software Foundation License Classifier: Natural Language :: English Classifier: Programming Language :: C Classifier: Programming Language :: Python Classifier: Topic :: Software Development