RDFLib / sparqlwrapper

A wrapper for a remote SPARQL endpoint
https://sparqlwrapper.readthedocs.io/
Other
513 stars 121 forks source link

Replace module level dunders with setuptools keywords #201

Closed aucampia closed 2 years ago

aucampia commented 2 years ago

Module level dunders are not standardized in any way while setuptools at least has a well defined set of keywords, for this reason it makes more sense to use setuptools keywords instead.

Also:

PR extracted from #197 and authored by @eggplants

aucampia commented 2 years ago

Done in https://github.com/RDFLib/sparqlwrapper/pull/203