{"id":19092287,"url":"https://github.com/emersonelectricco/lowball","last_synced_at":"2025-10-29T02:40:18.339Z","repository":{"id":46631596,"uuid":"339515056","full_name":"EmersonElectricCo/lowball","owner":"EmersonElectricCo","description":"Lowball is designed to add simple endpoint level RBAC to your Flask based API services.","archived":false,"fork":false,"pushed_at":"2021-10-02T21:01:22.000Z","size":116,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-19T01:32:45.297Z","etag":null,"topics":["flask","microservice","python","restful-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EmersonElectricCo.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":"2021-02-16T19:58:42.000Z","updated_at":"2023-05-17T15:09:12.000Z","dependencies_parsed_at":"2022-08-29T15:01:53.760Z","dependency_job_id":null,"html_url":"https://github.com/EmersonElectricCo/lowball","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmersonElectricCo%2Flowball","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmersonElectricCo%2Flowball/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmersonElectricCo%2Flowball/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmersonElectricCo%2Flowball/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmersonElectricCo","download_url":"https://codeload.github.com/EmersonElectricCo/lowball/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251694154,"owners_count":21628799,"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","microservice","python","restful-api"],"created_at":"2024-11-09T03:19:02.325Z","updated_at":"2025-10-29T02:40:13.298Z","avatar_url":"https://github.com/EmersonElectricCo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eLowball\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nLowball is designed to add simple endpoint level RBAC to your Flask based API services.\n\u003c/p\u003e\n\n\n## Overview\nLowball is, at its core, a wrapper around Flask, designed to add authentication\nand permission management features to Flask's already powerful and modular implementation. Lowball was developed to\nsupport three key needs:\n\n1) Easy to use route level RBAC controls.\n2) Abstracted authentication providers and databases for easier integration with your operating environment.\n3) Ecosystem of 1 - n microservices leveraging a common authentication authority.\n\n\n## Installation\n### Using pip\n`pip install lowball`\n\n### From Source\n```shell\ngit clone https://github.com/EmersonElectricCo/lowball\ncd ./lowball\npip install -r requirements.txt\npython3 setup.py install\n```\n\n\n## A Simple Example\nA minimal lowball service looks like this\n\n```python\nfrom lowball import Lowball, require_admin\n\napp = Lowball()\n\n@app.route(\"/hello\", methods=[\"GET\"])\n@require_admin\ndef hello_world():\n    return {\"hello\":\"world\"}, 200\n\n\nif __name__ == '__main__':\n    app.run()\n```\n\nCheck [docs](https://lowball.readthedocs.io/en/stable/) for more in-depth explanations of components.\n\n\n## Links\n- [Issues](https://github.com/EmersonElectricCo/lowball/issues)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femersonelectricco%2Flowball","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femersonelectricco%2Flowball","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femersonelectricco%2Flowball/lists"}