Difference between revisions of "CcRdf for Python"

From Creative Commons
Jump to: navigation, search
 
Line 1: Line 1:
{{stub}}
+
[[Category:Developer]]
 +
[[Category:OpenSource]]
  
** [http://svn.berlios.de/wsvn/cctools/wrappers/python/ccrdf/ Browse the source]
+
ccRdf is a set of Python classes which allow developers to easily parse and manipulate Creative Commons licensing metadata. ccRdf was developed as part of the [[CcValidator]] project and was formerly known as ccLicense.py.  ccRdf supports parsing, manipulating and emitting license metadata in RDF format.  Notes regarding early ccRdf development can be found in [[User:NathanYergler|Nathan Yergler's]] [http://yergler.net/blog/category/projects/ccrdf/ blog archive].
 +
 
 +
The latest independently released version is 0.4.5, but the Subversion trunk is stable.
 +
 
 +
== Resources ==
 +
 
 +
* [ API documentation]
 +
* [http://svn.berlios.de/wsvn/cctools/wrappers/python/ccrdf/ Source tree]

Revision as of 15:55, 10 July 2006


ccRdf is a set of Python classes which allow developers to easily parse and manipulate Creative Commons licensing metadata. ccRdf was developed as part of the CcValidator project and was formerly known as ccLicense.py. ccRdf supports parsing, manipulating and emitting license metadata in RDF format. Notes regarding early ccRdf development can be found in Nathan Yergler's blog archive.

The latest independently released version is 0.4.5, but the Subversion trunk is stable.

Resources