Metadata-Version: 2.4
Name: neofoodclub
Version: 1.0.14
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
License-File: LICENSE
Summary: A Python implementation of functionality used in https://neofood.club
Requires-Python: >=3.11
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)
[![image](https://img.shields.io/pypi/v/neofoodclub.svg)](https://pypi.python.org/pypi/neofoodclub)
[![image](https://img.shields.io/pypi/l/neofoodclub.svg)](https://github.com/diceroll123/neofoodclub.py/blob/main/LICENSE)
[![Actions status](https://github.com/diceroll123/neofoodclub.py/workflows/CI/badge.svg)](https://github.com/diceroll123/neofoodclub.py/actions)
[![image](https://img.shields.io/pypi/pyversions/neofoodclub.svg)](https://pypi.python.org/pypi/neofoodclub)

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.11 or higher is required**

```sh
pip install neofoodclub
```

## 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)
- [neofoodclub.rs](https://github.com/diceroll123/neofoodclub.rs)

