Metadata-Version: 2.0
Name: gpm-player
Version: 0.1.0
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)
Requires-Dist: requests (>=2.18.4)

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

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

.. 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 git+https://github.com/johejo/gpm-player

Usage
-----

.. code:: bash

    $ gpm-player

Future help

.. code:: bash

    $ gpm-station --help

Tasks
-----

- playlist player
- equalizer
- seek and set time

License
-------

MIT

