Metadata-Version: 2.4
Name: neoaccess
Version: 4.4.2
Summary: High-level interface to the Neo4j graph database
Project-URL: Homepage, https://brainannex.org/guide.php
Project-URL: Home-page, https://brainannex.org/guide.php
Project-URL: Bug Tracker, https://github.com/BrainAnnex/brain-annex/issues
Project-URL: Source, https://github.com/BrainAnnex/neoaccess
Project-URL: Documentation, https://brainannex.org/guide.php
Author: Julian West BrainAnnex.org
Maintainer-email: julian@brainannex.org
License-Expression: MIT
License-File: LICENSE.txt
Keywords: graph database,knowledge graph,neo4j
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: neo4j==4.4.11
Requires-Dist: numpy~=1.22.4
Requires-Dist: pandas~=1.4.3
Description-Content-Type: text/markdown

# High-level python interface to the Neo4j graph database

## NOTICE: No longer maintained as an independent release; it was returned to the distributions of the `BrainAnnex` library
https://brainannex.org/history

https://brainannex.org/guide


To use it, just `pip install neoaccess`


[Intro and tutorial](https://julianspolymathexplorations.blogspot.com/2023/06/neo4j-python-neoaccess-library.html)


Notes:

- This library is for versions 4.x of the Neo4j database (supported only on **4.4**)

- The APOC library must be installed on Neo4j to use the function `export_dbase_json()`

- **For updates, please use the newest `BrainAnnex` library instead** (which contains an updated `NeoAccess` module, 
also ported to other versions of the Neo4j database): https://github.com/BrainAnnex/brain-annex
