Wikidata client library for Python

Latest PyPI version Documentation Status Build Status

This package provides easy APIs to use Wikidata for Python.

>>> entity = client.get('Q494290')
>>> entity
<wikidata.entity.Entity Q494290 'Shin Jung-hyeon'>
>>> entity.description
m'South Korean rock guitarist and singer-songwriter'

Indices and tables