Socket
Socket
Sign inDemoInstall

pyneo4j

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyneo4j

A Python client library for Neo4j


Maintainers
1

PyNeo4j

Integrating Python with Neo4j.

Build Status PyPI

Demo/Example

https://github.com/RenanPalmeira/neopyramid

Downloaded and run Neo4j

http://neo4j.com/download/

Development

$ git clone https://github.com/renanpalmeira/pyneo4j
$ cd pyneo4j # or other name with virtualenv (recommended)
$ pip install -e .
$ pip install -r requirements.txt # or tests/requirements-dev.txt
$ $NEO4J_FOLDER/bin/neo4j-shell -c < tests/starwars.cypher  # Import sample graph's
$ nosetests --verbose tests/ # If your Neo4j needs authentication set on tests/tests.py, but not in 'git add' with your credentials, than just run the tests

Installation (waiting for approval)

Available in Python Package Index:

$ pip install pyneo4j

Or:

$ easy_install pyneo4j

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc