New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graphio

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphio

Library to load data sets to Neo4j.

  • 0.11.0
  • PyPI
  • Socket score

Maintainers
1

GraphIO

Tests PyPI License Neo4j Neo4j Downloads

A Python library to bulk load data to Neo4j.

Documentation

Docs available at: https://graphio.readthedocs.io

Install

Install graphio from PyPI:

pip install graphio

Install the latest build version from github:

pip install git+https://github.com/kaiserpreusse/graphio.git

Development

You need Docker to run the test suite. First start the Neo4j instances to test against:

docker-compose -f test_neo4j_compose.yml up

Install dependencies:

pip install -r requirements.txt
pip install -r test_requirements.txt

Then run the tests:

python -m pytest

All tests that use the graph fixture found in tests/conftest.py will run against all databases.

Feedback

Please provide feedback, ideas and bug reports through GitHub issues.

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