seriesmarker.util.config module

This module provides general information about SeriesMarker.

The information is used in the application itself at runtime, as well as in the distribution process.

Note

This configuration file is not meant to be edited by the end-user.

application_author = 'toroettg'

The application’s author.

application_author_email = 'toroettg@gmail.com'

The author’s contact information.

application_author_name = 'Tobias Roettger'

The author’s name.

application_dependencies = ['pytvdbapi', 'PySide', 'appdirs', 'SQLAlchemy']

The required dependencies of the application.

application_description = 'A TV series browser and tracker application.'

A short description of the application.

application_license = 'GNU GPLv3'

The license, under which the application is distributed.

application_name = 'SeriesMarker'

The application’s name.

application_url = 'https://toroettg.github.io/SeriesMarker'

The project-website of the application.

application_version = '0.1.0'

The current version of the application.

dirs = <appdirs.AppDirs object>

Defines platform-independent directories, used by the application.

loglevel = 20

The default log level (=INFO) of the application.