Metadata-Version: 2.1
Name: wikiwho-pickle
Version: 1.1
Summary: Open the internal structure of a WikiWho pickle
Home-page: https://github.com/gesiscss/wikiwho_pickle
Author: 
Author-email: wikiwho@gesis.org
License: UNKNOWN
Keywords: wikipedia wikiwho revisions content authorship
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: WikiWho (==1.0.3)
Requires-Dist: python-dateutil (==2.7.3)

# wikiwho_pickle
script and dependencies to open a wikiwho pickle independent of the API infraestructure


# Install

```
pip install git+git://github.com/gesiscss/wikiwho_pickle.git@master
```

***or***, add this line to the `requirements.txt` file:

```
git+git://github.com/gesiscss/wikiwho_pickle.git@master#egg=wikiwho_pickle
```

and execute `pip install -r requirements.txt`


# Example

See the `example.py` file.


