Python
AgensGraph Python Driver allows Python programs to connect to an AgensGraph database. Since it is [Psycopg2](http://initd.org/psycopg/) type extension module for AgensGraph, it supports additional data types such as Vertex, Edge, and Path to represent graph data.
Features - Cypher query support for Psycopg2 PostgreSQL Python driver (enables cypher queries directly) - Deserialize AgensGraph results (AGType) to Vertex, Edge, Path