Skip to content

Commit

Permalink
remove py2neo for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp authored Oct 10, 2023
1 parent 3e078fd commit ab1725f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/ROOT/pages/python.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ While Python 3 is preferred, some drivers still support Python 2, please check w

While we do not provide a specific web framework recommendation, both the lightweight http://flask.pocoo.org/[Flask^] and the more comprehensive https://www.djangoproject.com/[Django^] frameworks are known to work well.

////
[#py2neo-lib]
=== Py2neo

Expand Down Expand Up @@ -94,6 +95,7 @@ for name in ["Alice", "Bob", "Carol"]:
tx.append("CREATE (person:Person name: $name) RETURN person", name=name)
alice, bob, carol = [result.one for result in tx.commit()]
----
////

[#neomodel-lib]
=== Neomodel
Expand Down

0 comments on commit ab1725f

Please sign in to comment.