Skip to main content

Wrapper library for the Wikibase API

Project description

wikibase-api

wikibase-api is a Python library for simple access to the Wikibase API. It simplifies the authentication process and can be used to query and edit information on Wikidata or any other Wikibase instance.

For an simpler, object-oriented abstraction of the Wikibase API, have a look at python-wikibase.

Installation

pip install wikibase-api

Usage

Simple example for getting all information about a Wikidata page:

from wikibase_api import Wikibase

wb = Wikibase()
r = wb.entity.get("Q1")
print(r)

Output:

{
  "entities": {
    "Q1": {
      # ...
    }
  },
  "success": 1,
}

Documentation

Docs

The documentation for this library can be built using the following commands (you'll need to have Python, Make and Poetry installed):

git clone REPO_URL
make install
make docs-build
make docs-open

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wikibase-api-0.1.1.tar.gz (27.1 kB view details)

Uploaded Source

Built Distribution

wikibase_api-0.1.1-py3-none-any.whl (33.1 kB view details)

Uploaded Python 3

File details

Details for the file wikibase-api-0.1.1.tar.gz.

File metadata

  • Download URL: wikibase-api-0.1.1.tar.gz
  • Upload date:
  • Size: 27.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.16 CPython/3.7.0 Darwin/18.6.0

File hashes

Hashes for wikibase-api-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e1af2656aee9e398617ff17dc46f0796bc83a59babce8c0865c349cea91a39f8
MD5 d90ac5e59214d8607d4145cfe63fa950
BLAKE2b-256 6307c975eacb1887116a5cbb187f129588c5e7398ccec2d6fb8f503e72568ab6

See more details on using hashes here.

File details

Details for the file wikibase_api-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: wikibase_api-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 33.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.16 CPython/3.7.0 Darwin/18.6.0

File hashes

Hashes for wikibase_api-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c877b3a76c6ed7f451d5ff06f16094717cd4d0451713fa70387deb84a059365a
MD5 df86b442e5b1abd552f8b9e259affb74
BLAKE2b-256 3ca0dff3fadd82b5cf2919b76a1da0cdea1951101102f9ea88ca78fd31db12e2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page