Metadata-Version: 2.4
Name: py-mocp
Version: 0.1rc8
Summary: Music On Console python client
Home-page: https://gitlab.com/zen-tools/py-mocp
Author: Dmytro Poltavchenko
Author-email: dmytro.poltavchenko@gmail.com
License: GPL
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: notify2>=0.3
Requires-Dist: dbus-python>=1.2.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# py-mocp

## Description
This Python module implements unix socket client for MOC Player.
Also it containts a simple script to display OSD notifications on track change.

## Usage
mocp-notify.py is a simple python script that shows a popup with the current track for MOC Player.
```
user@localhost:~$ pip3 install py-mocp
user@localhost:~$ mocp-notify.py
```
