Metadata-Version: 2.1
Name: wikibrain
Version: 0.0.1
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

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

# Running tests

```nosetests3``` or ```python3 -m unittest```


# Publishing new version

- run tests (see section above)
- bump version in `setup.py` file in the top directory
- from the top directory run `python3 setup.py sdist bdist_wheel` and `twine upload dist/*`
- one can make local install, without publishing to PyPi. Run from dist folder command like `pip3 install <recent package>.whl`

