{"id":20541775,"url":"https://github.com/hivesolutions/flask-quorum","last_synced_at":"2025-09-25T17:30:51.246Z","repository":{"id":5695123,"uuid":"6905619","full_name":"hivesolutions/flask-quorum","owner":"hivesolutions","description":"An extension to Flask providing: SSL, ACL, etc.","archived":false,"fork":false,"pushed_at":"2024-09-25T09:03:53.000Z","size":1457,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T04:56:56.637Z","etag":null,"topics":["flask","framework","python","quorum","wsgi"],"latest_commit_sha":null,"homepage":"http://flask-quorum.hive.pt","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hivesolutions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2012-11-28T16:43:21.000Z","updated_at":"2024-09-25T09:03:57.000Z","dependencies_parsed_at":"2023-01-11T16:51:52.145Z","dependency_job_id":"3527ed3f-7e41-49e9-90ae-690366c8e5c7","html_url":"https://github.com/hivesolutions/flask-quorum","commit_stats":null,"previous_names":[],"tags_count":103,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fflask-quorum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fflask-quorum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fflask-quorum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fflask-quorum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hivesolutions","download_url":"https://codeload.github.com/hivesolutions/flask-quorum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234222944,"owners_count":18798614,"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":["flask","framework","python","quorum","wsgi"],"created_at":"2024-11-16T01:26:05.671Z","updated_at":"2025-09-25T17:30:51.234Z","avatar_url":"https://github.com/hivesolutions.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [![Quorum Extensions for Flask](res/logo.png)](http://flask-quorum.hive.pt)\n\nA small extension framework for Flask to easy a series of simple tasks.\n\n## Usage\n\n```python\nimport flask\nimport quorum\n\napp = quorum.load(\n    name = __name__\n)\n\n@app.route(\"/\", methods = (\"GET\",))\ndef index():\n    return flask.render_template(\"index.html.tpl\")\n\nif __name__ == \"__main__\":\n    quorum.run()\n```\n\nCreation of background callables, that will execute every one second in a separate thread\n\n```python\n@quorum.background(timeout = 1.0)\ndef hello_recursive():\n    print(\"hello word\")\n```\n\n## Building\n\n```bash\nsphinx-build -b html doc doc/_build\n```\n\n## Documentation\n\nExtra documentation is available under our readthedocs.com [page](https://quorum.readthedocs.org). Keep\nin mind that some delay may exist between the current repository `master` version and the documentation.\n\nWe need people to help documentation the code base if you know anyone please contact us.\n\n## License\n\nQuorum Extensions for Flask is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).\n\n## Build Automation\n\n[![Build Status](https://github.com/hivesolutions/flask-quorum/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/flask-quorum/actions)\n[![PyPi Status](https://img.shields.io/pypi/v/quorum.svg)](https://pypi.python.org/pypi/quorum)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhivesolutions%2Fflask-quorum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhivesolutions%2Fflask-quorum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhivesolutions%2Fflask-quorum/lists"}