Metadata-Version: 2.1
Name: praat-parselmouth
Version: 0.4.2
Summary: Praat in Python, the Pythonic way
Home-page: https://github.com/YannickJadoul/Parselmouth
Author: Yannick Jadoul
Author-email: Yannick.Jadoul@ai.vub.ac.be
License: GPLv3
Project-URL: Bug Tracker, https://github.com/YannickJadoul/Parselmouth/issues
Project-URL: Documentation, https://parselmouth.readthedocs.io/
Project-URL: Source Code, https://github.com/YannickJadoul/Parselmouth
Keywords: praat,speech,signal processing,phonetics
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.7.0)

# Parselmouth - Praat in Python, the Pythonic way

**Parselmouth** is a Python library for the [Praat](http://www.praat.org)
software.

Though other attempts have been made at porting functionality from Praat to
Python, Parselmouth is unique in its aim to provide a complete and Pythonic
interface to the internal Praat code. While other projects either wrap Praat's
scripting language or reimplementing parts of Praat's functionality in Python,
Parselmouth directly accesses Praat's C/C++ code (which means the algorithms
and their output are exactly the same as in Praat) and provides efficient
access to the program's data, but *also* provides an interface that looks
no different from any other Python library.

Drop by our [Gitter chat room](https://gitter.im/PraatParselmouth/Lobby) or
post a message to our
[Google discussion group](https://groups.google.com/d/forum/parselmouth) if
you have any question, remarks, or requests!

More information on the **installation** and some basic **examples**
can be found on Parselmouth's GitHub repository:
https://github.com/YannickJadoul/Parselmouth


