Metadata-Version: 2.1
Name: pimpmyrice_server
Version: 0.1.0
Summary: Server for PimpMyRice
Home-page: https://github.com/daddodev/pimpmyrice_server
Author: daddodev
Author-email: daddodev@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pimpmyrice
Requires-Dist: fastapi
Requires-Dist: uvicorn[standard]
Requires-Dist: docopt
Requires-Dist: requests
Requires-Dist: watchdog
Requires-Dist: pystray

# 🍙 PimpMyRice server

_Work in progress._

Server for [PimpMyRice](https://github.com/daddodev/pimpmyrice)

## Quick start

### Install

#### [Pipx](https://pipx.pypa.io/stable/installation/)

```bash
pipx install pimpmyrice_server
```

### Start server

```bash
pimp-server start
```

## [Documentation](https://pimpmyrice.vercel.app/docs)
