Metadata-Version: 2.4
Name: Pyraat
Version: 1.0.0
Summary: Interface for running Praat scripts through Python
Home-page: https://github.com/mmcauliffe/Pyraat
Author: Michael McAuliffe
Author-email: michael.e.mcauliffe@gmail.com
Maintainer: Michael McAuliffe
Maintainer-email: michael.e.mcauliffe@gmail.com
License: MIT
Keywords: phonetics,praat,acoustics
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: mock; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Dynamic: license-file

Pyraat
======

![Continuous Integration](https://github.com/mmcauliffe/Pyraat/actions/workflows/main.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/mmcauliffe/Pyraat/badge.svg?branch=master)](https://coveralls.io/github/mmcauliffe/Pyraat?branch=master)
[![Documentation Status](https://readthedocs.org/projects/pyraat/badge/?version=latest)](http://pyraat.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/python-praat-scripts.svg)](https://badge.fury.io/py/pyraat)
[![DOI](https://zenodo.org/badge/7311987.svg)](https://zenodo.org/badge/latestdoi/7311987)

Interface for running Praat scripts through Python

Installation
============

You can install Pyraat through pip via:

```
pip install pyraat
```

Once installed, the `pyraat` package will be importable.
