Skip to content

Commit 1c07676

Browse files
authored
Merge pull request #253 from technige/1.7-connector
Extracted connector into separate library
2 parents def05fb + d130eab commit 1c07676

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+1540
-38738
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ omit =
55
test/*
66
neo4j/compat/*
77
neo4j/util.py
8+
*neobolt*
89

910
[report]
1011
show_missing = True

MANIFEST.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
global-exclude *.class *.pyc *.pyo *.so *.dll __pycache__
2-
recursive-include neo4j *.c
3-
recursive-include neo4j *.pyx
42
prune test

README.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@ Quick Example
3030
session.write_transaction(add_friends, "Arthur", "Merlin")
3131
session.read_transaction(print_friends, "Arthur")
3232
33-
Logging
34-
=============
35-
The driver provides a built-in logging. The following example code enables debug logging and prints out logs at stdout:
36-
37-
.. code-block:: python
38-
39-
from neo4j.util import watch
40-
import logging
41-
from sys import stdout
42-
43-
watch("neo4j.bolt", logging.DEBUG, stdout)
44-
4533
4634
Installation
4735
============

0 commit comments

Comments
 (0)