{"id":23072172,"url":"https://github.com/sanogotech/perfpythonfastapi","last_synced_at":"2026-05-19T09:06:54.283Z","repository":{"id":91004152,"uuid":"282146483","full_name":"sanogotech/PerfPythonFastAPI","owner":"sanogotech","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-07T14:29:36.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-14T10:22:00.290Z","etag":null,"topics":["fastapi","performance","python","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sanogotech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-24T06:56:55.000Z","updated_at":"2021-01-07T14:29:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ac63173-7323-48b2-af3f-0095da2f7188","html_url":"https://github.com/sanogotech/PerfPythonFastAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sanogotech/PerfPythonFastAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2FPerfPythonFastAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2FPerfPythonFastAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2FPerfPythonFastAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2FPerfPythonFastAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanogotech","download_url":"https://codeload.github.com/sanogotech/PerfPythonFastAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2FPerfPythonFastAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33209484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["fastapi","performance","python","rest-api"],"created_at":"2024-12-16T07:19:06.043Z","updated_at":"2026-05-19T09:06:54.266Z","avatar_url":"https://github.com/sanogotech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PerfPythonFastAPI\n\n## Docs\n- https://fastapi.tiangolo.com/async/\n- https://morioh.com/p/78598efe32b5\n\n## Install\n```\n pip install fastapi\n \n pip install uvicorn\n \n ```\n You will also need an ASGI server, for production such as Uvicorn or Hypercorn.\n \n ##  Code \"main.py\"\n \n ```\n from typing import Optional\n\nfrom fastapi import FastAPI\n\napp = FastAPI()\n\n@app.get(\"/\")\ndef read_root():\n    return {\"Hello\": \"World\"}\n\n@app.get(\"/items/{item_id}\")\ndef read_item(item_id: int, q: Optional[str] = None):\n    return {\"item_id\": item_id, \"q\": q}\n```\n\n ## Run the server \n \n uvicorn main:app --reload\n\n ## API\n- http://127.0.0.1:8000/items/5?q=somequery\n- http://127.0.0.1:8000/docs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanogotech%2Fperfpythonfastapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanogotech%2Fperfpythonfastapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanogotech%2Fperfpythonfastapi/lists"}