SuLab / WikidataIntegrator

A Wikidata Python module integrating the MediaWiki API and the Wikidata SPARQL endpoint
MIT License
244 stars 46 forks source link

Split wdi_core.py to increase readability and overview? #166

Closed dpriskorn closed 1 year ago

dpriskorn commented 3 years ago

Hi, I'm a python programmer and I would like to read the source of wdi to learn if it can add references to a claim (information about that is missing from the readme) I'm wondering how come you choose to have 3000+ lines in one file? I'm thinking that multiple smaller files would give a better structure and overview of the code. WDYT?