Skip to content

peppapig450/hyprland-ipc

Repository files navigation

hyprland-ipc

Test and Coverage codecov PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install hyprland-ipc

This package requires Python 3.12 or newer.

Usage

from hyprland_ipc import HyprlandIPC

# Discover socket paths from the environment
ipc = HyprlandIPC.from_env()

# Print two events then exit
for i, event in enumerate(ipc.events()):
    print(event)
    if i == 1:
        break

License

hyprland-ipc is distributed under the terms of the MIT license.

About

A modern, type-safe IPC client for Hyprland's UNIX sockets.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages