python-pod


Namepython-pod JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryPython terminal music player
upload_time2023-01-03 14:40:05
maintainer
docs_urlNone
authorMisha Behersky
requires_python>=3.8.1,<4.0.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## PyPod

[![PyPI](https://img.shields.io/pypi/v/python-pod)](https://pypi.org/project/python-pod/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-pod)


[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![EditorConfig](https://img.shields.io/badge/-EditorConfig-grey?logo=editorconfig)](https://editorconfig.org/)
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)


![screenshot](https://github.com/bmwant/pypod/blob/main/assets/player_ui.png)


Python console music player

### Installation

```bash
$ pip install python-pod
```

### Usage
```bash
$ pypod <path-to-directory>  # play everything under the folder
$ pypod filename.wav  # play single file
```

### Development

```bash
$ brew install portaudio
$ poetry install --with dev

$ make debug  # run app in debug mode
$ make console  # run textual dev console
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "python-pod",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<4.0.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Misha Behersky",
    "author_email": "bmwant@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cc/5e/d125117379fe8174a5e637b59cf6a8501276c4f2f24e1eb22c3307a3b0d2/python-pod-0.1.2.tar.gz",
    "platform": null,
    "description": "## PyPod\n\n[![PyPI](https://img.shields.io/pypi/v/python-pod)](https://pypi.org/project/python-pod/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-pod)\n\n\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![EditorConfig](https://img.shields.io/badge/-EditorConfig-grey?logo=editorconfig)](https://editorconfig.org/)\n[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)\n\n\n![screenshot](https://github.com/bmwant/pypod/blob/main/assets/player_ui.png)\n\n\nPython console music player\n\n### Installation\n\n```bash\n$ pip install python-pod\n```\n\n### Usage\n```bash\n$ pypod <path-to-directory>  # play everything under the folder\n$ pypod filename.wav  # play single file\n```\n\n### Development\n\n```bash\n$ brew install portaudio\n$ poetry install --with dev\n\n$ make debug  # run app in debug mode\n$ make console  # run textual dev console\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python terminal music player",
    "version": "0.1.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c451ec031268a3986df3cdf5115726e8e1f48e44b695fe8259fd35d861f688dc",
                "md5": "3f428f2011497d843a28215a720532c1",
                "sha256": "f1a453493a73210cb18f89969e62fed12fe2e785ed04015d11e310ae044dee81"
            },
            "downloads": -1,
            "filename": "python_pod-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f428f2011497d843a28215a720532c1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 8621,
            "upload_time": "2023-01-03T14:40:06",
            "upload_time_iso_8601": "2023-01-03T14:40:06.311562Z",
            "url": "https://files.pythonhosted.org/packages/c4/51/ec031268a3986df3cdf5115726e8e1f48e44b695fe8259fd35d861f688dc/python_pod-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc5ed125117379fe8174a5e637b59cf6a8501276c4f2f24e1eb22c3307a3b0d2",
                "md5": "1c1de90763cdca148a4c6f1681a340f3",
                "sha256": "2a6198f4d8217a7a421e72e3515626cab0d1823642a3c82bb9f59e511275ee97"
            },
            "downloads": -1,
            "filename": "python-pod-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1c1de90763cdca148a4c6f1681a340f3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 7388,
            "upload_time": "2023-01-03T14:40:05",
            "upload_time_iso_8601": "2023-01-03T14:40:05.371770Z",
            "url": "https://files.pythonhosted.org/packages/cc/5e/d125117379fe8174a5e637b59cf6a8501276c4f2f24e1eb22c3307a3b0d2/python-pod-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-03 14:40:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "python-pod"
}
        
Elapsed time: 0.05315s