metabook.config

Module Contents

Classes

Config

Attributes

config

class metabook.config.Config[source]
ALLOW_SPACE: bool = True
API: str = 'google'
DRYRUN: bool = False
ENGINE: str = 'PyPDF2'
GET_DESCRIPTION: bool = False
HARDCOPY: bool = False
HARDCOPY_FILE: pathlib.Path
LINE_LENGTH: int = 80
LOWERCASE_ONLY: bool = False
MAX_FILEPATH_LENGTH: int = 255
RECURSE: bool = False
SEARCH_PAGES_ISBN: int = 40
SEARCH_PAGES_PUB: int = 5
SKIP_EXISTING: bool = True
TITLE_LEN_MAX: int = 130
TEMPLATE1: jinja2.Template
TEMPLATE2: jinja2.Template
metabook.config.config