Metadata-Version: 1.0
Name: wp-download
Version: 0.1
Summary: Wikipedia database dump downloader
Home-page: http://github.com/babilen/wp-download
Author: Wolodja Wentland
Author-email: wentland@cl.uni-heidelberg.de
License: GPLv3
Description: 
        wp-download
        ===========
        
        It is a cumbersome task to administer local Wikipedia databases,
        especially if you need access to multiple language versions of
        Wikipedia.
        
        With ``wp-download`` you can automatically download the newest
        database dumps for all language edition you want::
        
        $ wp-download --resume -v /path/to/wikipedia/dumps
        Read configuration from: '/home/foobar/.wpdownloadrc'
        Set timeout to 30s
        Processing language: sw
        Creating directory: /path/to/wikipedia/dumps/sw/20090821
        Latest dump for (sw) is from Friday 21 August 2009
        Skip: swwiki-20090821-redirect.sql.gz
        Skip: swwiki-20090821-category.sql.gz
        Resume: swwiki-20090821-pages-articles.xml.bz2
        swwiki-20090821-pages-articles.xml.bz2 [****] 100% Time: 00:00:00   3.19 M/s
        ...
        ...
        
        Installation
        ------------
        
        This distribution does *not* use setuptools but plain distutils, so you will
        have to install requirements by yourself or by using the pip requirements file
        from the `homepage <http://github.com/babilen/wp-download>`_.
        
        Requirements:
        
        * `progressbar <http://pypi.python.org/pypi/progressbar/2.2>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering
