forked from cosmicpython/book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlas.json
76 lines (76 loc) · 1.98 KB
/
atlas.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"branch": "master",
"files": [
"cover.html",
"titlepage.html",
"copyright.html",
"toc.html",
"preface.asciidoc",
"introduction.asciidoc",
"part1.asciidoc",
"chapter_01_domain_model.asciidoc",
"chapter_02_repository.asciidoc",
"chapter_03_abstractions.asciidoc",
"chapter_04_service_layer.asciidoc",
"chapter_05_high_gear_low_gear.asciidoc",
"chapter_06_uow.asciidoc",
"chapter_07_aggregate.asciidoc",
"part2.asciidoc",
"chapter_08_events_and_message_bus.asciidoc",
"chapter_09_all_messagebus.asciidoc",
"chapter_10_commands.asciidoc",
"chapter_11_external_events.asciidoc",
"chapter_12_cqrs.asciidoc",
"chapter_13_dependency_injection.asciidoc",
"epilogue_1_how_to_get_there_from_here.asciidoc",
"appendix_ds1_table.asciidoc",
"appendix_project_structure.asciidoc",
"appendix_csvs.asciidoc",
"appendix_django.asciidoc",
"appendix_validation.asciidoc",
"ix.html",
"author_bio.html",
"colo.html"
],
"formats": {
"pdf": {
"version": "web",
"color_count": "4",
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"trim_size": "7inx9.1875in",
"antennahouse_version": "AHFormatterV62_64-MR4"
},
"epub": {
"index": true,
"toc": true,
"epubcheck": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false,
"mathmlreplacement": false
},
"mobi": {
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"downsample_images": false
},
"html": {
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"consolidated": false
}
},
"theme": "oreillymedia/animal_theme_sass",
"title": "Architecture Patterns with Python",
"print_isbn13": "9781492052203",
"lang": "en",
"accent_color": "",
"templating": false
}