RDFLib / pyrdfa3

RDFa 1.1 distiller/parser library: can extract RDFa 1.1 (and RDFa 1.0, if properly set via a @version attribute) from (X)HTML, SVG, or XML in general. The module can be used to produce serialized versions of the extracted graph, or simply an RDFLib Graph.
http://www.w3.org/2012/pyRdfa/
Other
67 stars 22 forks source link

Shift to setuptools, added requirements. #20

Closed eugeneai closed 7 years ago

eugeneai commented 7 years ago

Hi!

  1. I've changed distribute to setuptools so I can make python setup.py develop command.

  2. I've also added prerequisite packages in the setup.py to enable automatic setup of rdflib and corresponding working html5lib.

Best regards, Evgeny Cherkashin