Metadata-Version: 2.2
Name: no_sleep
Version: 1.0.3
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.9
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: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pillow==11.1.0
Requires-Dist: pystray==0.19.5
Provides-Extra: test
Requires-Dist: GitPython==3.1.44; extra == "test"
Requires-Dist: interrogate==1.7.0; extra == "test"
Requires-Dist: isort==6.0.0; extra == "test"
Requires-Dist: lxml==5.3.1; extra == "test"
Requires-Dist: mypy==1.15.0; extra == "test"
Requires-Dist: packaging==24.2; extra == "test"
Requires-Dist: pip-audit==2.8.0; extra == "test"
Requires-Dist: ruff==0.9.6; extra == "test"
Requires-Dist: types-pillow==10.2.0.20240822; extra == "test"

[![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.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-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.13.2 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
```
