The Google Datastore NDB Client Library allows App Engine Python apps to connect to Datastore. The NDB client library builds on the older DB Datastore library adding the following data store features: The StructuredProperty class, which allows entities to have nested structure. Integrated automatic caching, which typically gives fast and inexpensive reads via an in-context cache and Memcache. Supp

