remove simplejson.egg-info from the repo (and boringfile it), it should never have been in the original tarball
This commit is contained in:
parent
ea3c3e6780
commit
cf57359b0b
|
@ -63,7 +63,7 @@
|
||||||
^src/zfec/zfec.egg-info($|/)
|
^src/zfec/zfec.egg-info($|/)
|
||||||
^src/simplejson/build($|/)
|
^src/simplejson/build($|/)
|
||||||
^src/simplejson/dist($|/)
|
^src/simplejson/dist($|/)
|
||||||
^src/simplejson/simplejson\.egg-info/native_libs\.txt$
|
^src/simplejson/simplejson\.egg-info($|/)
|
||||||
|
|
||||||
# this file is maintained by the buildbot
|
# this file is maintained by the buildbot
|
||||||
^\.buildbot-sourcedata$
|
^\.buildbot-sourcedata$
|
||||||
|
|
|
@ -1,29 +0,0 @@
|
||||||
Metadata-Version: 1.0
|
|
||||||
Name: simplejson
|
|
||||||
Version: 1.7.1
|
|
||||||
Summary: Simple, fast, extensible JSON encoder/decoder for Python
|
|
||||||
Home-page: http://undefined.org/python/#simplejson
|
|
||||||
Author: Bob Ippolito
|
|
||||||
Author-email: bob@redivi.com
|
|
||||||
License: MIT License
|
|
||||||
Description:
|
|
||||||
simplejson is a simple, fast, complete, correct and extensible
|
|
||||||
JSON <http://json.org> encoder and decoder for Python 2.3+. It is
|
|
||||||
pure Python code with no dependencies, but includes an optional C
|
|
||||||
extension for a serious speed boost.
|
|
||||||
|
|
||||||
simplejson was formerly known as simple_json, but changed its name to
|
|
||||||
comply with PEP 8 module naming guidelines.
|
|
||||||
|
|
||||||
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
|
|
|
@ -1,46 +0,0 @@
|
||||||
LICENSE.txt
|
|
||||||
setup.cfg
|
|
||||||
setup.py
|
|
||||||
docs/class-simplejson.JSONDecoder.html
|
|
||||||
docs/class-simplejson.JSONEncoder.html
|
|
||||||
docs/class_to_source.js
|
|
||||||
docs/index.html
|
|
||||||
docs/layout.css
|
|
||||||
docs/module-index.html
|
|
||||||
docs/module-simplejson-index.html
|
|
||||||
docs/module-simplejson.html
|
|
||||||
docs/pudge.css
|
|
||||||
docs/rst.css
|
|
||||||
docs/simplejson/__init__.py.html
|
|
||||||
docs/simplejson/decoder.py.html
|
|
||||||
docs/simplejson/encoder.py.html
|
|
||||||
docs/simplejson/jsonfilter.py.html
|
|
||||||
docs/simplejson/scanner.py.html
|
|
||||||
ez_setup/README.txt
|
|
||||||
ez_setup/__init__.py
|
|
||||||
scripts/bench.sh
|
|
||||||
scripts/make_docs.py
|
|
||||||
scripts/prof.py
|
|
||||||
simplejson/__init__.py
|
|
||||||
simplejson/_speedups.c
|
|
||||||
simplejson/decoder.py
|
|
||||||
simplejson/encoder.py
|
|
||||||
simplejson/jsonfilter.py
|
|
||||||
simplejson/scanner.py
|
|
||||||
simplejson.egg-info/PKG-INFO
|
|
||||||
simplejson.egg-info/SOURCES.txt
|
|
||||||
simplejson.egg-info/dependency_links.txt
|
|
||||||
simplejson.egg-info/entry_points.txt
|
|
||||||
simplejson.egg-info/top_level.txt
|
|
||||||
simplejson.egg-info/zip-safe
|
|
||||||
simplejson/tests/__init__.py
|
|
||||||
simplejson/tests/test_attacks.py
|
|
||||||
simplejson/tests/test_dump.py
|
|
||||||
simplejson/tests/test_fail.py
|
|
||||||
simplejson/tests/test_indent.py
|
|
||||||
simplejson/tests/test_pass1.py
|
|
||||||
simplejson/tests/test_pass2.py
|
|
||||||
simplejson/tests/test_pass3.py
|
|
||||||
simplejson/tests/test_recursion.py
|
|
||||||
simplejson/tests/test_separators.py
|
|
||||||
simplejson/tests/test_unicode.py
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
[paste.filter_app_factory]
|
|
||||||
json = simplejson.jsonfilter:factory
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
simplejson
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
Loading…
Reference in New Issue