Go to file
chacha 27c576db21 Merge pull request 'dev' (#1) from dev into master
Reviewed-on: #1
new-tag:0.1.0
2023-11-06 16:07:12 +01:00
.settings continuing implementation of login and session 2023-11-05 15:38:08 +00:00
docs-static initial template commit 2023-10-31 23:46:38 +00:00
helpers_proxy initial template commit 2023-10-31 23:46:38 +00:00
src/pyrestresource fix typing issues 2023-11-06 01:11:43 +00:00
test use threaded uvicorn during test 2023-11-06 13:50:34 +00:00
.gitignore initial template commit 2023-10-31 23:46:38 +00:00
.project first commit 2023-10-31 23:58:51 +00:00
.pydevproject initial template commit 2023-10-31 23:46:38 +00:00
Dockerfile fix dockerfile for debian 12 2023-11-01 00:08:34 +00:00
Jenkinsfile update jenkins & toml from project template 2023-11-06 14:56:46 +00:00
LICENSE.md initial template commit 2023-10-31 23:46:38 +00:00
README.md use threaded uvicorn during test 2023-11-06 13:50:34 +00:00
RUN_complexity.launch initial template commit 2023-10-31 23:46:38 +00:00
RUN_mkdocs.launch initial template commit 2023-10-31 23:46:38 +00:00
RUN_quality.launch fix typing issues 2023-11-06 01:11:43 +00:00
RUN_types.launch fix typing issues 2023-11-06 01:11:43 +00:00
RUN_unittest.launch initial template commit 2023-10-31 23:46:38 +00:00
mkdocs.yml initial template commit 2023-10-31 23:46:38 +00:00
pyproject.toml update jenkins & toml from project template 2023-11-06 14:56:46 +00:00

README.md

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.