You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/tools.txt
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -260,20 +260,6 @@ daemon in the global application group:
260
260
and in the `Multiple Python Sub Interpreters <https://modwsgi.readthedocs.io/en/master/user-guides/application-issues.html#multiple-python-sub-interpreters>`__
261
261
section of the mod_wsgi documentation.
262
262
263
-
Alternative Python Drivers
264
-
--------------------------
265
-
266
-
This section lists alternatives to {+driver-short+}.
267
-
268
-
- `Motor <https://github.com/mongodb/motor>`__ is a full-featured, non-blocking
269
-
MongoDB driver for Python Tornado applications.
270
-
271
-
- `TxMongo <https://github.com/twisted/txmongo>`__ is an asynchronous Twisted
272
-
Python driver for MongoDB.
273
-
274
-
- `MongoMock <https://github.com/mongomock/mongomock>`__ is a small
275
-
library to help test Python code. It uses {+driver-short+} to interact with MongoDB.
276
-
277
263
Type Checkers
278
264
-------------
279
265
@@ -293,4 +279,18 @@ in the ``typing`` module documentation.
293
279
.. code-block:: python
294
280
295
281
[mypy-pymongo]
296
-
follow_imports = False
282
+
follow_imports = False
283
+
284
+
Alternative Python Drivers
285
+
--------------------------
286
+
287
+
This section lists alternatives to {+driver-short+}.
288
+
289
+
- `Motor <https://github.com/mongodb/motor>`__ is a full-featured, non-blocking
290
+
MongoDB driver for Python Tornado applications.
291
+
292
+
- `TxMongo <https://github.com/twisted/txmongo>`__ is an asynchronous Twisted
293
+
Python driver for MongoDB.
294
+
295
+
- `MongoMock <https://github.com/mongomock/mongomock>`__ is a small
296
+
library to help test Python code. It uses {+driver-short+} to interact with MongoDB.
0 commit comments