Source: python-flask-rdf Maintainer: Iain R. Learmonth Section: python Priority: optional Build-Depends: debhelper (>= 11), dh-python, python-all, python3-all, python-setuptools, python3-setuptools, python-mimeparse (>= 0.1.4), python3-mimeparse, python-rdflib, python3-rdflib Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/irl/python-flask-rdf Vcs-Git: https://salsa.debian.org/irl/python-flask-rdf.git Homepage: https://pypi.python.org/pypi/flask_rdf Package: python-flask-rdf Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-rdflib, python-mimeparse (>= 0.1.4) Description: Flask decorator to output RDF using content negotiation (Python 2) Apply the @flask_rdf decorator to a view function and return an rdflib Graph object. Flask_rdf will automatically format it into an RDF output format, depending on what the request’s Accept header says. If the view function returns something besides an rdflib graph, it will be passed through without modification. . Custom formats can be registered easily. After registering the new serializer with rdflib’s plugin support, use the decide_format method to register a new mimetype request to use the new formatter. . This package works with Python versions 2.x. Package: python3-flask-rdf Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-rdflib, python3-mimeparse Description: Flask decorator to output RDF using content negotiation (Python 3) Apply the @flask_rdf decorator to a view function and return an rdflib Graph object. Flask_rdf will automatically format it into an RDF output format, depending on what the request’s Accept header says. If the view function returns something besides an rdflib graph, it will be passed through without modification. . Custom formats can be registered easily. After registering the new serializer with rdflib’s plugin support, use the decide_format method to register a new mimetype request to use the new formatter. . This package works with Python versions 3.x.