Metadata-Version: 2.1
Name: wikibrain
Version: 0.0.7
Summary: Stores knowledge and data necessary to properly use links from OpenStreetMap to Wikipedia, Wikidata and other Wikimedia projects.
Home-page: https://github.com/matkoniecz/wikibrain
Author: Mateusz Konieczny
Author-email: matkoniecz@gmail.com
License: UNKNOWN
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: geopy (>=1.11.0)
Requires-Dist: nose (>=1.3.7)
Requires-Dist: wikimedia-connection (>=0.0.2)

Stores knowledge and data necessary to properly use links from OpenStreetMap to Wikipedia, Wikidata and Wikimedia Commons.

# Installation

It has a very unfortunate dependecies - sorry for that, pull requests improving this situation are welcome.

- first you need to clone, modify and install as a python package [this thing](https://codeberg.org/matkoniecz/osm_handling_config) - pull request providing cache location in a better way (config file? environment variable?) is welcome

Finally, install packages in a standard way (providing config and this should be the only steps, sorry):

`pip3 install wikibrain`

Or 

```
git clone https://github.com/matkoniecz/wikibrain.git
cd wikibrain
pip3 install -r requirements.txt
```

But in either case https://github.com/matkoniecz/wikibrain/issues/1 remains unsolved.

# Running tests

`python3 -m unittest`

# Fixing Wikidata

Search for `too_abstract_or_wikidata_bugs` and disable that to get more errors caused by Wikidata


