Metadata-Version: 2.1
Name: GyRAPH
Version: 0.4.7
Author-email: Michael Chan <miki998chan@gmail.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy >=1.23.0
Requires-Dist: scienceplots >=1.0.0
Requires-Dist: scipy >=1.9.0
Requires-Dist: scikit-learn >=1.0.0
Requires-Dist: pandas >=1.3.0
Requires-Dist: matplotlib >=3.4.0
Requires-Dist: networkx >=2.6.0
Requires-Dist: tqdm >=4.62.0
Requires-Dist: torch >=1.10.0
Requires-Dist: torchvision >=0.11.0
Requires-Dist: torch-geometric >=2.0.0
Requires-Dist: opencv-python >=4.5.3
Requires-Dist: scikit-image >=0.18.0
Requires-Dist: sympy >=1.7.0
Requires-Dist: seaborn >=0.11.0
Requires-Dist: joblib >=1.0.0
Requires-Dist: ipykernel >=6.0.0

## GyRAPH - a Framework for Directed Graph Signal Processing

![Tests](https://github.com/miki998/GyRAPH/workflows/Launch%20Unittest/badge.svg)
![Coverage](./coverage.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)

GyRAPH is a framework for signal processing on directed graphs. It can be easily integrated to pipelines and to various applications. 

### Installation

Run the command if you already have all the required packages:
`pip install -i https://test.pypi.org/simple/ flowGSP`

Otherwise run the command:
`pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ flowGSP`
