Metadata-Version: 1.1
Name: python-pulseaudio-profiles
Version: 0.0.2
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 command-line utilities:
        
        * `ppp-info` -- for outputting information about current setup
        * `ppp-create` -- for generating a profile
        * `ppp-apply` -- for applying a profile
        * `ppp-list` -- for listing profiles
        * `ppp-rm` -- for deleting a profile
        
        Changelog
        =========
        
        0.0.2 (2020-04-30)
        ------------------
        
        - added `ppp-list` and `ppp-rm` tools for listing and removing profiles
        
        
        0.0.1 (2020-04-28)
        ------------------
        
        - 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
