Home

Awesome

<h1 align="center">fastapi_profiler</h1> <p align="center"> <em>A FastAPI Middleware of joerick/pyinstrument to check your service performance.</em> </p> <p align="center"> <a href="https://codecov.io/gh/sunhailin-Leo/fastapi_profiler"> <img src="https://codecov.io/gh/sunhailin-Leo/fastapi_profiler/branch/main/graph/badge.svg" alt="Codecov"> </a> <a href="https://img.shields.io/pypi/v/fastapi_profiler"> <img src="https://img.shields.io/pypi/v/fastapi_profiler.svg" alt="Package version"> </a> <a href="https://pypi.org/project/fastapi_profiler/"> <img src="https://img.shields.io/pypi/pyversions/fastapi_profiler.svg?colorB=brightgreen" alt="PyPI - Python Version"> </a> </p> <p align="center"> <a href="https://pypi.org/project/fastapi_profiler"> <img src="https://img.shields.io/pypi/format/fastapi_profiler.svg" alt="PyPI - Format"> </a> <a href="https://github.com/sunhailin-LEO/fastapi_profiler/pulls"> <img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" alt="Contributions welcome"> </a> <a href="https://opensource.org/licenses/MIT"> <img src="https://img.shields.io/badge/License-MIT-brightgreen.svg" alt="License"> </a> </p>

📣 Info

A FastAPI Middleware of pyinstrument to check your service code performance. Maybe is the best profiler of FastAPI extension.

🔰 Installation

Use pip

$ pip install fastapi_profiler -U

📝 Example

Jump to example folder.Example

⛏ Test the Code

Integration Test

Use Travis CI and AppVeyor continuously integrated environmen.

Code Style

Use flake8 and Codecov to improve the code quality.

💡 Author

📃 License

MIT ©sunhailin-Leo