Metadata-Version: 2.4
Name: phonlab
Version: 0.0.37
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/phonetics-projects/phonlab
Project-URL: Issues, https://github.com/phonetics-projects/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.13,>=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: nitime
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: srt
Requires-Dist: colorednoise
Requires-Dist: pandas
Requires-Dist: librosa
Requires-Dist: praat-parselmouth
Requires-Dist: tensorflow
Requires-Dist: scikit-learn
Dynamic: license-file

=======
phonlab
=======

A collection of python functions for doing phonetics.

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

.. code-block:: Python

  pip install phonlab

=============
Documentation
=============

https://phonlab.readthedocs.io

========
Examples
========

See the `LSA Summer institute course slide deck <https://docs.google.com/presentation/d/1gfwlxLWZaZY7Zth8zP1LvmHAi21qQs6uBAm1Ep7DpYw/edit?usp=sharing>`_ for some background on this package.  There are example jupyter notebooks in the google drive linked in those slides.

See also the `examples` folder in this repository!
