Wikidata client library
Project description
This package provides easy APIs to use Wikidata for Python.
>>> from wikidata.client import Client
>>> client = Client() # doctest: +SKIP
>>> entity = client.get('Q20145', load=True)
>>> entity
<wikidata.entity.Entity Q20145 'IU'>
>>> entity.description
m'South Korean singer and actress'
>>> image_prop = client.get('P18')
>>> image = entity[image_prop]
>>> image
<wikidata.commonsmedia.File 'File:KBS "The Producers" press conference, 11 May 2015 10.jpg'>
>>> image.image_resolution
(820, 1122)
>>> image.image_url
'https://upload.wikimedia.org/wikipedia/commons/6/60/KBS_%22The_Producers%22_press_conference%2C_11_May_2015_10.jpg'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Wikidata-0.5.0.tar.gz
(12.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
Wikidata-0.5.0-py3-none-any.whl
(15.9 kB
view details)
File details
Details for the file Wikidata-0.5.0.tar.gz.
File metadata
- Download URL: Wikidata-0.5.0.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3df912a2a4cc0612e5596067529dd69d87703d6bf9fd9766b6f17964bcfa3b97
|
|
| MD5 |
aebca4f659480cd83ca32adf6fcdebd3
|
|
| BLAKE2b-256 |
aff3c5520394c92807fc251aa707fe9a167c2c45a7adce6b6c8c85a70716f392
|
File details
Details for the file Wikidata-0.5.0-py3-none-any.whl.
File metadata
- Download URL: Wikidata-0.5.0-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b08db2fd284a6753d378520a78335b7783df3d0a64dcb7f2e96920da34109b9f
|
|
| MD5 |
181b82b31b3529d848fac8d635ccf96e
|
|
| BLAKE2b-256 |
be5a965d946c5f69c70864dcfd6b77e17f94ed794c8730c717f4bd902c1ba33a
|