pyreaper


Namepyreaper JSON
Version 0.0.10 PyPI version JSON
download
home_pagehttps://github.com/r9y9/pyreaper
SummaryA python wrapper for REAPER (Robust Epoch And Pitch EstimatoR)
upload_time2023-08-18 13:53:30
maintainer
docs_urlNone
authorRyuichi Yamamoto
requires_python
licenseMIT
keywords reaper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # pyreaper

[![PyPI](https://img.shields.io/pypi/v/pyreaper.svg)](https://pypi.python.org/pypi/pyreaper)
[![Build Status](https://travis-ci.org/r9y9/pyreaper.svg?branch=master)](https://travis-ci.org/r9y9/pyreaper)
[![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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/r9y9/pyreaper",
    "name": "pyreaper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "REAPER",
    "author": "Ryuichi Yamamoto",
    "author_email": "zryuichi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fa/a4/8751eca395ed66d024bee2ded52c096cef4ff26807dbc3358818798c4884/pyreaper-0.0.10.tar.gz",
    "platform": null,
    "description": "# pyreaper\n\n[![PyPI](https://img.shields.io/pypi/v/pyreaper.svg)](https://pypi.python.org/pypi/pyreaper)\n[![Build Status](https://travis-ci.org/r9y9/pyreaper.svg?branch=master)](https://travis-ci.org/r9y9/pyreaper)\n[![Coverage Status](https://coveralls.io/repos/r9y9/pyreaper/badge.svg?branch=master&service=github)](https://coveralls.io/github/r9y9/pyreaper?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/pyreaper/badge/?version=latest)](http://pyreaper.readthedocs.io/en/latest/?badge=latest)\n[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)\n[![DOI](https://zenodo.org/badge/91592334.svg)](https://zenodo.org/badge/latestdoi/91592334)\n\nA python wrapper for [REAPER (Robust Epoch And Pitch EstimatoR)](https://github.com/google/REAPER)\n\n## Installation\n\n```bash\npip install pyreaper\n```\n\n## Demonstration notebnook\n\nhttp://nbviewer.jupyter.org/gist/r9y9/e7d6604757403ec74557ccd93e1f0c8c\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python wrapper for REAPER (Robust Epoch And Pitch EstimatoR)",
    "version": "0.0.10",
    "project_urls": {
        "Homepage": "https://github.com/r9y9/pyreaper"
    },
    "split_keywords": [
        "reaper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "faa48751eca395ed66d024bee2ded52c096cef4ff26807dbc3358818798c4884",
                "md5": "60223f9dc2ebdf74937ea8d72d41c461",
                "sha256": "49f282c1bacc02aa1c1b88d54ed4fbfbec927af24a7c23e8938edb71a718af0e"
            },
            "downloads": -1,
            "filename": "pyreaper-0.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "60223f9dc2ebdf74937ea8d72d41c461",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 59468,
            "upload_time": "2023-08-18T13:53:30",
            "upload_time_iso_8601": "2023-08-18T13:53:30.711113Z",
            "url": "https://files.pythonhosted.org/packages/fa/a4/8751eca395ed66d024bee2ded52c096cef4ff26807dbc3358818798c4884/pyreaper-0.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-18 13:53:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "r9y9",
    "github_project": "pyreaper",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "lcname": "pyreaper"
}
        
Elapsed time: 0.10000s