Changes between Version 27 and Version 28 of RDFAlchemy
- Timestamp:
- 02/15/08 16:56:32 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RDFAlchemy
v27 v28 16 16 * chained descriptors and predicate range->class mapping 17 17 18 == Other resources == 19 === API Docs === 20 There are epydoc API Docs at http://www.openvest.com/public/docs/rdfalchemy/api/. You can also use links there to browse source, but it might not be current with the trunk. 18 == Related resources == 19 === Installation === 20 RDFAlchemy is now available at the [http://pypi.python.org/pypi Cheeseshop]: Just type 21 {{{ 22 easy_install rdfalchemy 23 }}} 24 If you don't have setuptools installed...well you should so [http://peak.telecommunity.com/DevCenter/EasyInstall go get it]. Trust me. 21 25 === Code === 22 26 Browse dev code at http://www.openvest.com/trac/browser/rdfalchemy/trunk and see the current trunk and all history. 23 27 === SVN === 24 Get your svn accessat::28 This is an actively developing project so bugs come an go. Get your svn access to the trunk at:: 25 29 {{{ 26 30 svn checkout http://www.openvest.com/svn/public/rdfalchemy/trunk … … 28 32 === User Group === 29 33 You can now [http://groups.google.com/group/rdfalchemy-dev visit rdfalchemy-dev] at Google Groups. 34 35 Bugs can be reported here directly if you have an openid to login. 36 37 === API Docs === 38 There are epydoc API Docs at http://www.openvest.com/public/docs/rdfalchemy/api/. You can also use links there to browse source, but it might not be current with the trunk. 30 39 31 40 … … 381 390 rdfSubject.db = SesameGraph('http://some-place.com/repository') 382 391 }}} 383 == Jython ==384 Not sure if the project is ready to branch. If the Sesame2 HTTP access provided above is not enough and you need to access Sesame and/or Jena with python you and check out the [wiki:RDFAlchemyJython RDFAlchemyJython] page for some samples.385 386 392 == Other Python SPARQL endpoints == 387 393 Some of these have nice code which I hope to migrate into RDFAlchemy. For the impatient, you can check out: … … 391 397 * http://www.openrdf.org/forum/mvnforum/viewthread?thread=1393 Attempts to provide DB API 2.0 access. The code looks incomplete but has some very nice use of reading the Sesame [http://www.openrdf.org/doc/sesame/api/org/openrdf/sesame/query/BinaryTableResultConstants.html binary results format] (`application/x-binary-rdf-results-table`) 392 398 * http://www.w3.org/2001/sw/DataAccess/proto-tests/tools/ used for the w3c [http://www.w3.org/2001/sw/DataAccess/impl-report-protocol SPARQL Implementation Report] 399 400 = Jython = 401 Not sure if the project is ready to branch. If the Sesame2 HTTP access provided above is not enough and you need to access Sesame and/or Jena with python you and check out the [wiki:RDFAlchemyJython RDFAlchemyJython] page for some samples. 402
