Metadata-Version: 2.5
Name: screenwarden
Version: 0.1.0
Summary: Linux parental screen time control daemon
Project-URL: Homepage, https://github.com/voparin/screenwarden
Project-URL: Issues, https://github.com/voparin/screenwarden/issues
Author: voparin
License: MIT
License-File: LICENSE
Keywords: family,linux,parental-control,screen-time
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Requires-Dist: fastapi>=0.111
Requires-Dist: jinja2>=3.1
Requires-Dist: python-multipart>=0.0.9
Requires-Dist: pyyaml>=6.0
Requires-Dist: uvicorn>=0.30
Requires-Dist: watchdog>=4.0
Provides-Extra: dev
Requires-Dist: httpx>=0.27; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# screenwarden

Linux parental screen time control daemon.

## Install

```bash
pip install screenwarden
sudo screenwarden install
```

## Usage

The parent dashboard is available at `http://<child-machine-ip>:8080`.
