Removed simplejson, updated mwclient, replaced urllib2 with requests
authorFrances Hocutt <frances.hocutt@gmail.com>
Sat, 15 Nov 2014 07:40:25 +0000 (23:40 -0800)
committerFrances Hocutt <frances.hocutt@gmail.com>
Sat, 15 Nov 2014 07:40:25 +0000 (23:40 -0800)
commitf2892ae64a4eb963904669373c148d9dbdfa3b1b
treecbd0c43f6c62da193ba830e0323e906c642e870c
parent18035a55810c137c1e4b8d12a67afec522c94244
Removed simplejson, updated mwclient, replaced urllib2 with requests

Updated and simplified the example programs for the fall CDSW.
simplejson is replaced with json, mwclient is updated to the dev version,
and all API calls use requests (included in Anaconda) instead of urllib2.
24 files changed:
LICENSE.txt.simplejson [deleted file]
PKG-INF.simplejson [deleted file]
README.rst.simplejson [deleted file]
REFERENCE.md.mwclient [new file with mode: 0644]
mwclient/client.py
mwclient/compatibility.py [deleted file]
mwclient/errors.py
mwclient/ex.py
mwclient/http.py [deleted file]
mwclient/listing.py
mwclient/page.py
mwclient/page_nowriteapi.py [deleted file]
mwclient/upload.py [deleted file]
simplejson/__init__.py [deleted file]
simplejson/_speedups.c [deleted file]
simplejson/compat.py [deleted file]
simplejson/decoder.py [deleted file]
simplejson/encoder.py [deleted file]
simplejson/ordered_dict.py [deleted file]
simplejson/scanner.py [deleted file]
simplejson/tool.py [deleted file]
wikipedia-mwc1.py
wikipedia-raw1.py
wikipedia-raw2.py

Benjamin Mako Hill || Want to submit a patch?