{"id":15925816,"url":"https://github.com/jposada202020/circuitpython_isl29125","last_synced_at":"2025-08-15T21:30:37.176Z","repository":{"id":148563862,"uuid":"620579958","full_name":"jposada202020/CircuitPython_isl29125","owner":"jposada202020","description":"⛔️ DEPRECATED ISL29125 Light Sensor driver for CircuitPython","archived":true,"fork":false,"pushed_at":"2024-12-20T03:46:45.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-15T20:10:53.718Z","etag":null,"topics":["circuitpython","isl29125","light","sensor"],"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/jposada202020.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2023-03-29T00:55:32.000Z","updated_at":"2024-12-20T03:48:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"e60ffcc5-b6ab-45d3-a53b-01b8194f59c1","html_url":"https://github.com/jposada202020/CircuitPython_isl29125","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":"0.16666666666666663","last_synced_commit":"5065526fe800d4bb6af4ca197398ecd7dbdb3c90"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/jposada202020/CircuitPython_isl29125","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jposada202020%2FCircuitPython_isl29125","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jposada202020%2FCircuitPython_isl29125/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jposada202020%2FCircuitPython_isl29125/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jposada202020%2FCircuitPython_isl29125/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jposada202020","download_url":"https://codeload.github.com/jposada202020/CircuitPython_isl29125/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jposada202020%2FCircuitPython_isl29125/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270631839,"owners_count":24619380,"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-15T02:00:12.559Z","response_time":110,"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":["circuitpython","isl29125","light","sensor"],"created_at":"2024-10-06T22:04:37.656Z","updated_at":"2025-08-15T21:30:37.170Z","avatar_url":"https://github.com/jposada202020.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"⛔️ DEPRECATED\n===============\n\nThis repository is no longer supported, please consider using alternatives.\n\n.. image:: http://unmaintained.tech/badge.svg\n  :target: http://unmaintained.tech\n  :alt: No Maintenance Intended\nDriver for the isl29125 light sensor.\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython \u003chttps://github.com/adafruit/circuitpython\u003e`_\n* `Bus Device \u003chttps://github.com/adafruit/Adafruit_CircuitPython_BusDevice\u003e`_\n* `Register \u003chttps://github.com/adafruit/Adafruit_CircuitPython_Register\u003e`_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Adafruit library and driver bundle \u003chttps://circuitpython.org/libraries\u003e`_\nor individual libraries can be installed using\n`circup \u003chttps://github.com/adafruit/circup\u003e`_.\n\nInstalling from PyPI\n=====================\n\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI \u003chttps://pypi.org/project/circuitpython-isl29125/\u003e`_.\nTo install for current user:\n\n.. code-block:: shell\n\n    pip3 install circuitpython-isl29125\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n    sudo pip3 install circuitpython-isl29125\n\nTo install in a virtual environment in your current project:\n\n.. code-block:: shell\n\n    mkdir project-name \u0026\u0026 cd project-name\n    python3 -m venv .venv\n    source .env/bin/activate\n    pip3 install circuitpython-isl29125\n\nInstalling to a Connected CircuitPython Device with Circup\n==========================================================\n\nMake sure that you have ``circup`` installed in your Python environment.\nInstall it with the following command if necessary:\n\n.. code-block:: shell\n\n    pip3 install circup\n\nWith ``circup`` installed and your CircuitPython device connected use the\nfollowing command to install:\n\n.. code-block:: shell\n\n    circup install isl29125\n\nOr the following command to update an existing version:\n\n.. code-block:: shell\n\n    circup update\n\n\nDocumentation\n=============\nAPI documentation for this library can be found on `Read the Docs \u003chttps://circuitpython-isl29125.readthedocs.io/\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjposada202020%2Fcircuitpython_isl29125","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjposada202020%2Fcircuitpython_isl29125","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjposada202020%2Fcircuitpython_isl29125/lists"}