{"id":30185965,"url":"https://github.com/claeusdev/launch-lever-py","last_synced_at":"2025-08-12T14:09:57.921Z","repository":{"id":229382690,"uuid":"776590255","full_name":"claeusdev/launch-lever-py","owner":"claeusdev","description":"Manage your feature toggles quickly","archived":false,"fork":false,"pushed_at":"2025-07-08T07:31:48.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T16:27:17.472Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/claeusdev.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-23T23:20:44.000Z","updated_at":"2025-07-08T07:31:52.000Z","dependencies_parsed_at":"2024-03-24T00:24:18.612Z","dependency_job_id":"236acb85-2648-488b-99a6-953f86a18f8b","html_url":"https://github.com/claeusdev/launch-lever-py","commit_stats":null,"previous_names":["claeusdev/launch-lever-py"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/claeusdev/launch-lever-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claeusdev%2Flaunch-lever-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claeusdev%2Flaunch-lever-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claeusdev%2Flaunch-lever-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claeusdev%2Flaunch-lever-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claeusdev","download_url":"https://codeload.github.com/claeusdev/launch-lever-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claeusdev%2Flaunch-lever-py/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270073664,"owners_count":24522389,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-08-12T14:09:55.945Z","updated_at":"2025-08-12T14:09:57.914Z","avatar_url":"https://github.com/claeusdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Launch-Lever \n\nThe easiest way to manage feature toggles in applications.\n\n### Features\n- Currently only supports managing feature toggles using JSON\n- Should be super fast 💨\n\n### About\n\n`launch-lever` is a simple library for managing your feature toggles. \n\nLaunch-lever is for you if you want:\n\n- A simple locally managed feature toggle.\n- Something so simple you don't need to know how to make network calls to use.\n- Load a JSON file and toggle away.\n\n### Installation\n\nTo add `launch-lever` to your project:\n\n```py\npip install launch-lever\n```\n\n### Usage\n\nlaunch-lever exports a class `LaunchLever`.\n\n```py\nfrom launch-lever import LaunchLever;\n\n# pass a file to the constructor\nlever = LaunchLever(\"./toggles.json\")\n\n# load() parses the file and loads the toggles in memory\nlever.load()\n```\nUse your toggle names by simply checking if they're turned `on` with the very handy `is_on` function.\n`is_on` accepts the name of a toggle and returns `True` or `False` based on the `status` of the toggle.\n\n```py\n# returns true if the toggle is present and status is `on`\nif is_on(\"pfx_223\"):\n  ## do something if our toggle `pfx_223` is turned on\n```\n\n### Contributing and Support\n\nIf you're interested in contributing or supporting. Just fork, open a PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaeusdev%2Flaunch-lever-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaeusdev%2Flaunch-lever-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaeusdev%2Flaunch-lever-py/lists"}