Metadata-Version: 2.0
Name: praat-parselmouth
Version: 0.2.1
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
Description-Content-Type: UNKNOWN
Keywords: praat speech signal processing phonetics
Platform: UNKNOWN
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 :: 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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
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>`__ 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

