{"id":19944456,"url":"https://github.com/jjj999/bamboo","last_synced_at":"2025-05-03T16:31:08.771Z","repository":{"id":48589434,"uuid":"337317329","full_name":"jjj999/bamboo","owner":"jjj999","description":"General purpose framework for web apps.","archived":false,"fork":false,"pushed_at":"2022-08-15T15:50:33.000Z","size":8967,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-19T10:31:21.966Z","etag":null,"topics":["api","bamboo","framework","python","web"],"latest_commit_sha":null,"homepage":"https://jjj999.github.io/bamboo/","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/jjj999.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2021-02-09T06:48:52.000Z","updated_at":"2022-01-21T14:30:48.000Z","dependencies_parsed_at":"2022-08-27T11:11:51.804Z","dependency_job_id":null,"html_url":"https://github.com/jjj999/bamboo","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjj999%2Fbamboo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjj999%2Fbamboo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjj999%2Fbamboo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjj999%2Fbamboo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jjj999","download_url":"https://codeload.github.com/jjj999/bamboo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252216089,"owners_count":21713097,"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":["api","bamboo","framework","python","web"],"created_at":"2024-11-13T00:20:53.256Z","updated_at":"2025-05-03T16:31:07.758Z","avatar_url":"https://github.com/jjj999.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bamboo\n\n[![bamboo](https://github.com/jjj999/bamboo/blob/main/docs/res/bamboo.png?raw=true)](https://jjj999.github.io/bamboo/)\n[![PyPI version](https://badge.fury.io/py/bamboo-core.svg)](http://badge.fury.io/py/bamboo-core)\n[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://pypi.python.org/pypi/bamboo-core/)\n[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://jjj999.github.io/bamboo)\n\n## Supported Interfaces\n\n- WSGI\n- ASGI v3.0 (HTTP, WebSocket and Lifespan)\n\n## Installing\n\n* Python: \u003e= 3.7\n\n```\npython -m pip install bamboo-core\n```\n\n## [Usage](https://jjj999.github.io/bamboo/tutorials/concept/)\n\n以下は簡単な実装例です．\n\n```python\nfrom bamboo import WSGIApp, WSGIEndpoint, WSGITestExecutor\n\napp = WSGIApp()\n\n@app.route(\"hello\")\nclass MockEndpoint(WSGIEndpoint):\n\n    def do_GET(self) -\u003e None:\n        self.send_body(b\"Hello, World!\")\n\nif __name__ == \"__main__\":\n    WSGITestExecutor.debug(app)\n```\n\n上記スクリプトを実行後，ブラウザで http://localhost:8000/hello にアクセスするとレスポンスを確認できます．\n\n## API documentation\n\nAPI ドキュメントは[こちら](https://jjj999.github.io/bamboo/api/bamboo/pkg/)．\n\n## Examples\n\n### [upsidedown](https://github.com/jjj999/bamboo/tree/main/examples/upsidedown)\n\nリクエストされた文字列を逆順に反転させて返すアプリケーションです．\n\n### [image_traffic](https://github.com/jjj999/bamboo/tree/main/examples/image_traffic)\n\nアクセスに対して静的な画像を返すアプリケーションです．\n\n### [tweets](https://github.com/jjj999/bamboo/tree/main/examples/tweets)\n\nCLI ベースの簡易的な Twitter のような投稿アプリです．認証機能は実装されていません．\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjj999%2Fbamboo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjjj999%2Fbamboo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjj999%2Fbamboo/lists"}