Metadata-Version: 2.1
Name: recsets
Version: 0.1.0
Summary: recsets: portable recommendation datasets
Home-page: https://github.com/micaleel/recsets
License: UNKNOWN
Description: # recsets
        
        Portable datasets for recommender systems research
        
        ## Development
        
        ```bash
        python -m venv .venv
        source .venv/bin/activate
        pip install -e .
        pip install -r requirements-dev.txt
        recsets --help
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
