Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googleapis/python-ndb
https://github.com/googleapis/python-ndb
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/googleapis/python-ndb
- Owner: googleapis
- License: apache-2.0
- Created: 2019-02-20T21:35:11.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T11:11:07.000Z (2 months ago)
- Last Synced: 2024-12-20T09:03:09.794Z (13 days ago)
- Language: Python
- Size: 3.85 MB
- Stars: 150
- Watchers: 65
- Forks: 67
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Google Cloud Datastore `ndb` Client Library
[![stable](https://img.shields.io/badge/support-stable-gold.svg)](https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels)
[![pypi](https://img.shields.io/pypi/v/google-cloud-ndb.svg)](https://pypi.org/project/google-cloud-ndb/)
[![versions](https://img.shields.io/pypi/pyversions/google-cloud-ndb.svg)](https://pypi.org/project/google-cloud-ndb/)## Introduction
This is an updated version of the `ndb` client library for use with
[Google Cloud Datastore][0].* [Client Library Documentation](https://googleapis.dev/python/python-ndb/latest)
* [Product Documentation](https://cloud.google.com/datastore/docs)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 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
GA
## Supported Python Versions
Our client libraries are compatible with all current [active][3] and [maintenance][4] versions of Python.
Python >= 3.7
[3]: https://devguide.python.org/devcycle/#in-development-main-branch
[4]: https://devguide.python.org/devcycle/#maintenance-branches### Unsupported Python Versions
Python <= 3.6
If you are using an [end-of-life][5]
version of Python, we recommend that you update as soon as possible to an actively supported version.[5]: https://devguide.python.org/devcycle/#end-of-life-branches