> Note that there is a new version of RDFAlchemy on Pypi
Great to see a new release. Since the previous one I've been working a Github version of RDFAlchemy converted from your trac svn repos:
http://github.com/gjhiggins/RDFAlchemy
The only changes (to what is now RDFAlchemy 0.2.9) that I've made are to remove some unused imports, tidy a few docstrings, add a couple of tweaks to get the code to install/run under Python 3.2 and introduce a tox.ini file to make testing across versions more convenient. I confess removed the Paste commands utility 'cos there's no Python 3 port of Paste.
For my own convenience, I've set up a Hudson CI build - reports are here:
http://bel-epa.com/hudson/job/RDFAlchemy/
Dunno if you caught it but Jeni Tennison wrote a blog post "Getting Started with RDF and SPARQL Using Sesame and Python" in which she successfully used RDFAlchemy
http://www.jenitennison.com/blog/node/153
Cheers,
Graham.
There's the SVN on openvest.com and two other repos maintained by Graham Higgins :
https://github.com/gjhiggins/RDFAlchemy (updated 9 days ago)
https://bitbucket.org/gjhiggins/rdfalchemy-dev/changesets (last updated in january)
Where the "official" dev is taking place if we want to contribute or get the last fixes ?
I know the work Graham is doing to clean up RDFLib and it looks like rdfalchemy could also benefit from the ease of use of github (or bitbucket if you prefer) to continue to grow.
For the docs, same question there is the API docs on openvest (from 2008?) and this new doc :
http://readthedocs.org/docs/rdfalchemy/en/latest/
Dominique
Hi I'd like to know which the up-to-date package to work with
We're working on a Django site talking to an openRDF storeThere's the SVN on openvest.com and two other repos
... it looks like rdfalchemy could also benefit from the ease of use of github (or bitbucket if you prefer) to continue to grow.
For the docs, same question there is the API docs on openvest (from 2008?) and this new doc :
http://readthedocs.org/docs/rdfalchemy/en/latest/