{"id":27139738,"url":"https://github.com/maralla/folklore","last_synced_at":"2025-07-22T09:34:46.641Z","repository":{"id":57431793,"uuid":"277281478","full_name":"maralla/folklore","owner":"maralla","description":"[WIP]  Beautiful and easy to use Python RPC service framework.","archived":false,"fork":false,"pushed_at":"2020-08-23T10:33:41.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-16T13:11:27.838Z","etag":null,"topics":["framework","python","rpc","thrift"],"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/maralla.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-05T10:48:08.000Z","updated_at":"2020-08-23T10:33:43.000Z","dependencies_parsed_at":"2022-09-02T12:40:23.521Z","dependency_job_id":null,"html_url":"https://github.com/maralla/folklore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maralla/folklore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maralla%2Ffolklore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maralla%2Ffolklore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maralla%2Ffolklore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maralla%2Ffolklore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maralla","download_url":"https://codeload.github.com/maralla/folklore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maralla%2Ffolklore/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266465732,"owners_count":23933197,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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","python","rpc","thrift"],"created_at":"2025-04-08T04:59:26.011Z","updated_at":"2025-07-22T09:34:46.595Z","avatar_url":"https://github.com/maralla.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Folklore: Elegant thrift service development framework\n======================================================\n\n.. image:: https://travis-ci.org/maralla/folklore.svg?branch=master\n    :target: https://travis-ci.org/maralla/folklore\n\n\n\nThis package defines the interfaces for writing Folklore thrift services.\n\nInstall\n-------\n\n.. code:: bash\n\n    pip install folklore\n\n\nExample\n-------\n\nTo define an app:\n\n.. code:: python\n\n    # app.py\n    from folklore import Folklore\n\n    app = Folklore('TestService')\n\n    @app.api\n    def say_hello(name):\n        return 'Hello ' + name\n\n\nTo Run the app, install `folklore-cli \u003chttps://github.com/maralla/folklore-cli\u003e`_ first, then\ncreate the following config:\n\n.. code:: thrift\n\n    # ping.thrift\n    service TestService {\n        string say_hello(1: required string name)\n    }\n\n.. code:: yaml\n\n    # app.yaml\n    app_name: test_app\n    app: app:app\n    thrift_file: ping.thrift\n\nRun the following command:\n\n.. code:: bash\n\n    $ folklore serve\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaralla%2Ffolklore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaralla%2Ffolklore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaralla%2Ffolklore/lists"}