Metadata-Version: 2.1
Name: google-cloud-ndb
Version: 0.0.1
Summary: NDB library for Google Cloud Datastore
Home-page: https://github.com/googleapis/python-ndb
Author: Google LLC
Author-email: googleapis-packages@google.com
License: Apache 2.0
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Description-Content-Type: text/markdown
Requires-Dist: google-cloud-datastore (>=1.7.0)

# Google Datastore `ndb` Client Library

## Introduction

This is a Python 3 version of the `ndb` client library for use with
[Google Cloud Datastore][0].

The original Python 2 version of `ndb` was designed specifically for the
[Google App Engine][1] `python27` runtime and can be found at
https://github.com/GoogleCloudPlatform/datastore-ndb-python. This version of
`ndb` is designed for the [Google App Engine Python 3 runtime][2], and will
run on other Python 3 platforms as well.

[0]: https://cloud.google.com/datastore
[1]: https://cloud.google.com/appengine
[2]: https://cloud.google.com/appengine/docs/standard/python3/

## Release Status

Alpha

### Supported Python Versions
Python >= 3.6


