python-rexster
- synopsis:
Implements a client over Rexster (https://github.com/tinkerpop/rexster/) providing the Python developer an easy way to interact with the databases supported.
The layer follows the pyblueprints graph model interface letting the programmer work in the same way, no matter which underlying graph database is being used.
Installation
The easiest way to get python-rexster installed in your virtualenv is by:
pip install python-rexster
Usage
Connecting to a Rexster instance
>>> from rexster import RexsterServer, RexsterGraph >>> #Connecting to server >>> HOST = 'http://localhost:8182' >>> server = RexsterServer(HOST) >>> #List graphs availbale in server >>> server.graphs() [u'tinkergraph', u'gratefulgraph', u'tinkergraph-readonly', u'sailgraph', u'emptygraph'] >>> #Connecting to a given graph >>> graph = RexsterIndexableGraph(server, 'tinkergraph')
Changelog
0.1.1 (2011-07-12)
Added returning None instead of raising exceptions (more pythonic way)
Updated tests
0.1 (2011-07-6)
Initial version
Release files for python-rexster 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-rexster-0.1.1.tar.gz | 18.2 kB | Details |
Release files / python-rexster-0.1.1.tar.gz
| Download URL | python-rexster-0.1.1.tar.gz |
|---|---|
| Size | 18.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e2afdb21bd6a127072c0c1119af6126c74e4a3d9d3cd279fe00fd28f926371c8
|
|
BLAKE2b-256 checksum How to use checksums |
c7397d21a319206fe0ecc5a518df8dd72b2ea15b9c184f5fc11257a08f14d478
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |