Metadata-Version: 2.4
Name: ugent_menu_cli
Version: 0.5
Summary: A handy CLI to check the menu of the UGent restaurants.
Project-URL: Homepage, https://github.com/JasperDG828/ugent-menu-cli
Project-URL: Issues, https://github.com/JasperDG828/ugent-menu-cli/issues
Author-email: Jasper De Gussemé <Jasper.DeGusseme@UGent.be>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: requests
Description-Content-Type: text/markdown

# ugent-menu-cli
A handy CLI to check the menu of the UGent restaurants.

![PyPI - Version](https://img.shields.io/pypi/v/ugent-menu-cli)
![PyPI - License](https://img.shields.io/pypi/l/ugent-menu-cli)


## Installation

```bash
pip install ugent-menu-cli
``` 
**Optional: Home Resto**

You can set a default resto as an environment variable
```bash
HOMERESTO=nl-sterre
```

## Usage
```bash
menu [-a] [-h] [resto]
```
- `-a` Will show the available restos
- `-h` Will show the help message
- Specify the relevant resto in the format provided by `-a` (ex. `nl-sterre`)

### Support
[![Buy Me a coffee](https://buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/jasperdg)