Metadata-Version: 1.0
Name: wikidump
Version: 0.1
Summary: Tools to manipulate and extract data from wikipedia dumps
Home-page: http://github.com/saffsd/wikidump
Author: Marco Lui
Author-email: saffsd@gmail.com
License: GPL3
Description: wikidump
        ==========================
        
        Introduction
        ------------
        
        This module contains code for manipulating wikipedia dumps available from
        http://download.wikimedia.org/backup-index.html
        
        Configuration
        -------------
        
        Upon first importing the module, a file 'wikidump.cfg' will be created.
        Modify the paths in this file to point to your data. 
        
        - scratch : where indices are stores (must be writeable)
        - xml_dumps : where the xml dumps are located (can be read-only)
        
        Usage
        -----
        
        In addition to python modules, wikidump also comes with a command-line
        tool to quickly access wikidump functionality. Run `wikidump help` 
        for a list of options.
        
        Credits
        -------
        
        - `Distribute`_
        - `Buildout`_
        - `modern-package-template`_
        
        .. _Buildout: http://www.buildout.org/
        .. _Distribute: http://pypi.python.org/pypi/distribute
        .. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template
        
        
        .. This is your project NEWS file which will contain the release notes.
        .. Example: http://www.python.org/download/releases/2.6/NEWS.txt
        .. The content of this file, along with README.rst, will appear in your
        .. project's PyPI page.
        
        News
        ====
        
        0.1
        ---
        
        *Release date: 04-Aug-2010*
        
        * Initial release of wikidump module 
        
        
Keywords: wikipedia
Platform: UNKNOWN
