LeMyst / WikibaseIntegrator

A Python module to manipulate data on a Wikibase instance (like Wikidata) through the MediaWiki Wikibase API and the Wikibase SPARQL endpoint.
MIT License
67 stars 12 forks source link

Introduce new Enum for time precision #656

Closed dpriskorn closed 3 months ago

dpriskorn commented 6 months ago

E.g WikibasePrecision(Enum): DAY=11, etc.

LeMyst commented 6 months ago

Hello dennis,

There is already WikibaseDatePrecision : https://github.com/LeMyst/WikibaseIntegrator/blob/d32ac9bb8ab877243d5d89824ed9d56ad2e49d98/wikibaseintegrator/wbi_enums.py#L58C7-L58C28