Difference between revisions of "CcRdf for Python"

From Creative Commons
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Developer]]
 
[[Category:Developer]]
 
[[Category:Opensource]]
 
[[Category:Opensource]]
 
+
{{Challenge
 +
|related_to=License Wrappers
 +
|challenge_type=Developer
 +
|tags=metadata
 +
|is_complete=yes
 +
}}
 
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].
 
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].
  

Revision as of 17:09, 4 March 2008


Related To: ,|x|Related To::x}}
Tags: {{#arraymap:metadata|,|x|Has Tag::x}} | (none) }}
Challenge Type: Has Challenge Type::Developer | (none) }}
Is Complete: Is Complete::yes | Is Complete::no }}

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.

Downloading and Installation

ccRdf is distributed as a Python Egg. If you have easy_install available, you can install it and it's dependency (rdflib) using the following command line:

 $ easy_install ccrdf 

Easy_install will download the latest release and resolve the dependencies if needed. You may need to run the command with root privileges if you do not have write-permission to the site-packages directory.

Resources