{"id":23386925,"url":"https://github.com/void-ux/pms7003","last_synced_at":"2026-04-24T22:34:16.030Z","repository":{"id":269121952,"uuid":"906467619","full_name":"Void-ux/pms7003","owner":"Void-ux","description":"A Python client driver for the PMS7003 particulate matter sensor","archived":false,"fork":false,"pushed_at":"2024-12-21T23:27:51.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T08:37:01.292Z","etag":null,"topics":["gpio","particle-matter","pms7003","raspberry-pi","rpi","sensor","serialport"],"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/Void-ux.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":"2024-12-21T01:42:25.000Z","updated_at":"2024-12-21T23:28:20.000Z","dependencies_parsed_at":"2024-12-21T05:18:19.881Z","dependency_job_id":"c111ea3a-dba8-4610-a237-41e324618bda","html_url":"https://github.com/Void-ux/pms7003","commit_stats":null,"previous_names":["void-ux/pms7003"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Void-ux%2Fpms7003","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Void-ux%2Fpms7003/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Void-ux%2Fpms7003/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Void-ux%2Fpms7003/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Void-ux","download_url":"https://codeload.github.com/Void-ux/pms7003/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247842631,"owners_count":21005317,"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","particle-matter","pms7003","raspberry-pi","rpi","sensor","serialport"],"created_at":"2024-12-22T01:13:48.647Z","updated_at":"2026-04-24T22:34:15.993Z","avatar_url":"https://github.com/Void-ux.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### pms7003\n\nA small, elegant and performant client driver for the PMS7003 particulate matter sensor.\n\nThis code was tested on the Raspberry Pi 5, though feel free to use this on any machine with Python and a serial port.\n\n```python\nfrom pms7003 import PMSSensor\n\nwith PMSSensor('/dev/ttyAMA0') as sensor:\n    while True:\n        print(sensor.read())\n```\n\n### Installation\n\nInstalling the library is simple and done purely through git, so make sure you have it installed (`sudo apt-get git` on Debian-based).\n\n```shell\npip install git+https://github.com/Void-ux/pms7003.git\n```\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoid-ux%2Fpms7003","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoid-ux%2Fpms7003","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoid-ux%2Fpms7003/lists"}