Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

🤖 Wikibase queries and edits made easy

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE-2.0
GPL-3.0
LICENSE-GPL-3.0
NotificationsYou must be signed in to change notification settings

samuelmeuli/python-wikibase

python-wikibase provides an object-oriented abstraction of theWikibase API.

The library simplifies the authentication process and can be used to query and edit information on Wikidata or any other Wikibase instance.

Installation

pip install python-wikibase

Usage

Simple example for adding a coordinate location claim to an existing Wikibase item:

frompython_wikibaseimportPyWikibase# Authenticate with Wikibasepy_wb=PyWikibase(config_path="config.json")# Fetch item and "coordinate location" propertyitem=py_wb.Item().get(entity_id="item label")prop=py_wb.Property().get(entity_id="coordinate location")# Create new GeoLocation valuevalue=py_wb.GeoLocation().create(1.23,4.56)# Create GeoLocation claimclaim=item.claims.add(prop,value)

See thedocumentation for descriptions and examples of all commands.

Authentication

ThePyWikibase class takes the same authentication and configuration parameters as theWikibaseApi class from thewikibase-api library (which is used internally). Seeits documentation for a guide on how to authenticate with Wikibase.

Development

Contributing

Suggestions and contributions are always welcome! Please discuss larger changes via issue before submitting a pull request.

Setup

Seethis guide on how to set up a development environment for this package.

Related

About

🤖 Wikibase queries and edits made easy

Topics

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE-2.0
GPL-3.0
LICENSE-GPL-3.0

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp