{"id":17851694,"url":"https://github.com/aprilahijriyan/falca","last_synced_at":"2025-08-01T22:42:48.147Z","repository":{"id":43410583,"uuid":"359266574","full_name":"aprilahijriyan/falca","owner":"aprilahijriyan","description":"Falca is an intuitive REST APIs framework based on the falcon framework.","archived":false,"fork":false,"pushed_at":"2022-03-02T20:02:22.000Z","size":396,"stargazers_count":7,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-06T11:15:37.234Z","etag":null,"topics":["asgi","framework","python","rest-api","wsgi"],"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/aprilahijriyan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-18T22:33:25.000Z","updated_at":"2023-03-21T15:45:03.000Z","dependencies_parsed_at":"2022-08-26T21:41:02.381Z","dependency_job_id":null,"html_url":"https://github.com/aprilahijriyan/falca","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/aprilahijriyan/falca","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aprilahijriyan%2Ffalca","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aprilahijriyan%2Ffalca/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aprilahijriyan%2Ffalca/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aprilahijriyan%2Ffalca/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aprilahijriyan","download_url":"https://codeload.github.com/aprilahijriyan/falca/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aprilahijriyan%2Ffalca/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268308971,"owners_count":24230163,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"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":["asgi","framework","python","rest-api","wsgi"],"created_at":"2024-10-27T23:22:20.572Z","updated_at":"2025-08-01T22:42:48.028Z","avatar_url":"https://github.com/aprilahijriyan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Falca\n\n![Logo](https://raw.githubusercontent.com/aprilahijriyan/falca/main/falca.png)\n\n![PyPI - Downloads](https://img.shields.io/pypi/dm/falca?color=yellow\u0026logo=python) ![PyPI](https://img.shields.io/pypi/v/falca?color=yellow\u0026logo=python) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/falca?color=purple\u0026logo=python\u0026logoColor=yellow) ![PyPI - Format](https://img.shields.io/pypi/format/falca?logo=python\u0026logoColor=yellow) ![PyPI - Status](https://img.shields.io/pypi/status/falca?color=red) ![PyPI - License](https://img.shields.io/pypi/l/falca?color=black) ![GitHub issues](https://img.shields.io/github/issues/aprilahijriyan/falca?logo=github) ![GitHub closed issues](https://img.shields.io/github/issues-closed/aprilahijriyan/falca?color=green\u0026logo=github) ![Scrutinizer code quality (GitHub/Bitbucket)](https://img.shields.io/scrutinizer/quality/g/aprilahijriyan/falca/main?logo=scrutinizer) ![Black Formatter](https://img.shields.io/badge/code%20style-black-000000.svg)\n\n\u003cp align=\"center\"\u003e\nFalca is an intuitive REST APIs framework.\u003cbr\u003e\nPowered by https://falconframework.org/.\u003cbr\u003e\u003cbr\u003e\n:warning: \u003ci\u003e\u003cstrong\u003eThis is a BETA version please don't use it in a production environment. Thank you!\u003c/strong\u003e\u003c/i\u003e :construction:\u003cbr\u003e\n\u003c/p\u003e\n\nGoals of this project:\n\n* Validates request body based on type hints.\n* (Pydantic \u0026 Marshmallow) support as object serialization and deserialization\n* Request body mapping\n* Nested routers\n* Plugin support\n* Settings (Global Configuration) support\n* Async Support\n* Routing sub-application\n* CLI\n* Dependency injection\n* Resource shortcut (`get`, `post`, `put`, `delete`, `websocket`, etc)\n\n# Contribution\n\n**Do not hesitate!**\n\nif you want to contribute like bug fixes, feature additions, etc. Please read our [contribution guidelines](https://github.com/aprilahijriyan/falca/blob/main/CONTRIBUTING.md).\n\nAlso bug reports are welcome :)\n\n# Installation\n\nUsing `pip`:\n\n```\npip install falca\n```\n\nAlternatively, clone this repository and go to the `falca` directory:\n\n```\ngit clone https://github.com/aprilahijriyan/falca\ncd falca\n```\n\nInitialize the environment with python v3.7 using [poetry](https://python-poetry.org/)\n\n```\npoetry env use $(which python3.7)\n```\n\nInstall dependencies\n\n```\npoetry install --no-dev\n```\n\n# Usage\n\nLet's see how beautiful it is\n\n```python\n# app.py\n\nfrom typing import Optional\n\nfrom falca.app import ASGI\nfrom falca.depends.pydantic import Query\nfrom falca.responses import JSONResponse\nfrom falca.serializers.pydantic import Schema\n\n\nclass LimitOffsetSchema(Schema):\n    limit: Optional[int]\n    offset: Optional[int]\n\nclass Simple:\n    async def on_get(self, query: dict = Query(LimitOffsetSchema)):\n        return JSONResponse(query)\n\napp = ASGI(__name__)\napp.add_route(\"/\", Simple())\n\n```\n\nSave the code above with filename `app.py`\nAnd run it with the command:\n\n```sh\nfalca runserver\n```\n\n**NOTE**: For the ASGI app, you need to install `uvicorn` before running it.\nAlso for other examples, you can find them [here](https://github.com/aprilahijriyan/falca/tree/main/examples)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faprilahijriyan%2Ffalca","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faprilahijriyan%2Ffalca","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faprilahijriyan%2Ffalca/lists"}