Metadata-Version: 2.4
Name: no_sleep
Version: 1.0.4
Summary: no more sleep
Author: Michal Plichta
Maintainer: Michal Plichta
License: MIT License
Project-URL: Homepage, https://github.com/emcek/no_sleep
Project-URL: Source, https://github.com/emcek/no_sleep.git
Project-URL: Changelog, https://github.com/emcek/no_sleep/blob/master/CHANGELOG.md
Keywords: sleep,desktop,no sleep
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pillow==12.2.0
Requires-Dist: pystray==0.19.5
Provides-Extra: test
Requires-Dist: GitPython; extra == "test"
Requires-Dist: interrogate; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: lxml; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: packaging; extra == "test"
Requires-Dist: pip-audit; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: types-pillow; extra == "test"
Dynamic: license-file

[![Python CI](https://github.com/emcek/no_sleep/actions/workflows/python-ci.yml/badge.svg?branch=master)](https://github.com/emcek/no_sleep/actions/workflows/python-ci.yml)
[![image](https://img.shields.io/badge/pypi-v1.0.2-blue.svg)](https://pypi.org/project/no_sleep/)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/emcek/no_sleep/master.svg)](https://results.pre-commit.ci/latest/github/emcek/no_sleep/master)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
[![image](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue.svg)](https://github.com/emcek/no_sleep)

# no_sleep
No more sleep.

## installation
The preferred way of installing using [uv](https://github.com/astral-sh/uv) (v0.5.11 or newer) tool:
``` console
uv tool install --python 3.14.5 no_sleep
```
Please use Python 3.13.1+ (or any 3.12.x) due to 3.13.0 run extra terminal window even if it was disabled.

## update
``` console
uv tool update no_sleep
```

## uninstall
``` console
uv tool uninstall no_sleep
```
