{"id":13424670,"url":"https://github.com/sunhailin-Leo/fastapi_profiler","last_synced_at":"2025-03-15T18:35:42.579Z","repository":{"id":57428500,"uuid":"308579691","full_name":"sunhailin-Leo/fastapi_profiler","owner":"sunhailin-Leo","description":"A FastAPI Middleware of https://github.com/joerick/pyinstrument to check your service performance.","archived":false,"fork":false,"pushed_at":"2024-05-17T01:29:41.000Z","size":47,"stargazers_count":252,"open_issues_count":0,"forks_count":13,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-13T01:03:13.404Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sunhailin-Leo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-30T09:15:39.000Z","updated_at":"2025-03-12T08:29:12.000Z","dependencies_parsed_at":"2024-01-03T02:29:54.927Z","dependency_job_id":"8a663020-0b7b-4367-863f-e38ac8e61af7","html_url":"https://github.com/sunhailin-Leo/fastapi_profiler","commit_stats":{"total_commits":26,"total_committers":2,"mean_commits":13.0,"dds":"0.11538461538461542","last_synced_commit":"abbc4e140f7e34415cccb09aee19c3de26460d84"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunhailin-Leo%2Ffastapi_profiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunhailin-Leo%2Ffastapi_profiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunhailin-Leo%2Ffastapi_profiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunhailin-Leo%2Ffastapi_profiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunhailin-Leo","download_url":"https://codeload.github.com/sunhailin-Leo/fastapi_profiler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243318749,"owners_count":20272140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T00:00:57.583Z","updated_at":"2025-03-15T18:35:37.557Z","avatar_url":"https://github.com/sunhailin-Leo.png","language":"Python","funding_links":[],"categories":["Third-Party Extensions","Python"],"sub_categories":["Developer Tools"],"readme":"\u003ch1 align=\"center\"\u003efastapi_profiler\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003cem\u003eA FastAPI Middleware of joerick/pyinstrument to check your service performance.\u003c/em\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://codecov.io/gh/sunhailin-Leo/fastapi_profiler\"\u003e\n        \u003cimg src=\"https://codecov.io/gh/sunhailin-Leo/fastapi_profiler/branch/main/graph/badge.svg\" alt=\"Codecov\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://img.shields.io/pypi/v/fastapi_profiler\"\u003e\n        \u003cimg src=\"https://img.shields.io/pypi/v/fastapi_profiler.svg\" alt=\"Package version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/fastapi_profiler/\"\u003e\n        \u003cimg src=\"https://img.shields.io/pypi/pyversions/fastapi_profiler.svg?colorB=brightgreen\" alt=\"PyPI - Python Version\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://pypi.org/project/fastapi_profiler\"\u003e\n        \u003cimg src=\"https://img.shields.io/pypi/format/fastapi_profiler.svg\" alt=\"PyPI - Format\"\u003e\n    \u003c/a\u003e\n     \u003ca href=\"https://github.com/sunhailin-LEO/fastapi_profiler/pulls\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat\" alt=\"Contributions welcome\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/License-MIT-brightgreen.svg\" alt=\"License\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## 📣 Info\n\nA FastAPI Middleware of pyinstrument to check your service code performance. Maybe is the best profiler of FastAPI extension.\n\n## 🔰 Installation\n\n**Use pip**\n```shell\n$ pip install fastapi_profiler -U\n```\n\n## 📝 Example\n\nJump to example folder.[Example](https://github.com/sunhailin-Leo/fastapi_profiler/blob/main/example/fastapi_example.py)\n\n## ⛏ Test the Code\n\n### Integration Test\n\nUse [Travis CI](https://travis-ci.org/) and [AppVeyor](https://ci.appveyor.com/) continuously integrated environmen.\n\n### Code Style\n\nUse [flake8](http://flake8.pycqa.org/en/latest/index.html) and [Codecov](https://codecov.io/) to improve the code quality.\n\n## 💡 Author\n\n* [@sunhailin-Leo](https://github.com/sunhailin-Leo)\n\n## 📃 License\n\nMIT [©sunhailin-Leo](https://github.com/sunhailin-Leo)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunhailin-Leo%2Ffastapi_profiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunhailin-Leo%2Ffastapi_profiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunhailin-Leo%2Ffastapi_profiler/lists"}