Skip to content

Tags: bulletmark/sleep-inhibitor

Tags

1.25

Toggle 1.25's commit message
Satisfy pyright and add markdown link checker

1.24

Toggle 1.24's commit message
Ruff now requires check argument

Also make mypy happy

1.23

Toggle 1.23's commit message
Fix setup of python import

This change means we can't specify unbuffered output to python so we
also change the app code to always flush on output.

Fixes issue #15.

1.22

Toggle 1.22's commit message
Fix determination of plugin dir

1.21.1

Toggle 1.21.1's commit message
Change from pipxx to pipx

1.21

Toggle 1.21's commit message
Change from setup.py to pyproject.toml

1.20

Toggle 1.20's commit message
Check for sleep ability at startup, not each run

1.19

Toggle 1.19's commit message
New version 1.19

Probably better to run as child plugin not within asyncio.run()

1.18

Toggle 1.18's commit message
Fix startup using asyncio

1.17

Toggle 1.17's commit message
Change from threads to asyncio

Each plugin is run as an asyncio task rather than a slightly more
resource heavy system thread.

Also make a couple of minor improvements and add a test directory.