Metadata-Version: 2.1
Name: LexData
Version: 0.1.12
Summary: A tiny package for editing Lexemes on Wikidata
Home-page: https://github.com/Nudin/LexData
Author: Michael F. Schoenitzer
Author-email: michael@schoenitzer.de
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

# Python bot framework for Lexemes on Wikidata

This is a small library to create bots, scripts and tools about Wikidata
Lexemes. It's philosophy is to have a transparent thin layer on top of the
internal datastuctures enriched with convenient functions without hiding the
power of the access to the internals.

LexData is still in beta phase and there fore some features are missing and
functions might be renamed in future.

The code of AitalvivemBot was used as a starting point, but probably theres not
a single line of code that wasn't rewritten.

Install from pypi:
```
 $ pip install LexData
```

Read the docs: [https://nudin.github.io/LexData/](https://nudin.github.io/LexData/)


