rdfadict is a RDF parser with a simple dictionary-like interface.
Installation:
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:
* rdflib 2.4.x
* pyRdfa
* html5lib (required if you want to support non-XHTML documents)
easy_install will satisfy depedencies for you if necessary.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Added missing MANIFEST.in, which prevented setup.py from working when run from an sdist (as opposed to a checkout).