Quart-Mongo bridges Quart, Motor, and Odmantic to create a powerful MongoDB extension for your Quart app.
Project description
Quart Mongo
Quart-Mongo bridges Quart, Motor, and Odmantic to create a powerful MongoDB extension to use in your Quart applications. It also provides some convenience helpers as well as being able to work with Quart-Schema.
Installation
Install the extension with the following command:
$ pip3 install quart-mongo
Usage
To use the extension simply import the class wrapper and pass the Quart app object back to here. Do so like this:
from quart import Quart
from quart_mongo import Mongo
app = Quart(__name__)
mongo = Mongo(app)
Documentation
The documentation for Quart-Mongo and is available here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quart_mongo-0.1.2.tar.gz.
File metadata
- Download URL: quart_mongo-0.1.2.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.6 Linux/6.10.4-linuxkit
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cdb32a5ede095b8465fdc56accc4e1b77ddf55121b64840c9ba69eba2ddb846
|
|
| MD5 |
8eedb2810bd8bf5bff7684b0fd11eb7a
|
|
| BLAKE2b-256 |
04cdae274fccec3a1cc38aeeb6c311a9beef8a932726d4c39b6b398d25b23d8c
|
File details
Details for the file quart_mongo-0.1.2-py3-none-any.whl.
File metadata
- Download URL: quart_mongo-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.6 Linux/6.10.4-linuxkit
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d56f095c93f75125394a9783748198d0abfaccd28770504e64f59c9e789e924d
|
|
| MD5 |
74d32faba26f665f12244e9760e7259d
|
|
| BLAKE2b-256 |
5b2210287997569988ba61e0b54c7dae4c4c223671281d1778e582e7ee1acbd0
|