Files
pyrestresource/README.md
2023-10-31 23:58:51 +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: - use annotation - support containers (dict) - support plugins (for hook and biding) - user authentification (WIP) - ACL (WIP) - python internal model instance (with possible serialization/auto-save on-disk) - daemon mode

Limitations: - no nested reads / writes - weak unitest (atm)

Checkout Latest Documentation.