Metadata-Version: 2.4
Name: recfarm
Version: 0.2.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Summary: Rust implementation for some non-deep learning recommender algorithms.
Author-email: massquantity <jinxin_madie@163.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# RecFarm

Rust implementation for some non-deep learning recommender algorithms.

## Installation

```shell
$ pip install recfarm
```

Requires Python >= 3.7.

