dependabot[bot] a14f7c6dba Bump uvicorn from 0.11.3 to 0.11.7 in /frameworks/Python/apidaora (#7073) 3 éve
..
templates abe5b4a5fd Add apidaora python framework (#5079) 5 éve
README.md 3934542bd2 Update APIDaora Python Framework tests (#5128) 5 éve
apidaora-core.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
apidaora.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
apidaora_conf.py 3934542bd2 Update APIDaora Python Framework tests (#5128) 5 éve
apidaora_core_conf.py 3934542bd2 Update APIDaora Python Framework tests (#5128) 5 éve
app.py 913e2b8444 Select id and randomnumber to match rules requirements (#6072) 4 éve
benchmark_config.json 3934542bd2 Update APIDaora Python Framework tests (#5128) 5 éve
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 éve
coreapp.py 913e2b8444 Select id and randomnumber to match rules requirements (#6072) 4 éve
requirements.txt a14f7c6dba Bump uvicorn from 0.11.3 to 0.11.7 in /frameworks/Python/apidaora (#7073) 3 éve

README.md

APIDaora Benchmarking Test

This is the APIDaora portion of a benchmarking tests suite comparing a variety of web development platforms.

The information below is specific to APIDaora. For further guidance, review the documentation. Also note that there is additional information provided in the Python README.

Description

APIDaora is a HTTP/REST API using dataclasses and TypedDict annotation for python3.8+.

Test Paths & Sources

The default test implementations are located within the file (app.py). The core module test implementations are located within the file (coreapp.py).

All the tests are based on the ones for FastAPI, as APIDaora is an asgi application and have the same principles of using typing annotations for validation/serialization of data.

Resources