Personal tools
Skip to content. | Skip to navigation
This module uses the Python Imaging Library (PIL) to allow for the generation of QR Codes.
Qt-based console for Jupyter with support for rich media output
Client library and command line utility for interacting with Openstack Quantum's API.
pure Python package providing the core RDF constructs. The packages is intended to provide the core RDF types and interfaces that other packages can build on. The package defines a plugin interface for parsers, stores, and serializers that other packages can use to implement parsers, stores, and serializers that will plug into the rdf package. The rdf package does not itself contain any plugin implementation. So, you will want to install a library that builds upon rdf and defines some plugin implementations. One such library is rdflib version 3.x. The primary interface rdf exposes to work with RDF is rdf.graph.Graph.
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains parsers and serializers for RDF/XML, N3, NTriples, Turtle, TriX and RDFa . The library presents a Graph interface which can be backed by any one of a number of Store implementations. The core rdflib includes store implementations for in memory storage and persistent storage on top of the Berkeley DB. The rdfextras project offers several additional stores as well as a SPARQL engine for use with rdflib: http://github.com/RDFLib/rdfextras/
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains parsers and serializers for RDF/XML, N3, NTriples, Turtle, TriX, RDFa and Microdata. The library presents a Graph interface which can be backed by any one of a number of Store implementations. The core rdflib includes store implementations for in memory storage, persistent storage on top of the Berkeley DB, and a wrapper for remote SPARQL endpoints. A SPARQL 1.1 engine is also included.