Metadata-Version: 2.0
Name: mpd-box
Version: 0.1.1
Summary: MPD-Box start a song in Music Player Daemon by simply scanning a NFC tag.
Home-page: UNKNOWN
Author: Sebastien BARBIER
Author-email: mdp-box@sebastienbarbier.com
License: UNKNOWN
Keywords: MPD MPD-box NFC Music
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Topic :: Multimedia :: Sound/Audio :: Players :: MP3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Requires-Dist: pyramid
Requires-Dist: python-mpd2
Requires-Dist: redis
Requires-Dist: waitress

=======
MPD-Box
=======

MPD-Box start a song in Music Player Daemon by simply scanning a NFC tag.

.. image:: https://readthedocs.org/projects/mpd-box/badge/?version=latest
	:target: http://mpd-box.readthedocs.org/en/latest/?badge=latest
	:alt: Documentation Status

Changelog
=========

0.1.1 (2015-11-14)
------------------

**Initial version**

- Web service to read, access, and edit tags
- Reading tags for Raspberry EXPLORE-NFC
- Logging using RotatingFileHandler
- Config file with ConfigParser
- Run as process, daemon, or service



