Personal tools
Skip to content. | Skip to navigation
Zope Config Markup Language support for Pyramid
A package which provides an interactive HTML debugger for Pyramid application development
Sendmail package for Pyramid
A Quick Response code is a two-dimensional pictographic code used for its fast readability and comparatively large storage capacity. The code consists of black modules arranged in a square pattern on a white background. The information encoded can be made up of any kind of data (e.g., binary, alphanumeric, or Kanji symbols)
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, 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.
rdflib extension adding JSON-LD parser and serializer
rdflib extension for a Store implementation on top of a remote SPARQL endpoint
rdflib extension adding SQLite as back-end store