Metadata-Version: 1.1
Name: sparqlkernel
Version: 1.1.0
Summary: A Jupyter kernel for SPARQL queries
Home-page: https://github.com/paulovn/sparql-kernel
Author: Paulo Villegas
Author-email: paulo.vllgs@gmail.com
License: 3-clause BSD license
Download-URL: https://github.com/paulovn/sparql-kernel/tarball/v1.1.0
Description: This module installs a Jupyter kernel for SPARQL. It allows sending queries
        to an SPARQL endpoint and fetching & presenting the results in a notebook.
        It is implemented as a Jupyter wrapper kernel, by using the Python 
        SPARQLWrapper & rdflib packages
Keywords: SPARQL,RDF,Jupyter,kernel
Platform: UNKNOWN
Classifier: Framework :: IPython
Classifier: Framework :: Jupyter
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: System :: Shells
