pip install pyorient
import pyorient
client = pyorient.OrientDB("localhost", 2424)
client.db_exists( 'demodb', pyorient.STORAGE_TYPE_MEMORY )
The error - "PyOrientWrongProtocolVersionException: Protocol version 38 is not supported yet by this client."