Metadata-Version: 2.4
Name: neofoodclub
Version: 1.0.20
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Rust
Classifier: Topic :: Software Development :: Libraries :: Python Modules
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 (python bindings)

[![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/rneopets/neofoodclub.rs/blob/main/LICENSE)
[![image](https://img.shields.io/pypi/pyversions/neofoodclub.svg)](https://pypi.python.org/pypi/neofoodclub)

Python bindings (pyo3) for the `neofoodclub` Rust crate, used by https://neofood.club/

Previously lived in its own repo, [rneopets/neofoodclub.py](https://github.com/rneopets/neofoodclub.py)
(now archived) — moved here so the core library and its language bindings share one
workspace.

## Installing

**Python 3.11 or higher is required**

```sh
pip install neofoodclub
```

## Examples

Refer to the `examples/` folder for usage examples.

## Links

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

