=================================
Flask-Mongo-CRUD
=================================
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:
.. code:: bash
pip install flask-mongo-crud
Documentation
===============
`See Flask Mongo CRUD's Documentation. <https://github.com/ValentineSean/flask-mongo-crud>`_
Raw data
{
"_id": null,
"home_page": null,
"name": "flask-mongo-crud",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "flask-crud, flask-mongo-crud",
"author": "Valentine Sean Chanengeta",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/fc/db/cf0ec00cb373bc8fb8430d0d58a8dc854670207d94109dcc8698e7b45ddd/flask_mongo_crud-0.0.26.tar.gz",
"platform": null,
"description": "=================================\r\nFlask-Mongo-CRUD\r\n=================================\r\nflask-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.\r\n\r\nFeatures\r\n===============\r\n- Automatically generates CRUD endpoints from defined model.\r\n- Allows to specify custom MongoDB collection name of each model.\r\n- Allows to customize app base URL as well as each model's url prefix.\r\n- Allows to paginate when getting many documents from collection. ***TO BE IMPROVED***\r\n- Allows documents sorting (Ascending or Descending order). ***COMING SOON***\r\n\r\nInstallation\r\n===============\r\nYou can install flask-mongo-crud via Python Package Index:\r\n\r\n.. code:: bash\r\n\r\n pip install flask-mongo-crud\r\n\r\nDocumentation\r\n===============\r\n\r\n`See Flask Mongo CRUD's Documentation. <https://github.com/ValentineSean/flask-mongo-crud>`_\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Automatically generates CRUD endpoints from defined models",
"version": "0.0.26",
"project_urls": null,
"split_keywords": [
"flask-crud",
" flask-mongo-crud"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fcdbcf0ec00cb373bc8fb8430d0d58a8dc854670207d94109dcc8698e7b45ddd",
"md5": "62d37b17f35e3a76516bfe3fdbb7464b",
"sha256": "c576c56f1eaf976e784d5f28010e121dcc354f5cc3064141a7fe8f7a6e78a2c3"
},
"downloads": -1,
"filename": "flask_mongo_crud-0.0.26.tar.gz",
"has_sig": false,
"md5_digest": "62d37b17f35e3a76516bfe3fdbb7464b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10327590,
"upload_time": "2024-08-21T21:00:01",
"upload_time_iso_8601": "2024-08-21T21:00:01.836029Z",
"url": "https://files.pythonhosted.org/packages/fc/db/cf0ec00cb373bc8fb8430d0d58a8dc854670207d94109dcc8698e7b45ddd/flask_mongo_crud-0.0.26.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-21 21:00:01",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "flask-mongo-crud"
}