python-wikibase icon indicating copy to clipboard operation
python-wikibase copied to clipboard

🤖 Wikibase queries and edits made easy

Results 3 python-wikibase issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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`...

enhancement
good first issue