/opt/alt/python27/lib64/python2.7/site-packages
NameSizeModeActions
cairo/-0755rm
Crypto/-0755rm
guppy/-0755rm
lxml/-0755rm
lxml-3.2.4-py2.7.egg-info/-0755rm
markupsafe/-0755rm
MarkupSafe-0.23-py2.7.egg-info/-0755rm
matplotlib/-0755rm
mpl_toolkits/-0755rm
MySQLdb/-0755rm
MySQL_python-1.2.5-py2.7.egg-info/-0755rm
numpy/-0755rm
numpy-1.11.3-py2.7.egg-info/-0755rm
OpenSSL/-0755rm
psutil/-0755rm
psutil-0.7.0-py2.7.egg-info/-0755rm
psycopg2/-0755rm
pylve-2.1-py2.7.egg-info/-0755rm
simplejson/-0755rm
sqlalchemy/-0755rm
SQLAlchemy-1.3.6-py2.7.egg-info/-0755rm
yaml/-0755rm
drv_libxml2.py151600644editdlrm
drv_libxml2.pyc116760644editdlrm
drv_libxml2.pyo116760644editdlrm
guppy-0.1.10-py2.7.egg-info15290644editdlrm
libxml2.py3456670644editdlrm
libxml2.pyc4651730644editdlrm
libxml2.pyo4651730644editdlrm
libxml2mod.so9275310755editdlrm
matplotlib-0.99.1.1-py2.7.egg-info6060644editdlrm
psycopg2-2.5.4-py2.7.egg-info19340644editdlrm
pycrypto-2.6.1-py2.7.egg-info6660644editdlrm
pylab.py900644editdlrm
pylab.pyc2550644editdlrm
pylab.pyo2550644editdlrm
pyOpenSSL-0.10-py2.7.egg-info5800644editdlrm
python_unshare-0.2-py2.7.egg-info6780644editdlrm
PyYAML-3.10-py2.7.egg-info17650644editdlrm
README1190644editdlrm
simplejson-2.2.0-py2.7.egg-info14030644editdlrm
unshare.so58000755editdlrm
_mysql.so1415480644editdlrm
_mysql_exceptions.py23520644editdlrm
_mysql_exceptions.pyc44110644editdlrm
_mysql_exceptions.pyo44130644editdlrm
_psutil_linux.so90000755editdlrm
_psutil_posix.so56080755editdlrm
_yaml.so1839360644editdlrm
Edit: /opt/alt/python27/lib64/python2.7/site-packages/simplejson-2.2.0-py2.7.egg-info (1403B)
Metadata-Version: 1.1 Name: simplejson Version: 2.2.0 Summary: Simple, fast, extensible JSON encoder/decoder for Python Home-page: http://github.com/simplejson/simplejson Author: Bob Ippolito Author-email: bob@redivi.com License: MIT License Description: simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. The latest documentation for simplejson can be read online here: http://simplejson.readthedocs.org/ simplejson is the externally maintained development version of the json library included with Python 2.6 and Python 3.0, but maintains backwards compatibility with Python 2.5. The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). Platform: any Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python Classifier: Topic :: Software Development :: Libraries :: Python Modules