Metadata-Version: 2.1
Name: pyprland
Version: 1.7.0
Summary: Hyperland plugin system - batteries included
Home-page: https://github.com/hyprland-community/pyprland/
License: MIT
Author: fdev31
Author-email: fdev31@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

![rect](https://github.com/hyprland-community/pyprland/assets/238622/3fab93b6-6445-4e7b-b757-035095b5c8e8)

## A plugin system for Hyprland

Host process for multiple Hyprland plugins,
aiming at simplicity and efficiency.

You can implement anything you can imagine using Python with [Hyprland API](https://wiki.hyprland.org/Configuring/Dispatchers/) and [events](https://wiki.hyprland.org/Plugins/Development/Event-list/)!

It has a safe design which is friendly for developers.

### → Read the [Getting started](https://github.com/hyprland-community/pyprland/wiki/Getting-started) page

### → Open the [plugin list](https://github.com/hyprland-community/pyprland/wiki/Plugins) to see the current features

### → Check the [Relases](https://github.com/hyprland-community/pyprland/releases) for a change log

### → finally browse the other [wiki](https://github.com/hyprland-community/pyprland/wiki) pages

## Dependencies

- Hyprland >= 0.25
- Python >= 3.11

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=fdev31/pyprland&type=Date)](https://star-history.com/#fdev31/pyprland&Date)

