Diogo Dutra cfbbf5d111 Update apidaora python framework version (#5596) 5 tahun lalu
..
templates abe5b4a5fd Add apidaora python framework (#5079) 6 tahun lalu
README.md 3934542bd2 Update APIDaora Python Framework tests (#5128) 6 tahun lalu
apidaora-core.dockerfile 6ca1dd63dc Update python frameworks versions that use uvloop (#5160) 6 tahun lalu
apidaora.dockerfile 6ca1dd63dc Update python frameworks versions that use uvloop (#5160) 6 tahun lalu
apidaora_conf.py 3934542bd2 Update APIDaora Python Framework tests (#5128) 6 tahun lalu
apidaora_core_conf.py 3934542bd2 Update APIDaora Python Framework tests (#5128) 6 tahun lalu
app.py 3934542bd2 Update APIDaora Python Framework tests (#5128) 6 tahun lalu
benchmark_config.json 3934542bd2 Update APIDaora Python Framework tests (#5128) 6 tahun lalu
coreapp.py 3934542bd2 Update APIDaora Python Framework tests (#5128) 6 tahun lalu
requirements.txt cfbbf5d111 Update apidaora python framework version (#5596) 5 tahun lalu

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