starlink-grpc-core
Core functions for Starlink gRPC communication
What it is and what it does
starlink-grpc-core packages the core gRPC communication module from the starlink-grpc-tools project as a standalone, installable library. It exposes a stable Python interface to query and interact with Starlink user terminals via their built-in gRPC service, providing access to terminal status, configuration, and diagnostics without requiring direct command-line tool invocation.
The package is designed primarily as a dependency for other projects that need programmatic access to Starlink terminal data. It depends on grpcio, protobuf, yagrc, and typing-extensions to handle gRPC communication and protocol buffer serialization. The module is placed directly in your Python environment and imported as a standard library, making it straightforward to integrate into larger applications or monitoring systems.
Use it for:
- Build a monitoring dashboard that periodically queries Starlink terminal status and logs performance metrics.
- Integrate Starlink terminal diagnostics into a home automation or network management system.
- Develop a Python application that pulls real-time signal quality or connectivity data from a Starlink terminal.
- Create a custom alerting system that checks terminal health and notifies on anomalies or outages.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Python module for communicating with Starlink user terminals via gRPC, exposing low-level functions to query terminal status and configuration.
Yes, if you need programmatic access to a Starlink terminal. The package is actively maintained, has no known vulnerabilities, carries no licensing restrictions, and installs cleanly with minimal dependencies. It is the standard way to integrate Starlink terminal data into Python applications without shell scripting.
Install
starlink-grpc-core on PyPI
pip
pip install starlink-grpc-coreuv
uv add starlink-grpc-corepoetry
poetry add starlink-grpc-coreInstalling starlink-grpc-core
Before you install
Low install friction with a pure-Python wheel and four runtime dependencies. Actively maintained with a recent release and steady repository activity.
License in practice
Released under the Unlicense, a permissive public domain dedication that places no restrictions on use, modification, or distribution.
Quickstart
pip install starlink-grpc-core
import starlink_grpc
# Call functions as documented in starlink_grpc.py docstrings
Requires a Starlink user terminal accessible via gRPC on the local network; Python 3.7 or later.
Verify before relying
- Whether the package works with all current Starlink terminal hardware revisions and firmware versions
- Specific gRPC protocol version compatibility and any breaking changes between releases
Package facts
| License | Unlicense (permissive) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — grpcio, protobuf, yagrc, typing-extensions |
| Maintenance | actively maintained — 145 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 74,701/month — #14,800 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: starlink_grpc_core-1.2.5-py3-none-any.whl
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
google-gaxProvides gRPC and Google API infrastructure…
permissive · top 15,000 on PyPI
ansys-api-platform-instancemanagementProvides auto-generated gRPC Python interface…
permissive · top 15,000 on PyPI
py-grpc-prometheusAdds Prometheus metrics collection to gRPC…
unclear · top 5,000 on PyPI
ansys-api-edbProvides auto-generated gRPC Python interface…
permissive · top 15,000 on PyPI
grpciogRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
grpcio-observabilityAdds observability instrumentation to gRPC…
permissive · top 15,000 on PyPI
grpcio-statusProvides Python protobuf definitions for…
permissive · top 100 on PyPI
grpc-stubsProvides type stubs for gRPC Python, enabling…
permissive · top 5,000 on PyPI
grpcio-adminExposes debugging and monitoring services for…
permissive · top 15,000 on PyPI
grpcio-channelzProvides live debugging and introspection of…
permissive · top 15,000 on PyPI