Metadata-Version: 2.1
Name: mp3monitoring
Version: 2.0.0rc1
Summary: Monitors a folder and copies mp3s to another folder.
Home-page: https://github.com/IceflowRE/mp3monitoring
Author: Iceflower S
Author-email: iceflower@gmx.de
License: GPLv3
Keywords: mp3 monitoring
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: Qt
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
Requires-Dist: mutagen (>=1.45.1)
Requires-Dist: packaging (>=20.4)
Provides-Extra: dev
Requires-Dist: flake8 (>=3.8.3) ; extra == 'dev'
Requires-Dist: pylint (>=2.6.0) ; extra == 'dev'
Requires-Dist: pyroma (>=2.6) ; extra == 'dev'
Requires-Dist: pytest (>=6.0.1) ; extra == 'dev'
Requires-Dist: pytest-cov (>=2.10.1) ; extra == 'dev'
Requires-Dist: setuptools (>=50.3.0) ; extra == 'dev'
Requires-Dist: Sphinx (>=3.2.1) ; extra == 'dev'
Requires-Dist: sphinx-autodoc-typehints (>=1.11.0) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme (>=0.5.0) ; extra == 'dev'
Requires-Dist: twine (>=3.2.0) ; extra == 'dev'
Requires-Dist: wheel (>=0.35.1) ; extra == 'dev'
Provides-Extra: gui
Requires-Dist: pyside2 (>=5.15.1) ; extra == 'gui'
Requires-Dist: pylnk3 (>=0.4.2) ; extra == 'gui'
Requires-Dist: urllib3[secure] (>=1.25.10) ; extra == 'gui'

**************
MP3 Monitoring
**************
|maintained| |programming language| |license|

|github actions| |readthedocs| |requirements| |codacy|

|pypi|

----

Monitors folders and copies new mp3s to another one.

Find more information in the documentation at `Read the Docs <https://mp3monitoring.readthedocs.io/en/latest/index.html>`__.

----

Web
===

https://github.com/IceflowRE/mp3monitoring

Credits
=======

- Developer
    - `Iceflower S <https://github.com/IceflowRE>`__
        - iceflower@gmx.de

Third Party
-----------

mutagen
    - `Michael Urman <https://github.com/MichaelUrman>`_
    - https://github.com/quodlibet/mutagen
    - `GPL-2.0+ <https://github.com/quodlibet/mutagen/blob/master/COPYING>`__
pyside2
    - `Qt Group <https://www.qt.io/>`_
    - https://www.qt.io/qt-for-python
    - `LGPLv3 <https://www.qt.io/licensing/>`__
urllib3
    - `Andrey Petrov and contributors <https://github.com/shazow/urllib3/blob/master/CONTRIBUTORS.txt>`_
    - https://github.com/shazow/urllib3
    - `MIT <https://github.com/shazow/urllib3/blob/master/LICENSE.txt>`__

License
-------

.. image:: http://www.gnu.org/graphics/gplv3-127x51.png
   :alt: GPLv3
   :align: center

Copyright (C) 2017-present Iceflower S

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program.  If not, see <https://www.gnu.org/licenses/>.

.. Badges.

.. |maintained| image:: https://img.shields.io/badge/maintained-yes-brightgreen.svg

.. |programming language| image:: https://img.shields.io/badge/language-Python_3.8-orange.svg
   :target: https://www.python.org/

.. |license| image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg
   :target: https://www.gnu.org/licenses/gpl-3.0

.. |github actions| image:: https://github.com/IceflowRE/mp3monitoring/workflows/Build/badge.svg
   :target: https://github.com/IceflowRE/mp3monitoring/actions

.. |readthedocs| image:: https://readthedocs.org/projects/mp3monitoring/badge/?version=latest
   :target: https://mp3monitoring.readthedocs.io/en/latest/index.html

.. |pypi| image:: https://img.shields.io/pypi/v/mp3monitoring.svg
   :target: https://pypi.org/project/mp3monitoring/

.. |requirements| image:: https://requires.io/github/IceflowRE/mp3monitoring/requirements.svg?branch=main
   :target: https://requires.io/github/IceflowRE/mp3monitoring/requirements/?branch=main

.. |codacy| image:: https://api.codacy.com/project/badge/Grade/20dca363b104472d982e67c31e89ccea
   :target: https://app.codacy.com/project/IceflowRE/mp3monitoring/dashboard


