flask-mongo-crud is a Flask extension which generates CRUD endpoints out of the box from defined models of the mongo database. This initiative was driven by the tedious nature of manually writing CRUD logic for every Flask application entity.
Features
Automatically generates CRUD endpoints from defined model.
Allows to specify custom MongoDB collection name of each model.
Allows to customize app base URL as well as each model’s url prefix.
Allows to paginate when getting many documents from collection. *TO BE IMPROVED*
Allows documents sorting (Ascending or Descending order). *COMING SOON*
Installation
You can install flask-mongo-crud via Python Package Index:
pip install flask-mongo-crud
Documentation
Release files for flask-mongo-crud 0.0.26
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| flask_mongo_crud-0.0.26.tar.gz | 10.3 MB | Details |
Release files / flask_mongo_crud-0.0.26.tar.gz
| Download URL | flask_mongo_crud-0.0.26.tar.gz |
|---|---|
| Size | 10.3 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c576c56f1eaf976e784d5f28010e121dcc354f5cc3064141a7fe8f7a6e78a2c3
|
|
BLAKE2b-256 checksum How to use checksums |
fcdbcf0ec00cb373bc8fb8430d0d58a8dc854670207d94109dcc8698e7b45ddd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.0
|