Metadata-Version: 1.1
Name: tgre
Version: 1.0
Summary: Read, write, and modify Praat TextGrid annotations
Home-page: http://github.com/scjs/tgre
Author: Scott Seyfarth
Author-email: UNKNOWN
License: MIT
Description: This package is for reading and writing Praat TextGrid annotations in
        Python. It can read TextGrid files that are compatible with the
        `TextGrid file
        format <http://www.fon.hum.uva.nl/praat/manual/TextGrid_file_formats.html>`__
        specification. It is tested to work with Python 2.7, 3.4, 3.5, and 3.6.
        
        Usage
        -----
        
        The ``tgre.py`` module docstring shows some usage examples, and the
        docstrings in ``tgre.py`` have more detail on functionality.
        
        Installation
        ------------
        
        The package can be installed from PyPI with this command:
        
        ::
        
            pip install tgre
        
        The latest version can also be installed from GitHub with this command:
        
        ::
        
            pip install git+http://github.com/scjs/tgre.git
        
        You can also copy the ``tgre`` subdirectory into your working directory,
        or put it in your Python path.
        
        Tests
        -----
        
        To run the tests, run ``nosetests`` from the root directory, or
        ``python setup.py test`` to install the test dependencies first.
        
        References
        ----------
        
        Boersma, Paul & Weenink, David (2016). Praat: doing phonetics by
        computer [Computer program]. Version 6.0.12, retrieved from
        http://www.praat.org/
        
Keywords: TextGrid Praat speech linguistics
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
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
