{"id":26192865,"url":"https://github.com/asynched/fastlify","last_synced_at":"2026-05-22T21:34:51.783Z","repository":{"id":125528125,"uuid":"416996348","full_name":"asynched/fastlify","owner":"asynched","description":"Fastlify is a framework built around Flask for dealing with REST APIs. 🏎","archived":false,"fork":false,"pushed_at":"2021-10-15T01:57:49.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T09:57:59.098Z","etag":null,"topics":["framework","http","python"],"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/asynched.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":"2021-10-14T05:11:05.000Z","updated_at":"2022-02-19T19:35:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"c510503e-155a-48d6-b066-87e148d789a7","html_url":"https://github.com/asynched/fastlify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asynched/fastlify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Ffastlify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Ffastlify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Ffastlify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Ffastlify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asynched","download_url":"https://codeload.github.com/asynched/fastlify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Ffastlify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33370031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["framework","http","python"],"created_at":"2025-03-12T01:25:00.131Z","updated_at":"2026-05-22T21:34:51.778Z","avatar_url":"https://github.com/asynched.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fastlify\n\nFastlify is a framework built around Flask for dealing with REST APIs\n\n## Example app\n\n```py\nfrom fastlify import Fastlify\nfrom fastlify.http.request import Request\nfrom fastlify.http.response import Response\nfrom fastlify.decorators.http import controller\nfrom fastlify.controllers.http_controller import HTTPController\n\napp = Fastlify.create()\n\n@controller(\"/\")\nclass HelloController(HTTPController):\n\tdef get(request: Request) -\u003e Response:\n\t\treturn Response({\n\t\t\t\"message\": \"Hello, world!\"\n\t\t}, status=200)\n\napp.register_controller(HelloController)\n\nif __name__ == \"__main__\":\n\tapp.listen(port=8081)\n```\n\n## Author\n\n| ![Eder Lima](https://github.com/Nxrth-x.png?size=100) |\n| ----------------------------------------------------- |\n| [Eder Lima](https://github.com/Nxrth-x)               |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasynched%2Ffastlify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasynched%2Ffastlify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasynched%2Ffastlify/lists"}