RESTAlchemy documentation#
RESTAlchemy is a Python toolkit for building HTTP REST APIs on top of a flexible data model and storage abstraction.
The documentation is available in four languages. The structure of files and sections is identical across all of them.
Where to start#
If you are new to RESTAlchemy, read the installation and getting started guides first — they are enough to build a working service:
- Installation — install the library and its dependencies.
- Getting started — build a small in-memory REST service.
After that, continue with the concepts, how-to guides and the reference sections.