Metadata-Version: 1.2
Name: fuo-ytmusic
Version: 0.4.6
Summary: feeluown Youtube Music plugin
Home-page: https://github.com/feeluown/feeluown-ytmusic
Author: Bruce Zhang
Author-email: zttt183525594@gmail.com
License: UNKNOWN
Description: # 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).
        
Platform: UNKNOWN
Requires-Python: >=3.7,<4.0
