Metadata-Version: 1.0
Name: pyblueprints
Version: 0.1
Summary: A Python version of the Blueprints
                    property graph model interface
Home-page: https://github.com/escalant3/pyblueprints
Author: Diego Muñoz Escalante
Author-email: escalant3@gmail.com
License: GPL 3
Description: pyblueprints
        ============
        
        :synopsis: Provides a layer to abstract the Python developer from the graph database system used
        
        Following the set of interfaces provided by tinkerpop for Blueprints,
        this proyect aims to give Python developers a similar functionality.
        A set of abstract classes are defined in order to guide the design of
        implementations for the different graph database engines.
        
        Features
        --------
        
        This is an experimental version only permitting partial functionality to
        the Neo4j database providing abstraction over the neo4j-rest-client API.
        Please keep in mind to backup your data before trying this library.
        
        
        Changes
        -------
        
        0.1 (2011-06-29)
        ----------------
        - First Python Index Package release.
        
Keywords: property graph model interface graphdb graphdatabase
                database blueprints orientdb neo4j
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
