From 8762f014d64a5a4392e431a87ec8661bfb39f13d Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 16 Oct 2023 13:00:21 -0500 Subject: [PATCH] PYTHON-3994 Remove link to MongoAlchemy (#1392) --- doc/tools.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/tools.rst b/doc/tools.rst index e88b57ee6..7aea84cb0 100644 --- a/doc/tools.rst +++ b/doc/tools.rst @@ -85,12 +85,6 @@ MongoKit is an ORM-like layer on top of PyMongo. There is also a MongoKit `google group `_. -MongoAlchemy - `MongoAlchemy `_ is another ORM-like layer on top of - PyMongo. Its API is inspired by `SQLAlchemy `_. The - code is available `on GitHub `_; - for more information, see `the tutorial `_. - Minimongo `minimongo `_ is a lightweight, pythonic interface to MongoDB. It retains pymongo's query and update API,