Difference between revisions of "CcRdf for Python"

From Creative Commons
Jump to: navigation, search
Line 8: Line 8:
 
== Resources ==
 
== Resources ==
  
* [ API documentation]
+
* [http://mirrors.creativecommons.org/software/ccrdf/doc API documentation] (generated via epydoc)
 +
* [http://www.python.org/pypi/ccrdf Python Package Index (PyPI) information]
 +
* [http://mirrors.creativecommons.org/software/ccrdf/download Download]
 
* [http://svn.berlios.de/wsvn/cctools/wrappers/python/ccrdf/ Source tree]
 
* [http://svn.berlios.de/wsvn/cctools/wrappers/python/ccrdf/ Source tree]

Revision as of 21:01, 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