For test purposes, I work under OS Windows 7, use python and py2neo to connect to a Neo4j server (all on the same machine).
I'd like to check the server connection status from python and be able to (re)boot and stop the server, etc...
According to the Neo4j manual the server, the py2neo server API is designed for Linux. I tried it on Windows and the commands don't work
Is there a way or other packages in python to interact with the Neo4j server from a Windows environment?