{"id":26065780,"url":"https://github.com/flickpp/casket","last_synced_at":"2026-05-05T01:34:31.131Z","repository":{"id":60442468,"uuid":"542528069","full_name":"flickpp/casket","owner":"flickpp","description":"Casket is a Python WSGI gateway","archived":false,"fork":false,"pushed_at":"2022-10-08T16:53:41.000Z","size":131,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"release","last_synced_at":"2025-03-08T19:36:06.725Z","etag":null,"topics":["flask","python","wsgi-python","wsgi-server"],"latest_commit_sha":null,"homepage":"https://wsgicasket.com","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flickpp.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}},"created_at":"2022-09-28T10:15:48.000Z","updated_at":"2022-10-11T16:22:06.000Z","dependencies_parsed_at":"2023-01-19T15:25:49.836Z","dependency_job_id":null,"html_url":"https://github.com/flickpp/casket","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/flickpp/casket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flickpp%2Fcasket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flickpp%2Fcasket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flickpp%2Fcasket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flickpp%2Fcasket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flickpp","download_url":"https://codeload.github.com/flickpp/casket/tar.gz/refs/heads/release","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flickpp%2Fcasket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32632287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flask","python","wsgi-python","wsgi-server"],"created_at":"2025-03-08T19:36:03.456Z","updated_at":"2026-05-05T01:34:31.116Z","avatar_url":"https://github.com/flickpp.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Casket\n\nCasket is a Python WSGI gateway\n\n## Building\n\nCasket is written in Rust. You must obtain a copy of the Rust toolchain,\ninstructions for doing so are [here](https://www.rust-lang.org/tools/install).\n\nOnce obtained:\n\n```\n  # clone the source code\n  $ git clone git@github.com:flickpp/casket.git\n  # cd\n  $ cd casket\n  # Build Casket\n  # cargo build --release\n  # the casket binary is now target/release/casket\n  $ cp target/release/tasket $INSTALL_DIR\n```\n\n## Running\n\nTo run a WSGI application, you must give casket the filename and the WSGI callable.\n\n```python\n# file service.py\n\nfrom flask import Flask\napp = Flask(__name__)\n\n@app.route('/')\ndef hello_world():\n    return 'Hello World!'\n```\n\nTo run the above flask app:\n```\n   $ casket service:app\n```\n\nWe note `service.py` is the filename and `app` is the name of the WSGI callable.\n\n## Building Documentation\n\nDocumentation is done with sphinx.\n\nTo install sphinx with pip:\n\n```\n   $ pip install sphinx\n```\n\nAnd to build the docs:\n\n```\n   $ sphinx-build -b html doc build\n```\n\nPython has a HTTP server shipped in the standard library:\n\n```\n   $ cd build\n   $ python -m http.server 9000\n```\n\nDocs can now be vied at http://localhost:9000\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflickpp%2Fcasket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflickpp%2Fcasket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflickpp%2Fcasket/lists"}