{"id":42963686,"url":"https://github.com/zabertech/python-izaber-flask","last_synced_at":"2026-01-30T23:34:29.358Z","repository":{"id":57438086,"uuid":"141961022","full_name":"zabertech/python-izaber-flask","owner":"zabertech","description":"Add some useful support for Flask to izaber libs","archived":false,"fork":false,"pushed_at":"2018-08-13T12:44:06.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-28T07:21:42.528Z","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:27:30.000Z","updated_at":"2018-08-13T12:57:09.000Z","dependencies_parsed_at":"2022-09-10T18:40:36.140Z","dependency_job_id":null,"html_url":"https://github.com/zabertech/python-izaber-flask","commit_stats":null,"previous_names":["zabertech/izaber-flask"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zabertech/python-izaber-flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-izaber-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-izaber-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-izaber-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-izaber-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zabertech","download_url":"https://codeload.github.com/zabertech/python-izaber-flask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabertech%2Fpython-izaber-flask/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.760Z","updated_at":"2026-01-30T23:34:29.353Z","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","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzabertech%2Fpython-izaber-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzabertech%2Fpython-izaber-flask/lists"}