Metadata-Version: 2.1 Name: SPARQLWrapper.skipssl Version: 1.8.9a0 Summary: SPARQL Endpoint interface to Python Home-page: http://rdflib.github.io/sparqlwrapper Author: Ivan Herman, Sergio Fernández, Carlos Tejo Alonso, Alexey Zakhlestin License: W3C SOFTWARE NOTICE AND LICENSE Download-URL: https://github.com/openboilerplates/sparqlwrapper/releases Project-URL: Home, https://rdflib.github.io/sparqlwrapper/ Project-URL: Documentation, https://rdflib.github.io/sparqlwrapper/doc/ Project-URL: Source, https://github.com/openboilerplates/sparqlwrapper Project-URL: Tracker, https://github.com/openboilerplates/sparqlwrapper/issues Keywords: python,sparql,rdf,rdflib Platform: any Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: W3C License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Topic :: Software Development :: Libraries :: Python Modules Requires-Dist: rdflib (>=4.0) Provides-Extra: keepalive Requires-Dist: keepalive (>=0.5) ; extra == 'keepalive' This is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format.