Metadata-Version: 2.0
Name: wikiweb
Version: 0.1.5
Summary: Ever wonder if there's a better way to play the link game? Well here you go! Your personal Wikipedia crawler.
Home-page: https://github.com/tyfal/wikiweb
Author: Tyler Falcoff
Author-email: tfalcoff@gmail.com
License: MIT license
Keywords: wikiweb
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: requests (>=2.19.1)
Requires-Dist: bs4 (>=0.0.1)
Requires-Dist: networkx (>=2.1)
Requires-Dist: numpy (>=1.14.0)
Requires-Dist: lxml (>=4.2.3)
Requires-Dist: plotly

=======
WikiWeb
=======


.. image:: https://img.shields.io/pypi/v/wikiweb.svg
        :target: https://pypi.python.org/pypi/wikiweb

.. image:: https://img.shields.io/travis/tyfal/wikiweb.svg
        :target: https://travis-ci.org/tyfal/wikiweb

.. image:: https://readthedocs.org/projects/wikiweb/badge/?version=latest
        :target: https://wikiweb.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Ever wonder if there's a better way to play the link game? Well here you go! Your personal Wikipedia crawler.


* Free software: MIT license
* Documentation: https://wikiweb.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2018-06-28)
------------------

* First release on PyPI.


