textual-riff


Nametextual-riff JSON
Version 0.1 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-10-13 20:34:18
maintainerNone
docs_urlNone
authorFabian Geiger
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # textual riff

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

A terminal music player written in Python using [Textual](https://github.com/textualize/textual/).

## features

- Control the player with previous (p), next (n), and pause (space)
- Play music from a folder of your choice (`riff .`)
- Supports MP3, and OGG audio
- Private, no data is collected by riff

## installation

```console
pip install textual-riff
```

## usage

```console
riff .
```

## known bugs/issues

- `self.current_track` is not set properly when using the next/previous track bindings.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "textual-riff",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Fabian Geiger",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/53/08/4a3c74c07026eb6b26b22ef5f099121f36d5ed756f874d64eb24af683a95/textual_riff-0.1.tar.gz",
    "platform": null,
    "description": "# textual riff\n\n[![PyPI - Version](https://img.shields.io/pypi/v/textual-riff.svg)](https://pypi.org/project/textual-riff)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/textual-riff.svg)](https://pypi.org/project/textual-riff)\n\nA terminal music player written in Python using [Textual](https://github.com/textualize/textual/).\n\n## features\n\n- Control the player with previous (p), next (n), and pause (space)\n- Play music from a folder of your choice (`riff .`)\n- Supports MP3, and OGG audio\n- Private, no data is collected by riff\n\n## installation\n\n```console\npip install textual-riff\n```\n\n## usage\n\n```console\nriff .\n```\n\n## known bugs/issues\n\n- `self.current_track` is not set properly when using the next/previous track bindings.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.1",
    "project_urls": {
        "CI": "https://github.com/fabge/textual-riff/actions",
        "Changelog": "https://github.com/fabge/textual-riff/releases",
        "Homepage": "https://github.com/fabge/textual-riff",
        "Issues": "https://github.com/fabge/textual-riff/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3055e4e30612068d8c152c127dccf6ee92ccff29f7ef02984d8d3721c296396",
                "md5": "7711ea4746da96898115d6213e489f37",
                "sha256": "f1698ad36a0daf1ce2955bf2bc32d393671d0de62362138b3041c72f103f0da0"
            },
            "downloads": -1,
            "filename": "textual_riff-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7711ea4746da96898115d6213e489f37",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5687,
            "upload_time": "2024-10-13T20:34:17",
            "upload_time_iso_8601": "2024-10-13T20:34:17.857250Z",
            "url": "https://files.pythonhosted.org/packages/b3/05/5e4e30612068d8c152c127dccf6ee92ccff29f7ef02984d8d3721c296396/textual_riff-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53084a3c74c07026eb6b26b22ef5f099121f36d5ed756f874d64eb24af683a95",
                "md5": "37f9d747eaacbe0471ade20b0b38f768",
                "sha256": "88ec5fb56b4e17cd8305839cc97e8310c0778a76df54f61672b6e2bb568d1945"
            },
            "downloads": -1,
            "filename": "textual_riff-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "37f9d747eaacbe0471ade20b0b38f768",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 4835,
            "upload_time": "2024-10-13T20:34:18",
            "upload_time_iso_8601": "2024-10-13T20:34:18.672623Z",
            "url": "https://files.pythonhosted.org/packages/53/08/4a3c74c07026eb6b26b22ef5f099121f36d5ed756f874d64eb24af683a95/textual_riff-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-13 20:34:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fabge",
    "github_project": "textual-riff",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "textual-riff"
}
        
Elapsed time: 0.43368s