X-Git-Url: https://projects.mako.cc/source/python-simplemediawiki.debian/blobdiff_plain/565563be8f6f613f0480497ac762ec8e055eb919..60777059c8497e3ade4232743bf97590483b7c74:/debian/control diff --git a/debian/control b/debian/control index ccc95ba..e6149d1 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,25 @@ Source: python-simplemediawiki -Section: unknown +Section: python Priority: extra Maintainer: Benjamin Mako Hill -Build-Depends: cdbs, debhelper (>= 7.0.50~) -Standards-Version: 3.8.4 -Homepage: +Build-Depends: cdbs, debhelper (>= 7.0.50~), python (>=2.6), python-support +Standards-Version: 3.9.1 +Homepage: https://github.com/ianweller/python-simplemediawiki XS-Python-Version: >= 2.6 -#Vcs-Git: git://git.debian.org/collab-maint/python-simplemediawiki.git -#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-simplemediawiki.git;a=summary Package: python-simplemediawiki Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Provides: ${python:Provides} XB-Python-Version: ${python:Versions} -Description: - +Description: 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.