pulseaudio-device-control


Namepulseaudio-device-control JSON
Version 0.2 PyPI version JSON
download
home_page
SummaryA simple script to control PulseAudio devices
upload_time2024-03-02 03:40:08
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2024 Brenton Leighton Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords pulseaudio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pulseaudio_device_control

A simple script to control PulseAudio devices.
Mainly this is to easily cycle the default sink or source.

## Installation

pulseaudio\_device\_control depends on [pulsectl](https://github.com/mk-fg/python-pulse-control).

This package can be installed using [pipx](https://pipx.pypa.io/stable/installation/):

```bash
pipx install pulseaudio_device_control
```

## Usage

```bash
pulseaudio_device_control OPERATION DEVICE_TYPE
```

Where:

- `OPERATION` is `raise`, `lower`, `mute`, or `next`
- `DEVICE_TYPE` is `sink` or `source`

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pulseaudio-device-control",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Brenton Leighton <12228142+brenton-leighton@users.noreply.github.com>",
    "keywords": "pulseaudio",
    "author": "",
    "author_email": "Brenton Leighton <12228142+brenton-leighton@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/23/bb/41c44c9d2685c361b180dba5c749914a9c4f0f2fb4c850f2381c60f2b912/pulseaudio_device_control-0.2.tar.gz",
    "platform": null,
    "description": "# pulseaudio_device_control\n\nA simple script to control PulseAudio devices.\nMainly this is to easily cycle the default sink or source.\n\n## Installation\n\npulseaudio\\_device\\_control depends on [pulsectl](https://github.com/mk-fg/python-pulse-control).\n\nThis package can be installed using [pipx](https://pipx.pypa.io/stable/installation/):\n\n```bash\npipx install pulseaudio_device_control\n```\n\n## Usage\n\n```bash\npulseaudio_device_control OPERATION DEVICE_TYPE\n```\n\nWhere:\n\n- `OPERATION` is `raise`, `lower`, `mute`, or `next`\n- `DEVICE_TYPE` is `sink` or `source`\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Brenton Leighton  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A simple script to control PulseAudio devices",
    "version": "0.2",
    "project_urls": {
        "Homepage": "https://github.com/brenton-leighton/pulseaudio_device_control"
    },
    "split_keywords": [
        "pulseaudio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64a403dd8b2103581bf516fba99513bd99f84edc7971d8e15f437726bc322718",
                "md5": "b3e81a03de0f6c83e5cfad0743a14458",
                "sha256": "384d29bf78969ac1f35ee6399866133a9419808eefbb6c2df12cad7906a7f934"
            },
            "downloads": -1,
            "filename": "pulseaudio_device_control-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b3e81a03de0f6c83e5cfad0743a14458",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4787,
            "upload_time": "2024-03-02T03:40:06",
            "upload_time_iso_8601": "2024-03-02T03:40:06.251036Z",
            "url": "https://files.pythonhosted.org/packages/64/a4/03dd8b2103581bf516fba99513bd99f84edc7971d8e15f437726bc322718/pulseaudio_device_control-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23bb41c44c9d2685c361b180dba5c749914a9c4f0f2fb4c850f2381c60f2b912",
                "md5": "c2efa8c446e014fe6138e70a1e683afb",
                "sha256": "e04e8d0272f77ad38824d3edd188bb7138ee37f67512ba200ee8a3985d8e3f52"
            },
            "downloads": -1,
            "filename": "pulseaudio_device_control-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c2efa8c446e014fe6138e70a1e683afb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3481,
            "upload_time": "2024-03-02T03:40:08",
            "upload_time_iso_8601": "2024-03-02T03:40:08.097513Z",
            "url": "https://files.pythonhosted.org/packages/23/bb/41c44c9d2685c361b180dba5c749914a9c4f0f2fb4c850f2381c60f2b912/pulseaudio_device_control-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-02 03:40:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "brenton-leighton",
    "github_project": "pulseaudio_device_control",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pulseaudio-device-control"
}
        
Elapsed time: 0.19466s