Metadata-Version: 2.1
Name: pysmore
Version: 0.0.1
Summary: Python version of SMORe: Modularize Graph Embedding for Recommendation
Home-page: https://github.com/josix/pysmore
License: MIT
Author: Josix Wang
Author-email: josixwang@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/josix/pysmore
Description-Content-Type: text/markdown

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square)](https://conventionalcommits.org)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Github Actions](https://github.com/josix/pysmore/actions/workflows/python-check.yaml/badge.svg)](https://github.com/josix/pysmore/wayback-machine-saver/actions/workflows/python-check.yaml)

[![PyPI Package latest release](https://img.shields.io/pypi/v/pysmore.svg?style=flat-square)](https://pypi.org/project/pysmore/)
[![PyPI Package download count (per month)](https://img.shields.io/pypi/dm/pysmore?style=flat-square)](https://pypi.org/project/pysmore/)
[![Supported versions](https://img.shields.io/pypi/pyversions/pysmore.svg?style=flat-square)](https://pypi.org/project/pysmore/)


# pysmore

Python version of SMORe: Modularize Graph Embedding for Recommendation

## Getting Started

### Prerequisites
* [Python](https://www.python.org/downloads/)

## Usage


## Contributing
See [Contributing](contributing.md)

## Authors
Josix Wang <josixwang@gmail.com>


Created from [Lee-W/cookiecutter-python-template](https://github.com/Lee-W/cookiecutter-python-template/tree/1.1.2) version 1.1.2

