{"id":22969836,"url":"https://github.com/so-cool/neopixel-python","last_synced_at":"2026-05-10T16:47:47.221Z","repository":{"id":81877079,"uuid":"122090610","full_name":"So-Cool/neopixel-python","owner":"So-Cool","description":"Python library the AdaFruit's NeoPixels","archived":false,"fork":false,"pushed_at":"2020-06-16T23:34:06.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-07T19:52:45.937Z","etag":null,"topics":["neopixel","raspberry-pi","ws281x"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/So-Cool.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":"2018-02-19T16:36:01.000Z","updated_at":"2020-06-16T23:34:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e7566ac-1d4f-4d5c-916e-bd70b8a77abc","html_url":"https://github.com/So-Cool/neopixel-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/So-Cool/neopixel-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/So-Cool%2Fneopixel-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/So-Cool%2Fneopixel-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/So-Cool%2Fneopixel-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/So-Cool%2Fneopixel-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/So-Cool","download_url":"https://codeload.github.com/So-Cool/neopixel-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/So-Cool%2Fneopixel-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32864092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["neopixel","raspberry-pi","ws281x"],"created_at":"2024-12-14T21:39:31.275Z","updated_at":"2026-05-10T16:47:47.186Z","avatar_url":"https://github.com/So-Cool.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NeoPixel Python #\nA thread-based Python library to control WS281X LEDs (AdaFruits NeoPixels).\n\n## Installation ##\n(Dependencies are installed automatically with this method.)\n```\ngit clone https://github.com/So-Cool/neopixel-python.git\ncd neopixel-python\npip install .\n```\n\n## Dependencies ##\nThis library requires [`rpi_ws281x`](https://github.com/jgarff/rpi_ws281x) and its corresponding [Python library](https://github.com/rpi-ws281x/rpi-ws281x-python).\nIt can be installed either with `pip` (recommended) or manually -- see below.\nDetailed installation instructions are available on [AdaFruit's website](https://learn.adafruit.com/neopixels-on-raspberry-pi/python-usage).\n\n### Dependency Installation via pip ###\n```\nsudo pip install rpi_ws281x\n```\n\n### Manual Dependency Installation ###\nIf you want to install the `rpi_ws281x` library manually:\n```\n# Update OS packages\nsudo apt-get update\nsudo apt-get install build-essential python-dev git scons swig\n\n# Install WS281X driver...\ngit clone https://github.com/jgarff/rpi_ws281x.git\ncd rpi_ws281x\nscons\n\n# ...and the corresponding Python package\nsudo pip install rpi_ws281x\n# `cd python \u0026\u0026 sudo python setup.py install` has been deprecated\n```\n\n---\n\nTest with: `rpi_ws281x/python/examples/strandtest.py`.\nAdjust `LED_PIN` to 13 or 18 and `LED_CHANNEL` 0 to 1.\n\n## Notes ##\nThis library is distributed with a file (`neopixel_python/neopixel.py`) adapted from the [`rpi_ws281x` library](https://github.com/jgarff/rpi_ws281x/blob/master/python/neopixel.py).\nIt is required for the proper functioning of this package but it is not distributed with the pip's version of `rpi_ws281x`, which superseded the Python library distributed as a part of [`rpi_ws281x`](https://github.com/jgarff/rpi_ws281x).\n\n## To Do ##\n- [ ] Consider [Unicorn Hat](https://github.com/pimoroni/unicorn-hat) as a Linux service written in C and controlled from Python instead. Also have a look at [Unicorn Paint](https://learn.pimoroni.com/tutorial/unicorn-hat/getting-started-with-unicorn-paint) and [OctaPi](https://projects.raspberrypi.org/en/projects/build-an-octapi)'s use of Unicorn Hat.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fso-cool%2Fneopixel-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fso-cool%2Fneopixel-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fso-cool%2Fneopixel-python/lists"}