


.. rst-class:: hide-me

CRUDCreator
=======================================


.. figure:: /images/banner.svg
   :align: center
   :alt: CRUDCreator
   :scale: 50%

|

**Source** : https://github.com/nedelab/crudcreator

**Documentation** : https://www.crudcreator.com

|

CRUDCreator lets you create CRUD interfaces faster.

The key features :

* Can generate a CRUD interface (e.g. a REST API) from another CRUD interface (e.g. a SQL database).

* Plenty of modules to easily transform your CRUD interface.

* Remains 100% customizable with your Python code (no technological trap, you retain your freedom).

The benefits:

* No more repetitive code.

* Implements CRUD best practices automatically.

Installation
================

.. code-block:: bash

   pip install crudcreator

|

.. toctree::
   :maxdepth: 1
   :caption: Table of contents:

   /tuto/index.rst
   /documentation/index.rst
   /contributing/index.rst
