Metadata-Version: 2.4
Name: gnome-sleep
Version: 0.1.0
Summary: Simple library to lock GNOME and sleep computer
Author: Kamil Szewc
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Gnome Sleep
Simple Python 3 script to lock GNOME and sleep computer.

# Installation
```bash
pip install gnome-sleep
```

# Usage
```python3
import gnome_sleep
gnome_sleep.lock_and_sleep()
```
