{ "info": { "author": "Marco Lui", "author_email": "saffsd@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "wikidump\n==========================\n\nIntroduction\n------------\n\nThis module contains code for manipulating wikipedia dumps available from\nhttp://download.wikimedia.org/backup-index.html\n\n\nInstallation\n------------\n\nThis module is published on `PyPI`_ and can be installed with easy_install\n\nFor example:\n\n easy_install wikidump\n\nAlternatively, you can use pip:\n\n pip install wikidump\n\nI highly recommend using `virtualenv`_ to isolate the install environment.\n\nFor those on ubuntu systems, a built package is available in a `PPA`_. \nPlease go to the PPA for details on how to install from it.\n\n\n.. _PyPI: http://pypi.python.org/pypi/wikidump\n.. _virtualenv: http://pypi.python.org/pypi/virtualenv\n.. _PPA: https://launchpad.net/~saffsd/+archive/wikidump\n\nConfiguration\n-------------\n\nUpon first importing the module, a file 'wikidump.cfg' will be created.\nModify the paths in this file to point to your data. \n\n- scratch : where indices are stores (must be writeable)\n- xml_dumps : where the xml dumps are located (can be read-only)\n\nUsage\n-----\n\nIn addition to python modules, wikidump also comes with a command-line\ntool to quickly access wikidump functionality. Run `wikidump help` \nfor a list of options.\n\nCredits\n-------\n\n- `Distribute`_\n- `Buildout`_\n- `modern-package-template`_\n\n.. _Buildout: http://www.buildout.org/\n.. _Distribute: http://pypi.python.org/pypi/distribute\n.. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template\n\n\n.. This is your project NEWS file which will contain the release notes.\n.. Example: http://www.python.org/download/releases/2.6/NEWS.txt\n.. The content of this file, along with README.rst, will appear in your\n.. project's PyPI page.\n\nNews\n====\n\n0.1\n---\n\n*Release date: 04-Aug-2010*\n\n* Initial release of wikidump module \n\n0.1.3\n-----\n\n*Release date: 10-Apr-2013*\n\n* Rewrote CLI", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/saffsd/wikidump", "keywords": "wikipedia", "license": "GPL3", "maintainer": null, "maintainer_email": null, "name": "wikidump", "package_url": "https://pypi.org/project/wikidump/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wikidump/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/saffsd/wikidump" }, "release_url": "https://pypi.org/project/wikidump/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "Tools to manipulate and extract data from wikipedia dumps", "version": "0.1.3" }, "last_serial": 801658, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c190277eafee3809ccfa58514dd0c3c6", "sha256": "2a8c552d0e6d346eb0274ac628ed774d3c929bd3b977f3b40b2420b735249c1c" }, "downloads": -1, "filename": "wikidump-0.1.tar.gz", "has_sig": false, "md5_digest": "c190277eafee3809ccfa58514dd0c3c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11087, "upload_time": "2010-08-04T08:38:00", "url": "https://files.pythonhosted.org/packages/94/ff/b1a5c98331b2bf6574a649bb19bafa68176f827df5b02519715a6f31e149/wikidump-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e43e08794dffc4676f35821366b20f16", "sha256": "5f5bb747cf5a4751e10095683b979ed3ef7094cb17729cc13b81e1ee973e5269" }, "downloads": -1, "filename": "wikidump-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e43e08794dffc4676f35821366b20f16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11952, "upload_time": "2010-08-11T08:51:24", "url": "https://files.pythonhosted.org/packages/96/e3/3a809c7817bef55fd921d78f0c8533ce27008ecf367fa78de8f5cc85b926/wikidump-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "cfc6ac24edb995a9bbc1076ddf72da82", "sha256": "744085a2b7ca03c376535b165db2c9196f2349a72b1f468e43e58ca41f2e80a1" }, "downloads": -1, "filename": "wikidump-0.1.2.tar.gz", "has_sig": false, "md5_digest": "cfc6ac24edb995a9bbc1076ddf72da82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15442, "upload_time": "2010-08-11T14:24:39", "url": "https://files.pythonhosted.org/packages/de/f0/fd0b17b9cdffca9e4d1e345f33e7c8cf02d4bb455e9f3f757f9e3d4f2723/wikidump-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "0f57675990d6101d74bfb4cb9a59ce43", "sha256": "5d9198cd64065f6fd31c618bde6b3f76815c75e338942eed8addba751e2bab9f" }, "downloads": -1, "filename": "wikidump-0.1.3.tar.gz", "has_sig": false, "md5_digest": "0f57675990d6101d74bfb4cb9a59ce43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17292, "upload_time": "2013-04-10T00:50:30", "url": "https://files.pythonhosted.org/packages/20/f0/ab98925a8f15ade5088de2b5f1b7351f6828e7766ab6cca0c11dce22d449/wikidump-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0f57675990d6101d74bfb4cb9a59ce43", "sha256": "5d9198cd64065f6fd31c618bde6b3f76815c75e338942eed8addba751e2bab9f" }, "downloads": -1, "filename": "wikidump-0.1.3.tar.gz", "has_sig": false, "md5_digest": "0f57675990d6101d74bfb4cb9a59ce43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17292, "upload_time": "2013-04-10T00:50:30", "url": "https://files.pythonhosted.org/packages/20/f0/ab98925a8f15ade5088de2b5f1b7351f6828e7766ab6cca0c11dce22d449/wikidump-0.1.3.tar.gz" } ] }