Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Latest commit

 

History

History
58 lines (37 loc) · 1.48 KB

README.rst

File metadata and controls

58 lines (37 loc) · 1.48 KB

rdfadict


🛑 As of 2023-09-27, this project was deprecated by the new CC Legal Tools (cc-legal-tools-app, cc-legal-tools-data).


Date: $LastChangedDate$
Version: $LastChangedRevision$
Author: Nathan R. Yergler <nathan@creativecommons.org>
Organization: Creative Commons
Copyright: 2006-2008, Nathan R. Yergler, Creative Commons; licensed to the public under the MIT license.

An RDFa parser wth a simple dictionary-like interface.

This repository is part of the ccEngine: cc-archive/cc.engine.

rdfadict and its dependencies may be installed using easy_install (recommended)

$ easy_install rdfadict

or by using the standard distutils setup.py:

$ python setup.py install

If you are installing from source, you will also need the following packages:

easy_install will satisfy depedencies for you if necessary.