python-wikibase
python-wikibase copied to clipboard
🤖 Wikibase queries and edits made easy
Hi, we begin a project involving use of wikibase and found your module very useful. We need to deal with data value of type "time", so here is a proposition...
Hi, do you plan to implement these: if data_type in ["monolingualtext", "string"]: return py_wb.StringValue().unmarshal(data_value) elif data_type == "commonsMedia": raise NotImplementedError # TODO elif data_type == "external-id": return py_wb.ExternalId().unmarshal(data_value) elif data_type...
A `Sitelink` class could be added that allows users to create/update/remove sitelinks. The necessary API calls need to be implemented in `wikibase-api` (see https://github.com/samuelmeuli/wikibase-api/issues/1) before a wrapper class in `python-wikibase`...