rdfgpg
rdfgpg - Check signatures of RDF files using Redland and GPG. Usage: rdfgpg.py (0|1) -- the last argument, which is optional, is the value of the debug argument. Can also be imported: import rdfgpg; rdfgpg.verify_url(uri) will return a list of RDF.Node()s with the value being an email address which the key is attached to. Stolen in large part from code written by Ed Dumbill for FOAFbot.
Released under GPL 2.0.
Posts:
Changelog
- Revision 3: Add support for decrypting URLs: return a Redland model with the statements from the document. (2005/04/14)
- Revision 1: Move to Subversion (2005/04/12)