fuo-ytmusic


Namefuo-ytmusic JSON
Version 0.4.5 PyPI version JSON
download
home_pagehttps://github.com/feeluown/feeluown-ytmusic
Summaryfeeluown Youtube Music plugin
upload_time2024-11-13 18:24:31
maintainerNone
docs_urlNone
authorBruce Zhang
requires_python<4.0,>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # YouTube Music plugin for FeelUOwn player

## Prerequisites

Install [FeelUOwn](https://github.com/feeluown/FeelUOwn) before installing this plugin.
Sees: [Documentation](https://feeluown.readthedocs.io/)

## Installation

```shell
pip install fuo-ytmusic  # Lastest stable release
pip install https://github.com/feeluown/feeluown-ytmusic.git  # master branch
poetry install  # Local development
```

## Configuration

### Proxies

```python
# In ~/.fuorc
config.deffield('YTM_HTTP_PROXY', type_=str, default='', desc='YouTube Music 代理设置')
config.YTM_HTTP_PROXY='127.0.0.1:10809'
```

## Contributing

Pull requests are welcome. For major changes, please create a new issue first to discuss what you'd like to change.

Please make sure to compatible with [FeelUOwn](https://github.com/feeluown/FeelUOwn) lastest stable release.

## License

This project is licensed under the [GPLv3](LICENSE.txt).
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/feeluown/feeluown-ytmusic",
    "name": "fuo-ytmusic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Bruce Zhang",
    "author_email": "zttt183525594@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fa/75/53b6ac85409c6639c30897eea680b9615cb0d793e5ceb8a768891ec39faa/fuo-ytmusic-0.4.5.tar.gz",
    "platform": null,
    "description": "# YouTube Music plugin for FeelUOwn player\n\n## Prerequisites\n\nInstall [FeelUOwn](https://github.com/feeluown/FeelUOwn) before installing this plugin.\nSees: [Documentation](https://feeluown.readthedocs.io/)\n\n## Installation\n\n```shell\npip install fuo-ytmusic  # Lastest stable release\npip install https://github.com/feeluown/feeluown-ytmusic.git  # master branch\npoetry install  # Local development\n```\n\n## Configuration\n\n### Proxies\n\n```python\n# In ~/.fuorc\nconfig.deffield('YTM_HTTP_PROXY', type_=str, default='', desc='YouTube Music \u4ee3\u7406\u8bbe\u7f6e')\nconfig.YTM_HTTP_PROXY='127.0.0.1:10809'\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please create a new issue first to discuss what you'd like to change.\n\nPlease make sure to compatible with [FeelUOwn](https://github.com/feeluown/FeelUOwn) lastest stable release.\n\n## License\n\nThis project is licensed under the [GPLv3](LICENSE.txt).",
    "bugtrack_url": null,
    "license": null,
    "summary": "feeluown Youtube Music plugin",
    "version": "0.4.5",
    "project_urls": {
        "Homepage": "https://github.com/feeluown/feeluown-ytmusic"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa7553b6ac85409c6639c30897eea680b9615cb0d793e5ceb8a768891ec39faa",
                "md5": "2bd5b227a63a646bc290b75e9c48497a",
                "sha256": "e45f7bebbb6a0e7b8f2d3599cf6b7e90ee50f341312cd9e7e382a1ee00a4bda4"
            },
            "downloads": -1,
            "filename": "fuo-ytmusic-0.4.5.tar.gz",
            "has_sig": false,
            "md5_digest": "2bd5b227a63a646bc290b75e9c48497a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 47893,
            "upload_time": "2024-11-13T18:24:31",
            "upload_time_iso_8601": "2024-11-13T18:24:31.237857Z",
            "url": "https://files.pythonhosted.org/packages/fa/75/53b6ac85409c6639c30897eea680b9615cb0d793e5ceb8a768891ec39faa/fuo-ytmusic-0.4.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 18:24:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "feeluown",
    "github_project": "feeluown-ytmusic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fuo-ytmusic"
}
        
Elapsed time: 0.44212s