Metadata-Version: 2.1
Name: pyteuf
Version: 1.0.0
Summary: Python package for time-frequency analysis
Home-page: https://gitlab.lis-lab.fr/skmad-suite/pyteuf
Author: Ronan Hamon, Valentin Emiya, and Florent Jaillet
Author-email: ronan.hamon@lis-lab.fr, valentin.emiya@lis-lab.fr, florent.jaillet@lis-lab.fr
License: GNU General Public License v3 (GPLv3)
Project-URL: Bug Reports, https://gitlab.lis-lab.fr/skmad-suite/pyteuf/issues
Project-URL: Source, https://gitlab.lis-lab.fr/skmad-suite/pyteuf
Description: pyteuf
        ======
        
        pyteuf is a package for time-frequency analysis in Python.
        
        Install
        -------
        
        Install the current release with ``pip``::
        
            pip install pyteuf
        
        For additional details, see doc/install.rst.
        
        Usage
        -----
        
        See the `documentation <http://skmad-suite.pages.lis-lab.fr/pyteuf/>`_.
        
        Bugs
        ----
        
        Please report any bugs that you find through the `pyteuf GitLab project
        <https://gitlab.lis-lab.fr/skmad-suite/pyteuf/issues>`_.
        
        You can also fork the repository and create a merge request.
        
        Source code
        -----------
        
        The source code of pyteuf is available via its `GitLab project
        <https://gitlab.lis-lab.fr/skmad-suite/pyteuf>`_.
        
        You can clone the git repository of the project using the command::
        
            git clone git@gitlab.lis-lab.fr:skmad-suite/pyteuf.git
        
        Copyright © 2017-2018
        ---------------------
        
        * `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_
        * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
        * `Centre National de la Recherche Scientifique <http://www.cnrs.fr/>`_
        * `Université de Toulon <http://www.univ-tln.fr/>`_
        
        Contributors
        ------------
        
        * `Ronan Hamon <mailto:ronan.hamon@lis-lab.fr>`_
        * `Valentin Emiya <mailto:valentin.emiya@lis-lab.fr>`_
        * `Florent Jaillet <mailto:florent.jaillet@lis-lab.fr>`_
        
        License
        -------
        
        Released under the GNU General Public License version 3 or later
        (see `LICENSE.txt`).
        
Keywords: audio,data structures,missing data
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X 
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.5
Provides-Extra: dev
Provides-Extra: doc
