Metadata-Version: 2.2
Name: pyreaper
Version: 0.0.11
Summary: A python wrapper for REAPER (Robust Epoch And Pitch EstimatoR)
Home-page: https://github.com/r9y9/pyreaper
Author: Ryuichi Yamamoto
Author-email: zryuichi@gmail.com
License: MIT
Keywords: REAPER
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy>=1.8.0
Provides-Extra: test
Requires-Dist: nose; extra == "test"
Requires-Dist: scipy; extra == "test"
Provides-Extra: develop
Requires-Dist: cython>=0.21.0; extra == "develop"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# pyreaper

[![PyPI](https://img.shields.io/pypi/v/pyreaper.svg)](https://pypi.python.org/pypi/pyreaper)
[![ci](https://github.com/r9y9/pyreaper/actions/workflows/ci.yml/badge.svg)](https://github.com/r9y9/pyreaper/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/r9y9/pyreaper/badge.svg?branch=master&service=github)](https://coveralls.io/github/r9y9/pyreaper?branch=master)
[![Documentation Status](https://readthedocs.org/projects/pyreaper/badge/?version=latest)](http://pyreaper.readthedocs.io/en/latest/?badge=latest)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![DOI](https://zenodo.org/badge/91592334.svg)](https://zenodo.org/badge/latestdoi/91592334)

A python wrapper for [REAPER (Robust Epoch And Pitch EstimatoR)](https://github.com/google/REAPER)

## Installation

```bash
pip install pyreaper
```

## Demonstration notebnook

http://nbviewer.jupyter.org/gist/r9y9/e7d6604757403ec74557ccd93e1f0c8c
