# -*- coding: utf-8 -*- # # pywikipediabot # # Python Wikipedia Robot Framework # """ The Python Wikipedia Robot Framework is a set of bots to do things on Wikipedia or other Mediawiki projects. It has been written by several people using the language Python. license: MIT license copyright: (C) 2003 Rob W.W. Hooft. Operating System: All 32-bit MS Windows (95/98/NT/2000/XP), All POSIX (Linux/BSD/UNIX-like OSes) contributors see http://sourceforge.net/project/memberlist.php?group_id=93107 documentation see http://pywikipediabot.sourceforge.net/doc """ __docformat__ = 'epytext en' # General info __version__ = '1.0' __author__ = 'Rob W.W. Hooft ' __url__ = 'http://pywikipediabot.sourceforge.net' __license__ = 'MIT license'