wcooley / python-gryaml

Represent Neo4j graph data as YAML
MIT License
2 stars 0 forks source link
neo4j py2neo python yaml

============================= gryaml

.. image:: https://img.shields.io/pypi/v/gryaml.svg :target: https://pypi.python.org/pypi/gryaml

.. .. image:: https://travis-ci.org/wcooley/python-gryaml.png?branch=master :target: https://travis-ci.org/wcooley/python-gryaml

.. image:: https://pypip.in/d/gryaml/badge.png
    :target: https://pypi.python.org/pypi/gryaml

Represent Neo4j graph data as YAML.

Features

Versions

Python Tested with both Python 2.7 and 3.6. Neo4j Should work with anything >= 2.0. Tested with 3.3.5. Running the tests requires 2.3 as it uses the DETACH DELETE feature to drop the database. py2neo Currently supports 1.6 and 2.0. pyyaml Tested with PyYAML v3.13.

Testing

Running the tests requires an installed, running Neo4j instance. Pass the URL through the environment variable NEO4J_URI.

Future

.. _py2neo_compat: https://pypi.org/project/py2neo-compat/