cycli
cycli copied to clipboard
A Command Line Interface for Neo4j's Cypher.
Hi, I tried running a series of queries saved on a file through cycle , but it's complaining that the file is binary? I was using -f flag. After many...
a package should specify minimum-dependencies it should not do exact pinning in setup.py. If I install this package in my virtual-env, it will upgrade certain packages that will break my...
Hi Nicole, I'd be happy to help out with tending issues / reviewing PRs if it would help you keep this project alive. I use `cycli` regularly, and it'd be...
# Feature - Bolt protocol connection enabled by default - New flag `-B|--bolt-port` to configure Bolt port - New flag `--no-bolt` to opt out of Bolt connection - Updated README...
Currently bolt is setup as True by default, so `Graph` is built using bolt, and in Neo4j versions < 3.0 cycli stops working. A new flag, `-b --bolt` has been...
I'm having troubles connecting with a database hosted in GrapheneDB using `cycli 0.7.6`. I'm only able to connect databases with Neo4j version < 3. If I try the same parameters...
Would it be possible to make a new pypi release? The current latest version (0.7.6) still has the old `prompt_toolkit` dependency which is clobbering other installs. https://pypi.org/project/cycli/
This pull request contains the require changes for being compatible with the prompt_toolkit 2.0 release. 2.0 has not yet been released, but will be released soon. Also see: https://github.com/jonathanslenders/python-prompt-toolkit/issues/568 and...
* Neo4j version: 3.3.4 * Operating system: Arch Linux x86_64 | XFCE * API/Driver: Cypher { cypher-shell: .../neo4j-community-3.3.4/bin/neo4j-shell | cycli 0.7.6} * Web browser: Firefox 59.0.2 (64-bit) * ditto: Chrome...
Hi Nicole! Can we turn off / disable the echoing of the cypher script contents during the script executions, e.g. as shown in my comment here? : https://github.com/neo4j/neo4j/issues/5901#issuecomment-379013851 That issue...