{"id":15540272,"url":"https://github.com/rm-hull/pysensors3","last_synced_at":"2025-03-29T00:14:57.410Z","repository":{"id":145431041,"uuid":"174702314","full_name":"rm-hull/pysensors3","owner":"rm-hull","description":"Python3 bindings to libsensors (via ctypes)","archived":false,"fork":false,"pushed_at":"2019-07-04T05:45:23.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-03T12:17:43.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rm-hull.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-09T14:09:05.000Z","updated_at":"2019-07-04T05:45:25.000Z","dependencies_parsed_at":"2023-05-11T16:15:48.556Z","dependency_job_id":null,"html_url":"https://github.com/rm-hull/pysensors3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Fpysensors3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Fpysensors3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Fpysensors3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rm-hull%2Fpysensors3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rm-hull","download_url":"https://codeload.github.com/rm-hull/pysensors3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246117762,"owners_count":20726069,"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-02T12:13:24.571Z","updated_at":"2025-03-29T00:14:57.389Z","avatar_url":"https://github.com/rm-hull.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"PySensors3\n----------\nPython3 bindings to libsensors (via ctypes)\n\n.. image:: https://img.shields.io/pypi/pyversions/pysensors3.svg\n   :target: https://pypi.python.org/pypi/pysensors3\n\n.. image:: https://img.shields.io/pypi/v/pysensors3.svg\n   :target: https://pypi.python.org/pypi/pysensors3\n\n.. image:: https://img.shields.io/maintenance/yes/2019.svg?maxAge=2592000\n\nHard fork of `pysensors \u003chttps://bitbucket.org/blackjack/pysensors/\u003e`_. See `\u003cdoc/OLD_README.rst\u003e`_ for original documentation.\n\n\nUsage\n-----\n\n.. code-block:: python\n\n   import sensors\n\n   sensors.init()\n   try:\n       for chip in sensors.iter_detected_chips():\n           print(f'{chip} at {chip.adapter_name}')\n           for feature in chip:\n               print(f'  {feature.label}: {feature.get_value()}')\n   finally:\n       sensors.cleanup()\n\n\n\nCopyright\n---------\n\nOriginal license (LGPL 2+) retained for this derivative work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frm-hull%2Fpysensors3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frm-hull%2Fpysensors3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frm-hull%2Fpysensors3/lists"}