Metadata-Version: 2.1
Name: pireplay
Version: 0.0.3
Summary: Capture and instantly replay the last moments by using a web application controlling a Raspberry Pi with a camera.
Home-page: https://github.com/gruvw/pireplay
Keywords: camera,rpi,raspberry-pi,cli
Author: gruvw
Author-email: gruvw.dev@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: flask (>=3.0.3,<4.0.0)
Requires-Dist: minify-html (>=0.15.0,<0.16.0)
Requires-Dist: nmwifi (>=0.0.3,<0.0.4)
Requires-Dist: picamera2 (>=0.3.25,<0.4.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Project-URL: Documentation, https://github.com/gruvw/pireplay
Project-URL: Repository, https://github.com/gruvw/pireplay
Description-Content-Type: text/markdown

# PiReplay

Capture and instantly replay the last moments by using a web application controlling a [Raspberry Pi](https://www.raspberrypi.com) with a camera.

Python Package `pireplay` CLI (managed using [Poetry](https://python-poetry.org/))

**Note**: please take a look at the project's GitHub repository **<https://github.com/gruvw/pireplay>**.

## Installation

- Install by running: `sudo pip install pireplay`
<!-- TODO sudo -E and simlink -->
- CLI Usage: `pireplay --help`

**Note**: this progam is only intended to run on a RaspberryPi using a camera module.

