{"id":26448498,"url":"https://github.com/einararnason/pydigipio","last_synced_at":"2026-05-08T11:32:27.902Z","repository":{"id":57455851,"uuid":"257134453","full_name":"EinarArnason/PyDigiPio","owner":"EinarArnason","description":"Python module for Raspberry Pi GPIO","archived":false,"fork":false,"pushed_at":"2021-04-11T15:32:28.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T13:49:11.505Z","etag":null,"topics":["gpio","linux","python","raspberry-pi"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/PyDigiPio/","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/EinarArnason.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["paypal.me/EinarArnason"]}},"created_at":"2020-04-20T00:49:09.000Z","updated_at":"2021-04-11T15:32:30.000Z","dependencies_parsed_at":"2022-09-05T20:00:34.794Z","dependency_job_id":null,"html_url":"https://github.com/EinarArnason/PyDigiPio","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/EinarArnason%2FPyDigiPio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinarArnason%2FPyDigiPio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinarArnason%2FPyDigiPio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EinarArnason%2FPyDigiPio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EinarArnason","download_url":"https://codeload.github.com/EinarArnason/PyDigiPio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244240930,"owners_count":20421553,"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":["gpio","linux","python","raspberry-pi"],"created_at":"2025-03-18T14:34:46.084Z","updated_at":"2026-05-08T11:32:27.852Z","avatar_url":"https://github.com/EinarArnason.png","language":"Python","funding_links":["paypal.me/EinarArnason"],"categories":[],"sub_categories":[],"readme":"# PyDigiPio\n\n![Python package](https://github.com/EinarArnason/PyDigiPio/workflows/Python%20package/badge.svg)\n\nPython module for Raspberry Pi GPIO\n\n## The What\n\nThis is a python module to interface with the digital inputs and output of the Raspberry Pi GPIO. Nothing more, nothing less.\n\n## The Why\n\nSometimes you just need digital I/O on the Raspberry Pi (and possibly other device, untested so far). This library provides direct access without the need of complex libraries.\n\n## The How\n\nInstall from PyPi:\n\n```bash\npip install PyDigiPio\n```\n\nUsage:\n\n```python\nimport PyDigiPio\n\n# Sets pin assigned to GPIO 1 as output\nPyDigiPio.configure_pin(1, 'out')\n\n# Set GPIO 1 HIGH\nPyDigiPio.write_to_pin(1, True)\n# Set GPIO 1 LOW\nPyDigiPio.write_to_pin(1, False)\n\n# Sets pin assigned to GPIO 2 as input\nPyDigiPio.configure_pin(2, 'in')\n# Get state of GPIO 2\nPyDigiPio.read_from_pin(2)\n```\n\nOSError exception is thrown if GPIO device is configured incorrectly\n\n## The Who\n\nEinar Arnason  \n\u003chttps://github.com/EinarArnason/\u003e  \n\u003chttps://www.linkedin.com/in/einararnason/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feinararnason%2Fpydigipio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feinararnason%2Fpydigipio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feinararnason%2Fpydigipio/lists"}