	=== swipy python bindings for SWI-Prolog ===
		--- and store for RDFLib ---

=== Requirements ===

	* Cython version 0.12 or newer
	* setuptools
	* RDFLib 2.5 or SVN (for using the RDFLib Store)

=== Installing ===

	<-- edit setup.py for correct paths to SWI-Python
	    include and library directories -->
	python setup.py build
	python setup.py install

=== Using ===

	from swipy.store import SWIStore
	from rdflib.graph import Graph

	g = Graph(SWIStore())

	profit!
