{"id":42963684,"url":"https://github.com/zabertech/python-izaber-flask-wamp","last_synced_at":"2026-01-30T23:34:29.263Z","repository":{"id":62571995,"uuid":"141961109","full_name":"zabertech/python-izaber-flask-wamp","owner":"zabertech","description":"Adds WAMP support to Flask in iZaber applications","archived":false,"fork":false,"pushed_at":"2020-11-04T15:50:09.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-28T11:40:36.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zabertech.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-23T04:28:41.000Z","updated_at":"2019-03-19T04:08:22.000Z","dependencies_parsed_at":"2022-11-03T18:26:21.358Z","dependency_job_id":null,"html_url":"https://github.com/zabertech/python-izaber-flask-wamp","commit_stats":null,"previous_names":["zabertech/izaber-flask-wamp"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zabertech/python-izaber-flask-wamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-izaber-flask-wamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-izaber-flask-wamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-izaber-flask-wamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-izaber-flask-wamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zabertech","download_url":"https://codeload.github.com/zabertech/python-izaber-flask-wamp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-izaber-flask-wamp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28923265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"ssl_error","status_checked_at":"2026-01-30T22:32:31.927Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-01-30T23:34:28.655Z","updated_at":"2026-01-30T23:34:29.259Z","avatar_url":"https://github.com/zabertech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==========\n izaber.flask\n==========\n\nOverview\n========\n\nJust offers a bit of integration for Flask so that configuration of the server can be accomplished in the izaber.yaml file.\n\nDocumentation\n=============\n\nfrom izaber import initialize\nfrom izaber.flask import app\n\n@app.route('/')\ndef hello_world():\n    return 'Hello, World!'\n\nif __name__ = '__main__':\n    initialize('example')\n    app.run()\n\nInstallation\n============\nInstall by using:\n\npip install izaber-flask\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzabertech%2Fpython-izaber-flask-wamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzabertech%2Fpython-izaber-flask-wamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzabertech%2Fpython-izaber-flask-wamp/lists"}