{"id":17166510,"url":"https://github.com/connorff/led-list","last_synced_at":"2025-03-24T18:15:18.703Z","repository":{"id":148197574,"uuid":"619372315","full_name":"connorff/led-list","owner":"connorff","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-17T17:16:00.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T06:08:01.194Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/led-list/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/connorff.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-27T02:21:11.000Z","updated_at":"2023-03-28T03:34:43.000Z","dependencies_parsed_at":"2023-05-19T10:15:19.686Z","dependency_job_id":null,"html_url":"https://github.com/connorff/led-list","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"a97156fac37c888b90f019f3d02bb0e5e5740b64"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorff%2Fled-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorff%2Fled-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorff%2Fled-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connorff%2Fled-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/connorff","download_url":"https://codeload.github.com/connorff/led-list/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245325221,"owners_count":20596818,"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":[],"created_at":"2024-10-14T23:05:53.978Z","updated_at":"2025-03-24T18:15:18.665Z","avatar_url":"https://github.com/connorff.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# led-list\n\nTeach Python lists with a [BlinkStick Flex](https://www.blinkstick.com/products/blinkstick-flex)! Each LED represents a list index which can change color and turn off.\n\n# Examples\n\n## Turn on all LEDs\n```python\nfrom led_list import LEDList\n\n# initialize list with all lights (32) colored white\nl = LEDList([\"white\"] * 32)\n```\n\n## Change specific index\n```python\nfrom led_list import LEDList\n\n# initialize list with all lights (32) colored white\nl = LEDList([\"white\"] * 32)\n\n# change first light to red\nl[0] = \"red\"\n\n# change second light to custom RGB value\nl[1] = (255, 50, 50)\n```\n\n## Turn off lights\n```python\nfrom led_list import LEDList\n\n# initialize list with all lights (32) colored white\nl = LEDList([\"white\"] * 32)\n\n# turn off every light sequentially\nfor x in range(len(l)):\n    l[x] = \"black\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnorff%2Fled-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnorff%2Fled-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnorff%2Fled-list/lists"}