Metadata-Version: 1.1
Name: scalpel
Version: 0.8.2
Summary: Scalpel Audio Editor
Home-page: http://scalpelsound.online.fr
Author: Pierre
Author-email: stackp@online.fr
License: BSD License
Description: Scalpel is an audio editor for Linux written in Python_. It aims at
        providing a simple-to-use and easy-to-extend audio editor. Sound
        hackers, get started translating your Matlab routines into
        Python/Numpy functions!
        
        Scalpel uses PyGTK_ for the user interface, Numpy_ for the internal
        processing, ALSA_ for the audio playing and libsndfile_ for reading
        and writing files. A minimal part of the code is written in Cython_
        for better performance.
        
        Scalpel still has some rough edges but is quite usable. Try it now and
        be sure to send your feedback. Installing is as easy as (see
        http://scalpelsound.online.fr/?page_id=457 for more details)::
        
            pip install scalpel
        
        Scalpel is released under the BSD License.
        
        Links:
        
        * Homepage: http://scalpelsound.online.fr
        * Source: http://gitorious.org/scalpel
        * Pypi: http://pypi.python.org/pypi/scalpel
        
        .. _Python: http://www.python.org
        .. _PyGTK: http://www.pygtk.org
        .. _Numpy: http://numpy.scipy.org
        .. _ALSA: http://www.alsa-project.org
        .. _libsndfile: http://www.mega-nerd.com/libsndfile
        .. _Cython: http://www.cython.org
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Sound/Audio :: Editors
Requires: PyGTK
Requires: numpy
Requires: pyalsaaudio (>=0.6)
