Metadata-Version: 2.0
Name: gpm-player
Version: 0.1.2
Summary: Multi platform and text based Google-Play-Music player
Home-page: http://github.com/johejo/gpm-player
Author: Mitsuo Heijo
Author-email: mitsuo_h@outlook.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Classifier: Topic :: Terminals
Requires-Python: >=3.5
Requires-Dist: gmusicapi (>=11.0.0)
Requires-Dist: inputimeout (>=1.0.4)
Requires-Dist: python-vlc (>=3.0.102)

gpm-player
==========

.. image:: https://travis-ci.org/johejo/gpm-player.svg?branch=master
    :target: https://travis-ci.org/johejo/gpm-player

.. image:: https://img.shields.io/pypi/v/gpm-player.svg
    :alt: PyPI
    :target: https://pypi.python.org/pypi/gpm-player

.. image:: https://img.shields.io/github/license/johejo/gpm-player.svg
    :alt: license
    :target: https://raw.githubusercontent.com/johejo/gpm-player/master/LICENSE

.. image:: https://api.codeclimate.com/v1/badges/550950b40ce5680ec112/maintainability
    :target: https://codeclimate.com/github/johejo/gpm-player/maintainability
    :alt: Maintainability


Description
-----------

Multi platform command-line-player of Google Play Music using gmusicapi.

Environment
-----------

Python3 on Windows 10 and POSIX.

Requirements
------------

- VLC (libvlc)

Install
-------

.. code:: bash

    $ pip install -U gpm-player

Usage
-----

station player
~~~~~~~~~~~~~~

.. code:: bash

    $ gpm-station

playlist player
~~~~~~~~~~~~~~~

.. code:: bash

    $ gpm-playlist

Options
~~~~~~~

try execute with --help option

Tasks
-----

- equalizer
- seek and set time

License
-------

MIT

