/opt/alt/python27/lib64/python2.7/lib-dynload
NameSizeModeActions
arraymodule.so484960755editdlrm
audioop.so336000755editdlrm
binascii.so263760755editdlrm
bz2.so443440755editdlrm
cmathmodule.so397200755editdlrm
cPickle.so850080755editdlrm
cStringIO.so244880755editdlrm
datetime.so915680755editdlrm
dbm.so169680755editdlrm
dlmodule.so120160755editdlrm
fcntlmodule.so199360755editdlrm
future_builtins.so93600755editdlrm
gdbmmodule.so204160755editdlrm
grpmodule.so130080755editdlrm
imageop.so208480755editdlrm
itertoolsmodule.so622960755editdlrm
linuxaudiodev.so172000755editdlrm
math.so381040755editdlrm
mmapmodule.so269200755editdlrm
nismodule.so171520755editdlrm
operator.so478080755editdlrm
ossaudiodev.so306080755editdlrm
parsermodule.so553680755editdlrm
pyexpat.so2877520755editdlrm
Python-2.7.16-py2.7.egg-info15250644editdlrm
readline.so287760755editdlrm
resource.so168560755editdlrm
selectmodule.so296160755editdlrm
spwdmodule.so135200755editdlrm
stropmodule.so292400755editdlrm
syslog.so122720755editdlrm
termios.so262400755editdlrm
timemodule.so254640755editdlrm
timingmodule.so80800755editdlrm
unicodedata.so6988240755editdlrm
xxsubtype.so136960755editdlrm
zlibmodule.so288640755editdlrm
_bisectmodule.so141840755editdlrm
_bsddb.so1780000755editdlrm
_codecs_cn.so1514160755editdlrm
_codecs_hk.so1595360755editdlrm
_codecs_iso2022.so246960755editdlrm
_codecs_jp.so2661280755editdlrm
_codecs_kr.so1390880755editdlrm
_codecs_tw.so1103840755editdlrm
_collectionsmodule.so376640755editdlrm
_cryptmodule.so82640755editdlrm
_csv.so360000755editdlrm
_ctypes.so1362960755editdlrm
_curses.so884080755editdlrm
_curses_panel.so172320755editdlrm
_elementtree.so523440755editdlrm
_functoolsmodule.so176240755editdlrm
_hashlib.so268160755editdlrm
_heapq.so235520755editdlrm
_hotshot.so326160755editdlrm
_io.so1636960755editdlrm
_json.so435440755editdlrm
_localemodule.so217840755editdlrm
_lsprof.so233600755editdlrm
_md5module.so191600755editdlrm
_multibytecodecmodule.so368560755editdlrm
_multiprocessing.so358240755editdlrm
_randommodule.so169440755editdlrm
_sha256module.so220960755editdlrm
_sha512module.so261840755editdlrm
_shamodule.so174720755editdlrm
_socketmodule.so883440755editdlrm
_sqlite3.so922560755editdlrm
_ssl.so1031120755editdlrm
_struct.so433920755editdlrm
Edit: /opt/alt/python27/lib64/python2.7/lib-dynload/Python-2.7.16-py2.7.egg-info (1525B)
Metadata-Version: 1.1 Name: Python Version: 2.7.16 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