python-simplemediawiki 1.0.2-1 source package in Ubuntu

Changelog

python-simplemediawiki (1.0.2-1) unstable; urgency=low

  * Initial release. (Closes: #613133)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 11:24:51 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Benjamin Mako Hill
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-simplemediawiki_1.0.2.orig.tar.gz 12.0 KiB 0692c0fcfb07f63b5a0346bdd8cb16468a256dc5f718554def8ddece467f9fdc
python-simplemediawiki_1.0.2-1.debian.tar.gz 3.9 KiB 059289155a82e9234bbe79815999c58069485eb3e26f87912a5bb40c9bd2b8bc
python-simplemediawiki_1.0.2-1.dsc 1.2 KiB 4127d944f56e52cca94f0b2aaebb0ced7696a727724cd61505b56620ae98988d

View changes file

Binary packages built by this source

python-simplemediawiki: extremely low-level Python wrapper to the MediaWiki API

 SimpleMediawiki is an extremely low-level wrapper to the MediaWiki
 API. It automatically handles cookies and gzip compression so that
 you can make basic calls to the API in the easiest way possible. It
 also provides a few functions to make day-to-day API access easier.
 .
 To use this module, instantiate a MediaWiki object, passing it the
 URL of api.php for the wiki you want to work with. Calls go through
 MediaWiki.call(). A generic login wrapper as well as functions to
 determine limits and get a list of namespaces are provided for your
 convenience.