Metadata-Version: 2.1
Name: libgsp
Version: 0.0.0.dev0
Summary: High-Performance Linear/Non-Linear Filters and Window Functions Library in C++ with Python Bindings
Author-Email: Mohammad Raziei <mohammadraziei1375@gmail.com>
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Homepage, https://github.com/mohammadraziei/libgsp
Project-URL: Bug Tracker, https://github.com/mohammadraziei/libgsp/issues
Project-URL: Document, https://mohammadraziei.github.io/libgsp/latest
Requires-Python: >=3.8
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Description-Content-Type: text/markdown

<p align="center">
  <h3 align="center">
    <a href="https://github.com/mohammadraziei/libgsp" style="margin-right:10px; ">
      <img src="https://github.com/MohammadRaziei/libgsp/raw/master/docs/images/libgsp-logo-sq.svg" width="80px" alt="Logo">
    </a>
    <span style="transform: translateY(-30px);">libGSP</span>
  </h3>
  <h4 align="center"> a Graph Signal Processing Library </h4>
  <h5 align="center">
	Comprehensive Library for Digital Signal Processing in C++, Python
  </h4>
</p>

[![mohammadraziei - libgsp](https://img.shields.io/static/v1?label=mohammadraziei&message=libgsp&color=white&logo=github)](https://github.com/mohammadraziei/libgsp "Go to GitHub repo")
[![forks - libgsp](https://img.shields.io/github/forks/mohammadraziei/libgsp?style=social)](https://github.com/mohammadraziei/libgsp)

![Python](https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)
![Cpp](https://img.shields.io/badge/C++-17-blue)


[![License](https://img.shields.io/badge/License-MIT-purple)](#license)
[![issues - libgsp](https://img.shields.io/github/issues/mohammadraziei/libgsp)](https://github.com/mohammadraziei/libgsp/issues)



## How to use the project?

```bash
cmake -B build 
cmake --build build 
ctest --test-dir build 
ctest --test-dir build --extra-verbose
```


