apidaora
apidaora copied to clipboard
HTTP/REST API using dataclasses and TypedDict annotation for python
Should raises error if any argument or return variables was declared without annotation. Must be implemented on `@path` registration flow.
Info: https://swagger.io/docs/specification/about/ https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md Acceptance Criteria: - Must use the `spec.py` module as inspiration, so the module can be refactored. - The informations to build the openapi spec must be passed...
The continuos results can be visualized here: https://tfb-status.techempower.com Only results started after 2019-09-25 has apidaora results. Acceptance Criteria: - The benchmark section of the docs must be updated with the...
Bats is a bash tests suite / runner. https://github.com/sstephenson/bats The docs tests are written in bash script, but there is no test suite yet. Acceptance Criteria: - The tests must...
PS C:\Users\Usuario\Desktop\programming\tests\fastapi> pip install apidaora Collecting apidaora Using cached apidaora-0.28.0-py3-none-any.whl (26 kB) Collecting jsondaora Using cached jsondaora-0.14.1-py3-none-any.whl (16 kB) Collecting dictdaora Using cached dictdaora-0.0.2-py3-none-any.whl (4.9 kB) Collecting orjson=3 Using cached...