|
3 سال پیش | |
---|---|---|
.. | ||
templates | 5 سال پیش | |
README.md | 5 سال پیش | |
apidaora-core.dockerfile | 4 سال پیش | |
apidaora.dockerfile | 4 سال پیش | |
apidaora_conf.py | 5 سال پیش | |
apidaora_core_conf.py | 5 سال پیش | |
app.py | 4 سال پیش | |
benchmark_config.json | 5 سال پیش | |
config.toml | 4 سال پیش | |
coreapp.py | 4 سال پیش | |
requirements.txt | 3 سال پیش |
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.
APIDaora is a HTTP/REST API using dataclasses and TypedDict annotation for python3.8+.
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.