Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 842 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 842 Bytes

neofoodclub.py

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

pip install neofoodclub

Alternatively,

$ 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