Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
:**NOTE**: **This github repository is archived. The repository contents and history have moved to** `google-cloud-python`_.

.. _google-cloud-python: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-ndb
Comment on lines +1 to +3

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The README.md file is treated as Markdown, as indicated by its .md extension and its usage in setup.py with long_description_content_type="text/markdown". The current syntax for the note and link is reStructuredText (RST), which will not render correctly. To ensure the note is properly displayed on GitHub and PyPI, it should be converted to Markdown syntax. Using a blockquote will also help the note stand out.

Suggested change
:**NOTE**: **This github repository is archived. The repository contents and history have moved to** `google-cloud-python`_.
.. _google-cloud-python: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-ndb
> **NOTE**: This github repository is archived. The repository contents and history have moved to [`google-cloud-python`](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-ndb).



# 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)
Expand Down
Loading