{"id":39925479,"url":"https://gitHub.com/meshtastic/python","last_synced_at":"2026-01-27T06:00:30.288Z","repository":{"id":37037515,"uuid":"259182514","full_name":"meshtastic/python","owner":"meshtastic","description":"The Python CLI and API for talking to Meshtastic devices","archived":false,"fork":false,"pushed_at":"2026-01-24T16:42:18.000Z","size":4110,"stargazers_count":748,"open_issues_count":135,"forks_count":308,"subscribers_count":38,"default_branch":"master","last_synced_at":"2026-01-25T05:54:49.596Z","etag":null,"topics":["meshtastic","meshtastic-python"],"latest_commit_sha":null,"homepage":"https://meshtastic.org","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/meshtastic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-27T02:20:46.000Z","updated_at":"2026-01-24T16:34:19.000Z","dependencies_parsed_at":"2022-07-11T15:31:46.846Z","dependency_job_id":"dabe1249-c21d-4340-a17d-ea3eb8bd4ed8","html_url":"https://github.com/meshtastic/python","commit_stats":{"total_commits":1588,"total_committers":75,"mean_commits":"21.173333333333332","dds":0.716624685138539,"last_synced_commit":"fb88ee114c3308c74357f976e431bf337acd00d8"},"previous_names":["meshtastic/meshtastic-python"],"tags_count":176,"template":false,"template_full_name":null,"purl":"pkg:github/meshtastic/python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2Fpython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2Fpython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2Fpython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2Fpython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meshtastic","download_url":"https://codeload.github.com/meshtastic/python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtastic%2Fpython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28805313,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T05:43:52.625Z","status":"ssl_error","status_checked_at":"2026-01-27T05:43:48.957Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["meshtastic","meshtastic-python"],"created_at":"2026-01-18T18:00:18.741Z","updated_at":"2026-01-27T06:00:30.279Z","avatar_url":"https://github.com/meshtastic.png","language":"Python","funding_links":["https://opencollective.com/meshtastic/"],"categories":["Official Source Code Repositories"],"sub_categories":["Device Interaction and Integrations"],"readme":"\u003cdiv align=\"center\" markdown=\"1\"\u003e\n\n\u003cimg src=\".github/meshtastic_logo.png\" alt=\"Meshtastic Logo\" width=\"80\"/\u003e\n\n  \u003ch1 align=\"center\"\u003e Meshtastic Python\n\u003c/h1\u003e\n  \u003cp style=\"font-size:15px;\" align=\"center\"\u003eA Python library and client for use with Meshtastic devices. \u003c/p\u003e\n\n[![codecov](https://codecov.io/gh/meshtastic/python/branch/master/graph/badge.svg?token=TIWPJL73KV)](https://codecov.io/gh/meshtastic/python)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/meshtastic)\n[![CI](https://img.shields.io/github/actions/workflow/status/meshtastic/python/ci.yml?branch=master\u0026label=actions\u0026logo=github\u0026color=yellow)](https://github.com/meshtastic/python/actions/workflows/ci.yml)\n[![CLA assistant](https://cla-assistant.io/readme/badge/meshtastic/python)](https://cla-assistant.io/meshtastic/python)\n[![Fiscal Contributors](https://opencollective.com/meshtastic/tiers/badge.svg?label=Fiscal%20Contributors\u0026color=deeppink)](https://opencollective.com/meshtastic/)\n![GPL-3.0](https://img.shields.io/badge/License-GPL%20v3-blue.svg)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\t\u003ca href=\"https://meshtastic.org/docs/software/python/cli/installation\"\u003eGetting Started Guide\u003c/a\u003e\n\t-\n\t\u003ca href=\"https://python.meshtastic.org\"\u003eAPI Documentation\u003c/a\u003e\n\u003c/div\u003e\n\n## Overview\n\nThis small library (and example application) provides an easy API for sending and receiving messages over mesh radios.\nIt also provides access to any of the operations/data available in the device user interface or the Android application.\nEvents are delivered using a publish-subscribe model, and you can subscribe to only the message types you are interested in.\n\n## Call for Contributors\n\nThis library and CLI has gone without a consistent maintainer for a while, and there's many improvements that could be made. We're all volunteers here and help is extremely appreciated, whether in implementing your own needs or helping maintain the library and CLI in general.\n\nIf you're interested in contributing but don't have specific things you'd like to work on, look at the roadmap below!\n\n## Roadmap\n\nThis should always be considered a list in progress and flux -- inclusion doesn't guarantee implementation, and exclusion doesn't mean something's not wanted. GitHub issues are a great place to discuss ideas.\n\n* Types\n  * type annotations throughout the codebase, and upgrading mypy running in CI to `--strict`\n* async-friendliness\n* CLI completeness \u0026 consistency\n  * the CLI should support all features of the firmware\n  * there should be a consistent output format available for shell scripting\n* CLI input validation \u0026 documentation\n  * what arguments and options are compatible \u0026 incompatible with one another?\n  * can the options be restructured in a way that is more self-documenting?\n  * pubsub events should be documented clearly\n* helpers for third-party code\n  * it should be easy to write a script that supports similar options to the CLI so many tools support the same ways of connecting to nodes\n* data storage \u0026 processing\n  * there should be a standardized way of recording packets for later use, debugging, etc.\n  * a persistence layer could also keep track of nodes beyond nodedb, as the apps do\n  * a sqlite database schema and tools for writing to it may be a good starting point\n  * enable maps, charts, visualizations\n\n## Stats\n\n![Alt](https://repobeats.axiom.co/api/embed/c71ee8fc4a79690402e5d2807a41eec5e96d9039.svg \"Repobeats analytics image\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/gitHub.com%2Fmeshtastic%2Fpython","html_url":"https://awesome.ecosyste.ms/projects/gitHub.com%2Fmeshtastic%2Fpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/gitHub.com%2Fmeshtastic%2Fpython/lists"}