dependabot[bot] ab9649bd88 Build(deps): bump litestar in /frameworks/Python/litestar (#10050) 2 luni în urmă
..
templates f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
.gitignore f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
README.md f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
app-socketify-asgi.py f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
app.py f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
app_orm.py f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
benchmark_config.json f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
config.toml f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
litestar-granian-orm.dockerfile f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
litestar-granian.dockerfile f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
litestar-gunicorn-orm.dockerfile f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
litestar-gunicorn.dockerfile f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
litestar-nginx-unit.dockerfile f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
litestar-socketify-asgi.dockerfile f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
litestar-uvicorn.dockerfile f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
litestar.dockerfile f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
litestar_conf.py f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
nginx-unit-config.sh f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
requirements-granian.txt f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
requirements-gunicorn.txt f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
requirements-socketify.txt ab9649bd88 Build(deps): bump litestar in /frameworks/Python/litestar (#10050) 2 luni în urmă
requirements-sqlalchemy.txt f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
requirements-uvicorn.txt f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă
requirements.txt ab9649bd88 Build(deps): bump litestar in /frameworks/Python/litestar (#10050) 2 luni în urmă
ruff.toml f6c3ffc6cb Feat/litestar (#9905) 2 luni în urmă

README.md

Litestar Benchmarking Test

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

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

Description

Litestar is a modern, fast (high-performance), web framework for building APIs with Python 3.6+.

The key features are:

  • Fast: Very high performance, on par with NodeJS and Go.

  • Fast to code: Increase the speed to develop features by about 200% to 300% *.

  • Less bugs: Reduce about 40% of human (developer) induced errors. *

  • Intuitive: Great editor support. Completion everywhere. Less time debugging.

  • Easy: Designed to be easy to use and learn. Less time reading docs.

  • Short: Minimize code duplication. Multiple features from each parameter declaration. Less bugs.

  • Robust: Get production-ready code. With automatic interactive documentation.

  • Standards-based: Based on (and fully compatible with) the open standards for APIs: OpenAPI and JSON Schema.

* estimation based on tests on an internal development team, building production applications.

Test Paths & Sources

All of the test implementations are located within a single file (app.py).

Resources