{"id":25831300,"url":"https://github.com/animatedledstrip/client-python","last_synced_at":"2025-10-11T01:16:20.591Z","repository":{"id":107357368,"uuid":"280931020","full_name":"AnimatedLEDStrip/client-python","owner":"AnimatedLEDStrip","description":"Library for connecting to an AnimatedLEDStrip server from clients written in Python 3","archived":false,"fork":false,"pushed_at":"2024-05-28T19:33:51.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-15T02:39:45.656Z","etag":null,"topics":["als-client-library","als-library"],"latest_commit_sha":null,"homepage":"","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/AnimatedLEDStrip.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":"2020-07-19T18:58:42.000Z","updated_at":"2024-05-28T19:33:32.000Z","dependencies_parsed_at":"2024-05-28T22:09:23.434Z","dependency_job_id":null,"html_url":"https://github.com/AnimatedLEDStrip/client-python","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AnimatedLEDStrip/client-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimatedLEDStrip%2Fclient-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimatedLEDStrip%2Fclient-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimatedLEDStrip%2Fclient-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimatedLEDStrip%2Fclient-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnimatedLEDStrip","download_url":"https://codeload.github.com/AnimatedLEDStrip/client-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimatedLEDStrip%2Fclient-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005926,"owners_count":26083984,"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-10-10T02:00:06.843Z","response_time":62,"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":["als-client-library","als-library"],"created_at":"2025-02-28T20:33:18.210Z","updated_at":"2025-10-11T01:16:20.563Z","avatar_url":"https://github.com/AnimatedLEDStrip.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/AnimatedLEDStrip/client-python.svg?branch=master)](https://travis-ci.com/AnimatedLEDStrip/client-python)\n[![PyPI](https://img.shields.io/pypi/v/animatedledstrip-client.svg)](https://pypi.python.org/pypi/animatedledstrip-client)\n[![codecov](https://codecov.io/gh/AnimatedLEDStrip/client-python/branch/master/graph/badge.svg)](https://codecov.io/gh/AnimatedLEDStrip/client-python)\n\n# AnimatedLEDStrip Client Library for Python\n\nThis library allows a Python 3 client to communicate with an AnimatedLEDStrip server.\n\n## Adding the Library to a Project\n\nThe library is available via pip:\n\n```bash\npip3 install animatedledstrip-client\n```\n\n## Creating an `AnimationSender`\n\nAn `ALSHttpClient` is created with `ALSHttpClient(ip_address)`.\n\n```python\nfrom animatedledstrip import ALSHttpClient\n\nsender = ALSHttpClient('10.0.0.254')\n```\n\n## Communicating with the Server\n\nThis library follows the conventions laid out for [AnimatedLEDStrip client libraries](https://animatedledstrip.github.io/clients/libraries), with the following modifications:\n\n- Function names and class variables are in snake case to follow Python style conventions\n- `get_supported_animations_dict` is provided as an alias for `get_supported_animations_map`\n- `get_sections_dict` is provided as an alias for `get_sections_map`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanimatedledstrip%2Fclient-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanimatedledstrip%2Fclient-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanimatedledstrip%2Fclient-python/lists"}