mp3monitoring

mp3monitoring.main

mp3monitoring.static_data

Static and important data which is needed by the program and do not need any third party libraries. (this is important because it is used inside the setup.py | do not edit.

mp3monitoring.static_data.AUTHOR = 'Iceflower S'

author

mp3monitoring.static_data.AUTHOR_EMAIL = 'iceflower@gmx.de'

author email

mp3monitoring.static_data.AUTHOR_GITHUB = 'https://github.com/IceflowRE'

author github link

mp3monitoring.static_data.DESCRIPTION = 'Monitors a folder and copies mp3s to another folder.'

short description

mp3monitoring.static_data.LONG_NAME = 'MP3 Monitoring'

long name of this program

mp3monitoring.static_data.NAME = 'mp3monitoring'

name of this program

mp3monitoring.static_data.PROJECT_URL = 'https://github.com/IceflowRE/mp3monitoring'

project url

mp3monitoring.static_data.PYPI_JSON_URL = 'https://pypi.org/pypi/mp3monitoring/json'

url to the pypi json

mp3monitoring.static_data.VERSION = '1.0.0.dev5'

version in PEP440 format

mp3monitoring.tools