RDFLib / rdflib-web

Two Flask web-apps for quickly setting up a SPARQL Endpoint or a LOD app for RDFLib
Other
43 stars 14 forks source link

rdflib-web

Two RDFLib web-apps on top of the Flask web-microframework:

Each app is available as a commandline-script, or as a Flask Blueprint for embedding in your own application.

Documentation on ReadTheDocs: http://rdflib-web.readthedocs.org/en/latest/

Installation

Stable version:

   pip install rdflib-web

or most recent:

   pip install https://github.com/RDFLib/rdflib-web/archive/master.zip

Requirements

These are installed automatically if you install with pip