skillfed

starlink-grpc-core

Core functions for Starlink gRPC communication

starlink-grpc-core v1.2.5 74.7K downloads/30d#14,800 on PyPI698
Permissive license Unlicense Active released

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-core

uv

uv add starlink-grpc-core

poetry

poetry add starlink-grpc-core

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersOperating System :: OS IndependentProgramming Language :: Python :: 3Topic :: Software Development :: Libraries :: Python Modules

Tags

starlink terminal grpc communicationstarlink api pythonstarlink user terminal interfacestarlink status monitoringgrpc starlink integration
starlinkgrpchardware-integration

More Python Modules packages