{"id":13481875,"url":"https://github.com/neolynx/cirrina","last_synced_at":"2025-04-13T00:13:49.380Z","repository":{"id":46528983,"uuid":"71048656","full_name":"neolynx/cirrina","owner":"neolynx","description":"cirrina is an opinionated asynchronous web framework based on aiohttp","archived":false,"fork":false,"pushed_at":"2024-06-11T09:00:34.000Z","size":526,"stargazers_count":35,"open_issues_count":3,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-13T00:13:39.492Z","etag":null,"topics":["aiohttp","authentication","framework","jrpc","json","python","rest","rpc","sessions","web","websockets"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neolynx.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-16T12:22:26.000Z","updated_at":"2024-06-11T09:00:39.000Z","dependencies_parsed_at":"2023-11-07T01:58:12.793Z","dependency_job_id":"4a4c67f0-ff1f-4f8e-b0b9-b746c28e2f03","html_url":"https://github.com/neolynx/cirrina","commit_stats":{"total_commits":141,"total_committers":8,"mean_commits":17.625,"dds":"0.22695035460992907","last_synced_commit":"84bb7b4e7019ade69cf33a3015b248d7bc500126"},"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neolynx%2Fcirrina","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neolynx%2Fcirrina/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neolynx%2Fcirrina/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neolynx%2Fcirrina/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neolynx","download_url":"https://codeload.github.com/neolynx/cirrina/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647275,"owners_count":21139086,"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":["aiohttp","authentication","framework","jrpc","json","python","rest","rpc","sessions","web","websockets"],"created_at":"2024-07-31T17:00:57.014Z","updated_at":"2025-04-13T00:13:49.356Z","avatar_url":"https://github.com/neolynx.png","language":"Python","funding_links":[],"categories":["Web框架","Web Frameworks"],"sub_categories":[],"readme":"\u003cimg align=\"right\" src=\"cirrina.jpg\" width=\"200\"\u003e\n\n# cirrina\n\n**cirrina** is an opinionated asynchronous web framework based on aiohttp.\n\n**Features**:\n\n- [x] HTTP Server\n- [x] Websocket Server\n- [x] JSON RPC Server\n- [x] Shared sessions between used servers\n\n```python\nfrom cirrina import Server\n\napp = Server()\n\n# Define HTTP route for static files\napp.static(\"/static\", Server.DEFAULT_STATIC_PATH)\n\n# enable websocket communication\napp.enable_websockets()\n\nif __name__ == '__main__':\n    app.run('0.0.0.0')\n```\n\n## Installation\n\nUse pip to install *cirrina*:\n\n```bash\npip install cirrina\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneolynx%2Fcirrina","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneolynx%2Fcirrina","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneolynx%2Fcirrina/lists"}