Changes between Version 27 and Version 28 of RDFAlchemy

Show
Ignore:
Timestamp:
02/15/08 16:56:32 (3 years ago)
Author:
http://astro.pip.verisignlabs.com/
Comment:

added easy_install

Legend:

Unmodified
Added
Removed
Modified
  • RDFAlchemy

    v27 v28  
    1616  * chained descriptors and predicate range->class mapping 
    1717 
    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 === 
     20RDFAlchemy is now available at the [http://pypi.python.org/pypi Cheeseshop]: Just type 
     21{{{ 
     22easy_install rdfalchemy 
     23}}} 
     24If you don't have setuptools installed...well you should so [http://peak.telecommunity.com/DevCenter/EasyInstall go get it].  Trust me. 
    2125=== Code === 
    2226Browse dev code at http://www.openvest.com/trac/browser/rdfalchemy/trunk and see the current trunk and all history. 
    2327=== SVN === 
    24 Get your svn access at:: 
     28This is an actively developing project so bugs come an go. Get your svn access to the trunk at:: 
    2529{{{ 
    2630  svn checkout http://www.openvest.com/svn/public/rdfalchemy/trunk   
     
    2832=== User Group === 
    2933You can now  [http://groups.google.com/group/rdfalchemy-dev visit rdfalchemy-dev] at Google Groups. 
     34 
     35Bugs can be reported here directly if you have an openid to login. 
     36 
     37=== API Docs === 
     38There 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. 
    3039 
    3140 
     
    381390rdfSubject.db = SesameGraph('http://some-place.com/repository') 
    382391}}} 
    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  
    386392== Other Python SPARQL endpoints == 
    387393Some of these have nice code which I hope to migrate into RDFAlchemy. For the impatient, you can check out: 
     
    391397 * 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`) 
    392398 * 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 = 
     401Not 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