Metadata-Version: 2.4
Name: phonlab
Version: 0.0.2
Summary: Python tools for phonetics
Author-email: Keith Johnson <kjohnson@berkeley.edu>, Ronald Sprouse <rsprouse@berkeley.edu>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/rsprouse/phonlab
Project-URL: Issues, https://github.com/rsprouse/phonlab/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib_resources
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: librosa
Requires-Dist: nitime
Requires-Dist: matplotlib
Requires-Dist: praat-parselmouth
Requires-Dist: scipy
Requires-Dist: srt
Requires-Dist: colorednoise
Requires-Dist: python-dateutil
Dynamic: license-file

# phonlab
A collection of python functions for doing phonetics.

## Installation

```bash
pip install phonlab
```

## Documentation 

https://readthedocs.com/phonlab
