MCPcopy Create free account
hub / github.com/codr7/hacktical-c / BuildConfig

Class BuildConfig

epub/build_ebook.py:18–28  ·  view source on GitHub ↗

the collection of cli options used to configure this build

Source from the content-addressed store, hash-verified

16
17@dataclasses.dataclass
18class BuildConfig:
19 """
20 the collection of cli options used to configure this build
21 """
22 output_dir: pathlib.Path
23 output_int_dir: pathlib.Path
24 output_epub_path: pathlib.Path
25 epub_metadata_path: pathlib.Path
26 css_path: pathlib.Path
27 chapters_data_json: pathlib.Path
28 chapters_root: pathlib.Path
29
30@dataclasses.dataclass
31class ChapterData:

Callers 1

parse_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected