Metadata-Version: 1.1
Name: audio-batch-processor
Version: 0.3.0
Summary: Batch tool for processing audio files.
Home-page: https://github.com/kkujawinski/audio-batch-processor
Author: Kamil Kujawinski
Author-email: kamil@kujawinski.net
License: GNU GPLv3
Description: =====================
        Audio Batch Processor
        =====================
        
        .. list-table::
            :stub-columns: 1
        
            * - docs
              - |docs|
            * - tests
              - |
                | |coveralls|
                |
            * - package
              - |version| |downloads| |wheel| |supported-versions| |supported-implementations|
        
        .. |docs| image:: https://readthedocs.org/projects/audio-batch-processor/badge/?style=flat
            :target: https://readthedocs.org/projects/audio-batch-processor
            :alt: Documentation Status
        
        .. |coveralls| image:: https://coveralls.io/repos/kkujawinski/audio-batch-processor/badge.svg?branch=master&service=github
            :alt: Coverage Status
            :target: https://coveralls.io/r/kkujawinski/audio-batch-processor
        
        .. |version| image:: https://img.shields.io/pypi/v/audio-batch-processor.svg?style=flat
            :alt: PyPI Package latest release
            :target: https://pypi.python.org/pypi/audio-batch-processor
        
        .. |downloads| image:: https://img.shields.io/pypi/dm/audio-batch-processor.svg?style=flat
            :alt: PyPI Package monthly downloads
            :target: https://pypi.python.org/pypi/audio-batch-processor
        
        .. |wheel| image:: https://img.shields.io/pypi/wheel/audio-batch-processor.svg?style=flat
            :alt: PyPI Wheel
            :target: https://pypi.python.org/pypi/audio-batch-processor
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/audio-batch-processor.svg?style=flat
            :alt: Supported versions
            :target: https://pypi.python.org/pypi/audio-batch-processor
        
        .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/audio-batch-processor.svg?style=flat
            :alt: Supported implementations
            :target: https://pypi.python.org/pypi/audio-batch-processor
        
        
        Batch tool for processing audio files.
        
        * Free software: BSD license
        
        Installation
        ============
        
        ::
        
            pip install audio-batch-processor
        
        Documentation
        =============
        
        https://audio-batch-processor.readthedocs.org/
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        
        Changelog
        =========
        
        0.1.0 (2015-11-15)
        -----------------------------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
