Metadata-Version: 2.1
Name: rectools
Version: 0.0.3
Summary: An easy-to-use Python library for building recommendation systems
Home-page: https://github.com/MobileTeleSystems/RecTools
License: Apache-2.0
Author: Daniil Potapov
Author-email: mars-team@mts.ru
Maintainer: Daniil Potapov
Maintainer-email: mars-team@mts.ru
Requires-Python: >=3.7.1,<3.10.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: all
Provides-Extra: nn
Requires-Dist: Markdown (>=3.2,<3.3)
Requires-Dist: attrs (>=19.1.0,<22.0.0)
Requires-Dist: implicit (==0.4.4)
Requires-Dist: lightfm (>=1.16,<2.0)
Requires-Dist: nmslib (>=2.0.4,<3.0.0)
Requires-Dist: numpy (>=1.19.5,<2.0.0)
Requires-Dist: pandas (>=0.25.3,<2.0.0)
Requires-Dist: pytorch-lightning (>=1.6,<2.0); extra == "nn" or extra == "all"
Requires-Dist: scipy (>=1.5.4,<2.0.0)
Requires-Dist: torch (>=1.6,<2.0); extra == "nn" or extra == "all"
Requires-Dist: tqdm (>=4.27.0,<5.0.0)
Requires-Dist: typeguard (>=2.0.1,<3.0.0)
Project-URL: Repository, https://github.com/MobileTeleSystems/RecTools
Description-Content-Type: text/markdown

# RecTools
