python-flask-rdf 0.2.1-1 source package in Ubuntu

Changelog

python-flask-rdf (0.2.1-1) unstable; urgency=medium

  * New upstream version 0.2.1
  * debian/compat:
   - Bumped to 11
  * debian/control:
   - Added Build-Depends on python{3,}-rdflib (Closes: #896358, #896385)
   - Versioned Build-Depends for debhelper is now >= 11
   - Updated Vcs-* URLs for new salsa.debian.org repository
   - Updated Standards-Version to 4.1.4
  * debian/copyright:
   - Now uses secure URL for Format

 -- Iain R. Learmonth <email address hidden>  Sun, 08 Jul 2018 17:12:13 +0100

Upload details

Uploaded by:
Iain R. Learmonth
Uploaded to:
Sid
Original maintainer:
Iain R. Learmonth
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flask-rdf_0.2.1-1.dsc 2.1 KiB a144cdf2f0cbb8e77b329c4c88524f8e153ff7c3ec4a774ac9e0d1bbdcefd8cf
python-flask-rdf_0.2.1.orig.tar.gz 6.8 KiB 6848d4e53fa83117555803cb7d52cdea1a2fafd793898f59d19bfc64cf27db8b
python-flask-rdf_0.2.1-1.debian.tar.xz 2.5 KiB ba9581601a3f2144275ae8ee1bc9972230754051a24a33c3bb0d9d9a166d769b

Available diffs

No changes file available.

Binary packages built by this source

python-flask-rdf: No summary available for python-flask-rdf in ubuntu focal.

No description available for python-flask-rdf in ubuntu focal.

python3-flask-rdf: 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.