Metadata-Version: 1.1
Name: google-cloud-ndb
Version: 0.0.1.dev1
Summary: NDB library for Google Cloud Datastore
Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
Author: Google LLC
Author-email: googleapis-packages@google.com
License: Apache 2.0
Description: # 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
        
        This version of the client is not yet officially released (it is in a
        pre-Alpha state) and is still under active development.
        
        ### Supported Python Versions
        Python >= 3.6
        
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
