/usr/lib/python3/dist-packages/ltfatpy-1.0.12.egg-info/PKG-INFO is in python3-ltfatpy 1.0.12-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | Metadata-Version: 1.1
Name: ltfatpy
Version: 1.0.12
Summary: The Large Time-Frequency Toolbox (LTFAT) in Python
Home-page: https://gitlab.lis-lab.fr/dev/ltfatpy
Author: Denis Arrivault and Florent Jaillet
Author-email: contact.dev@lis-lab.fr
License: GNU GPL V3
Description-Content-Type: UNKNOWN
Description: The **ltfatpy** package is a partial Python port of the
`Large Time/Frequency Analysis Toolbox (LTFAT)
<http://ltfat.sourceforge.net/>`_, a MATLAB®/Octave toolbox for working with
time-frequency analysis and synthesis.
It is intended both as an educational and a computational tool.
The package provides a large number of linear transforms including Gabor
transforms along with routines for constructing windows (filter prototypes)
and routines for manipulating coefficients.
The original LTFAT Toolbox for MATLAB®/Octave is developed at
`CAHR <http://www.dtu.dk/centre/cahr/English.aspx>`_, Technical
University of Denmark, `ARI <http://www.kfs.oeaw.ac.at>`_, Austrian Academy
of Sciences and `I2M <http://www.i2m.univ-amu.fr>`__, Aix-Marseille Université.
The Python port is developed at
`LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_, as a
`LIF <http://www.lif.univ-mrs.fr/>`_ (now `LIS <http://www.lis-lab.fr/>`_)
and I2M project, Aix-Marseille Université.
This package, as well as the original LTFAT toolbox, is Free software, released
under the GNU General Public License (GPLv3).
The latest version of **ltfatpy** can be downloaded from the following
`PyPI page <https://pypi.python.org/pypi/ltfatpy>`_.
The **documentation** is available
`here <http://dev.pages.lis-lab.fr/ltfatpy/>`_.
The development is done in this
`GitLab project <https://gitlab.lis-lab.fr/dev/ltfatpy>`_, which provides
the git repository managing the **source code** and where issues can be
reported.
.. :changelog:
History
=======
0.1.0 (2014-04-30)
------------------
Creation
1.0.0 (2015-12-15)
------------------
Based on ltfat commit 0f9c83d96b (version 2.1.0)
Authors
=======
Denis Arrivault <contact.dev/A/lis-lab.fr>
Florent Jaillet <contact.dev/A/lis-lab.fr>
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering
|