Metadata-Version: 1.1
Name: python-pulseaudio-profiles
Version: 0.0.1
Summary: Simple library to create and apply pulseaudio profiles.
Home-page: https://github.com/fracpete/python-pulseaudio-profiles
Author: Peter "fracpete" Reutemann
Author-email: fracpete@gmail.com
License: MIT License
Description: Simple library to create and apply
        `pulseaudio <https://en.wikipedia.org/wiki/PulseAudio>`__ profiles under Linux.
        
        Uses the `pulsectl <https://github.com/mk-fg/python-pulse-control>`__ library
        underneath the hood.
        
        Provides the following three command-line utilities:
        
        * `ppp-info` -- for outputting information about current setup
        * `ppp-create` -- for generating a profile
        * `ppp-apply` -- for applying a profile
        
        Changelog
        =========
        
        0.0.1 (????-??-??)
        ------------------
        
        - initial release
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
