Tue, 23 Apr 2024 11:37:51 UTC | login

Information for RPM python-simplejson-3.3.3-1.el6.x86_64.rpm

ID8723
Namepython-simplejson
Version3.3.3
Release1.el6
Epoch
Archx86_64
SummarySimple, fast, extensible JSON encoder/decoder for Python
Descriptionsimplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> 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 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). 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. It gets updated more regularly than the json module in the python stdlib.
Build Time2015-05-18 13:00:43 GMT
Size172.87 KB
e162fe02cf5dea61e706f0d68111794c
License(MIT or AFL) and (MIT or GPLv2)
Buildrootcloud6-openstack-common-el6-build-2009-3141
Provides
_speedups.so()(64bit)
python-simplejson = 3.3.3-1.el6
python-simplejson(x86-64) = 3.3.3-1.el6
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libpthread.so.0()(64bit)
libpython2.6.so.1.0()(64bit)
python(abi) = 2.6
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 136 >>>
Name ascending sort Size
/usr/lib64/python2.6/site-packages/simplejson4.00 KB
/usr/lib64/python2.6/site-packages/simplejson-3.3.3-py2.6.egg-info2.25 KB
/usr/lib64/python2.6/site-packages/simplejson/__init__.py21.91 KB
/usr/lib64/python2.6/site-packages/simplejson/__init__.pyc20.60 KB
/usr/lib64/python2.6/site-packages/simplejson/__init__.pyo20.60 KB
/usr/lib64/python2.6/site-packages/simplejson/_speedups.so45.66 KB
/usr/lib64/python2.6/site-packages/simplejson/compat.py1.01 KB
/usr/lib64/python2.6/site-packages/simplejson/compat.pyc1.99 KB
/usr/lib64/python2.6/site-packages/simplejson/compat.pyo1.99 KB
/usr/lib64/python2.6/site-packages/simplejson/decoder.py13.95 KB
/usr/lib64/python2.6/site-packages/simplejson/decoder.pyc12.11 KB
/usr/lib64/python2.6/site-packages/simplejson/decoder.pyo12.11 KB
/usr/lib64/python2.6/site-packages/simplejson/encoder.py24.11 KB
/usr/lib64/python2.6/site-packages/simplejson/encoder.pyc19.56 KB
/usr/lib64/python2.6/site-packages/simplejson/encoder.pyo19.56 KB
/usr/lib64/python2.6/site-packages/simplejson/ordered_dict.py3.29 KB
/usr/lib64/python2.6/site-packages/simplejson/ordered_dict.pyc5.07 KB
/usr/lib64/python2.6/site-packages/simplejson/ordered_dict.pyo5.07 KB
/usr/lib64/python2.6/site-packages/simplejson/scanner.py4.27 KB
/usr/lib64/python2.6/site-packages/simplejson/scanner.pyc4.95 KB
/usr/lib64/python2.6/site-packages/simplejson/scanner.pyo4.95 KB
/usr/lib64/python2.6/site-packages/simplejson/tests4.00 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/__init__.py2.61 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/__init__.pyc3.74 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/__init__.pyo3.74 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_bigint_as_string.py1.92 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_bigint_as_string.pyc2.49 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_bigint_as_string.pyo2.49 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_check_circular.py917.00 B
/usr/lib64/python2.6/site-packages/simplejson/tests/test_check_circular.pyc2.11 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_check_circular.pyo2.11 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_decimal.py2.48 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_decimal.pyc3.45 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_decimal.pyo3.45 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_decode.py3.41 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_decode.pyc5.16 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_decode.pyo5.16 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_default.py221.00 B
/usr/lib64/python2.6/site-packages/simplejson/tests/test_default.pyc751.00 B
/usr/lib64/python2.6/site-packages/simplejson/tests/test_default.pyo751.00 B
/usr/lib64/python2.6/site-packages/simplejson/tests/test_dump.py4.49 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_dump.pyc5.82 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_dump.pyo5.82 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_encode_basestring_ascii.py2.28 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_encode_basestring_ascii.pyc3.51 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_encode_basestring_ascii.pyo3.51 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_encode_for_html.py1022.00 B
/usr/lib64/python2.6/site-packages/simplejson/tests/test_encode_for_html.pyc1.82 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_encode_for_html.pyo1.82 KB
/usr/lib64/python2.6/site-packages/simplejson/tests/test_errors.py1.51 KB
Component of No Buildroots