Package ccrdf :: Module ccrdf
[show private | hide private]
[frames | no frames]

Module ccrdf.ccrdf

ccrdf.py

Wraps Creative Commons licenses in Python objects; allows creation of new licenses, parsing of RDF licenses and extraction of license components.
Classes
ccLicense Models a Creative Commons license definition.
ccRdf Provides RDF parsing and output functions for CC license and work definitions.
ccWork Models work (Dublin Core) information (possibly) related to a Creative Commons license.

Variable Summary
str __copyright__ = '(c) 2003-2004, Nathan R. Yergler'
str __id__ = '$Id: ccrdf.py 668 2006-07-10 14:27:27Z nyergle...
str __license__ = 'licensed under the GNU GPL2'
str __version__ = '$Revision: 668 $'

Variable Details

__copyright__

Type:
str
Value:
'(c) 2003-2004, Nathan R. Yergler'                                     

__id__

Type:
str
Value:
'$Id: ccrdf.py 668 2006-07-10 14:27:27Z nyergler $'                    

__license__

Type:
str
Value:
'licensed under the GNU GPL2'                                          

__version__

Type:
str
Value:
'$Revision: 668 $'                                                     

Generated by Epydoc 2.1 on Mon Jul 10 17:08:26 2006 http://epydoc.sf.net