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

# neofoodclub.py
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.8 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)

