A Python server for Grasshopper Hops, enabling remote execution of Grasshopper definitions via HTTP. Version 1.5.5 is the current stable release; updates are tied to the compute.rhino3d ecosystem and are infrequent.
pip install ghhops-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a minimal Hops server with a single endpoint.
Replace @Hops.endpoint with @Hops.route.
Start Rhino.Compute (e.g., via compute.rhino3d) before running the Hops server.
Use 'from ghhops_server import Hops' instead of 'from ghhops import Hops'.