Metadata-Version: 2.0
Name: pyraat
Version: 0.3.1
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
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Text Processing :: Linguistic
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'

Pyraat
======

[![Build Status](https://travis-ci.org/mmcauliffe/Pyraat.svg?branch=master)](https://travis-ci.org/mmcauliffe/Pyraat)
[![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.


