Metadata-Version: 2.3
Name: neofoodclub
Version: 1.0.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# neofoodclub.py

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

A mostly-Python implementation of functionality used in https://neofood.club

Notes:

- _For the time being_, there are no front-facing docs for this beyond docstrings in the code itself

## Installing

**Python 3.9 or higher is suggested**

```sh
pip install neofoodclub
```

_Alternatively,_

```sh
$ git clone https://github.com/diceroll123/neofoodclub.py
$ cd neofoodclub.py
$ python -m pip install -U .
```

## Examples

_Since there is no obvious "first thing to do" with this library, simply refer to the examples folder for all examples._

## Links

- [Neofood.club](https://neofood.club/)
- [Neofood.club source](https://github.com/diceroll123/neofoodclub)

