Files
pyrestresource/README.md
2023-11-06 13:50:34 +00:00

1.3 KiB

pyrestresource

A RESTful API library built on top of pydantic & uvicorn to make service API from a data model.

/!\ early in-progress project for internal use ATM.

Feel free to contribute.

Features (available): - type annotation used - support containers (dict) - support plugins (for hook and biding) - user auth - ACL - daemon mode

Features(planned): - group support - python internal model instance (with possible serialization/auto-save on-disk)

Limitations: - no nested reads / writes

Checkout Latest Documentation.