pyrekordbox 0.2.0__py3-none-any.whl → 0.2.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. docs/Makefile +20 -0
  2. docs/make.bat +35 -0
  3. docs/source/_static/images/anlz_beat.svg +53 -0
  4. docs/source/_static/images/anlz_file.svg +204 -0
  5. docs/source/_static/images/anlz_pco2.svg +138 -0
  6. docs/source/_static/images/anlz_pcob.svg +148 -0
  7. docs/source/_static/images/anlz_pcp2.svg +398 -0
  8. docs/source/_static/images/anlz_pcpt.svg +263 -0
  9. docs/source/_static/images/anlz_ppth.svg +123 -0
  10. docs/source/_static/images/anlz_pqt2.svg +324 -0
  11. docs/source/_static/images/anlz_pqt2_2.svg +253 -0
  12. docs/source/_static/images/anlz_pqtz.svg +140 -0
  13. docs/source/_static/images/anlz_pssi.svg +192 -0
  14. docs/source/_static/images/anlz_pssi_entry.svg +191 -0
  15. docs/source/_static/images/anlz_pvbr.svg +125 -0
  16. docs/source/_static/images/anlz_pwav.svg +130 -0
  17. docs/source/_static/images/anlz_pwv3.svg +139 -0
  18. docs/source/_static/images/anlz_pwv4.svg +139 -0
  19. docs/source/_static/images/anlz_pwv5.svg +139 -0
  20. docs/source/_static/images/anlz_pwv5_entry.svg +100 -0
  21. docs/source/_static/images/anlz_pwv6.svg +130 -0
  22. docs/source/_static/images/anlz_pwv7.svg +139 -0
  23. docs/source/_static/images/anlz_pwvc.svg +125 -0
  24. docs/source/_static/images/anlz_tag.svg +110 -0
  25. docs/source/_static/logos/dark/logo_primary.svg +75 -0
  26. docs/source/_static/logos/light/logo_primary.svg +75 -0
  27. docs/source/_static/logos/mid/logo_primary.svg +75 -0
  28. docs/source/_templates/apidoc/module.rst_t +8 -0
  29. docs/source/_templates/apidoc/package.rst_t +57 -0
  30. docs/source/_templates/apidoc/toc.rst_t +7 -0
  31. docs/source/_templates/autosummary/class.rst +32 -0
  32. docs/source/_templates/autosummary/module.rst +55 -0
  33. docs/source/api.md +18 -0
  34. docs/source/conf.py +178 -0
  35. docs/source/development/changes.md +3 -0
  36. docs/source/development/contributing.md +3 -0
  37. docs/source/formats/anlz.md +634 -0
  38. docs/source/formats/db6.md +1233 -0
  39. docs/source/formats/mysetting.md +392 -0
  40. docs/source/formats/xml.md +376 -0
  41. docs/source/index.md +105 -0
  42. docs/source/installation.md +3 -0
  43. docs/source/quickstart.md +185 -0
  44. docs/source/requirements.txt +7 -0
  45. docs/source/tutorial/anlz.md +7 -0
  46. docs/source/tutorial/configuration.md +66 -0
  47. docs/source/tutorial/db6.md +179 -0
  48. docs/source/tutorial/index.md +20 -0
  49. docs/source/tutorial/mysetting.md +124 -0
  50. docs/source/tutorial/xml.md +140 -0
  51. pyrekordbox/__init__.py +1 -1
  52. pyrekordbox/__main__.py +16 -37
  53. pyrekordbox/_version.py +2 -2
  54. pyrekordbox/anlz/file.py +39 -0
  55. pyrekordbox/anlz/structs.py +3 -5
  56. pyrekordbox/config.py +71 -27
  57. pyrekordbox/db6/database.py +290 -61
  58. pyrekordbox/db6/registry.py +24 -0
  59. pyrekordbox/db6/tables.py +501 -340
  60. pyrekordbox/mysettings/file.py +0 -25
  61. pyrekordbox/utils.py +1 -1
  62. {pyrekordbox-0.2.0.dist-info → pyrekordbox-0.2.2.dist-info}/METADATA +42 -20
  63. pyrekordbox-0.2.2.dist-info/RECORD +80 -0
  64. {pyrekordbox-0.2.0.dist-info → pyrekordbox-0.2.2.dist-info}/top_level.txt +1 -0
  65. tests/test_config.py +175 -0
  66. tests/test_db6.py +95 -0
  67. pyrekordbox-0.2.0.dist-info/RECORD +0 -29
  68. {pyrekordbox-0.2.0.dist-info → pyrekordbox-0.2.2.dist-info}/LICENSE +0 -0
  69. {pyrekordbox-0.2.0.dist-info → pyrekordbox-0.2.2.dist-info}/WHEEL +0 -0
@@ -0,0 +1,125 @@
1
+ <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
2
+ xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="681" height="146"
3
+ viewBox="0 0 681 146">
4
+ <text x="60" y="8" font-family="Courier New, monospace" font-size="11"
5
+ dominant-baseline="middle" text-anchor="middle">0
6
+ </text>
7
+ <text x="100" y="8" font-family="Courier New, monospace" font-size="11"
8
+ dominant-baseline="middle" text-anchor="middle">1
9
+ </text>
10
+ <text x="140" y="8" font-family="Courier New, monospace" font-size="11"
11
+ dominant-baseline="middle" text-anchor="middle">2
12
+ </text>
13
+ <text x="180" y="8" font-family="Courier New, monospace" font-size="11"
14
+ dominant-baseline="middle" text-anchor="middle">3
15
+ </text>
16
+ <text x="220" y="8" font-family="Courier New, monospace" font-size="11"
17
+ dominant-baseline="middle" text-anchor="middle">4
18
+ </text>
19
+ <text x="260" y="8" font-family="Courier New, monospace" font-size="11"
20
+ dominant-baseline="middle" text-anchor="middle">5
21
+ </text>
22
+ <text x="300" y="8" font-family="Courier New, monospace" font-size="11"
23
+ dominant-baseline="middle" text-anchor="middle">6
24
+ </text>
25
+ <text x="340" y="8" font-family="Courier New, monospace" font-size="11"
26
+ dominant-baseline="middle" text-anchor="middle">7
27
+ </text>
28
+ <text x="380" y="8" font-family="Courier New, monospace" font-size="11"
29
+ dominant-baseline="middle" text-anchor="middle">8
30
+ </text>
31
+ <text x="420" y="8" font-family="Courier New, monospace" font-size="11"
32
+ dominant-baseline="middle" text-anchor="middle">9
33
+ </text>
34
+ <text x="460" y="8" font-family="Courier New, monospace" font-size="11"
35
+ dominant-baseline="middle" text-anchor="middle">a
36
+ </text>
37
+ <text x="500" y="8" font-family="Courier New, monospace" font-size="11"
38
+ dominant-baseline="middle" text-anchor="middle">b
39
+ </text>
40
+ <text x="540" y="8" font-family="Courier New, monospace" font-size="11"
41
+ dominant-baseline="middle" text-anchor="middle">c
42
+ </text>
43
+ <text x="580" y="8" font-family="Courier New, monospace" font-size="11"
44
+ dominant-baseline="middle" text-anchor="middle">d
45
+ </text>
46
+ <text x="620" y="8" font-family="Courier New, monospace" font-size="11"
47
+ dominant-baseline="middle" text-anchor="middle">e
48
+ </text>
49
+ <text x="660" y="8" font-family="Courier New, monospace" font-size="11"
50
+ dominant-baseline="middle" text-anchor="middle">f
51
+ </text>
52
+ <rect x="40" y="15" height="30" width="160" fill="#ffffa0"></rect>
53
+ <line x1="40" y1="15" x2="200" y2="15" stroke="#000000" stroke-width="1"/>
54
+ <line x1="40" y1="45" x2="200" y2="45" stroke="#000000" stroke-width="1"/>
55
+ <line x1="200" y1="15" x2="200" y2="45" stroke="#000000" stroke-width="1"/>
56
+ <line x1="40" y1="15" x2="40" y2="45" stroke="#000000" stroke-width="1"/>
57
+ <text font-size="18" font-family="Courier New, monospace" x="120" y="31"
58
+ text-anchor="middle" dominant-baseline="middle">PWVC
59
+ </text>
60
+ <rect x="200" y="15" height="30" width="160" fill="#ffffa0"></rect>
61
+ <line x1="200" y1="15" x2="360" y2="15" stroke="#000000" stroke-width="1"/>
62
+ <line x1="200" y1="45" x2="360" y2="45" stroke="#000000" stroke-width="1"/>
63
+ <line x1="360" y1="15" x2="360" y2="45" stroke="#000000" stroke-width="1"/>
64
+ <line x1="200" y1="15" x2="200" y2="45" stroke="#000000" stroke-width="1"/>
65
+ <text font-size="18" font-family="Palatino, Georgia, Times New Roman, serif"
66
+ font-style="italic" x="280" y="31" text-anchor="middle"
67
+ dominant-baseline="middle">len_header
68
+ </text>
69
+ <rect x="360" y="15" height="30" width="160" fill="#ffffa0"></rect>
70
+ <line x1="360" y1="15" x2="520" y2="15" stroke="#000000" stroke-width="1"/>
71
+ <line x1="360" y1="45" x2="520" y2="45" stroke="#000000" stroke-width="1"/>
72
+ <line x1="520" y1="15" x2="520" y2="45" stroke="#000000" stroke-width="1"/>
73
+ <line x1="360" y1="15" x2="360" y2="45" stroke="#000000" stroke-width="1"/>
74
+ <text font-size="18" font-family="Palatino, Georgia, Times New Roman, serif"
75
+ font-style="italic" x="440" y="31" text-anchor="middle"
76
+ dominant-baseline="middle">len_tag
77
+ </text>
78
+ <rect x="520" y="15" height="30" width="80" fill="#ffffa0"></rect>
79
+ <line x1="520" y1="15" x2="680" y2="15" stroke="#000000" stroke-width="1"/>
80
+ <line x1="520" y1="45" x2="600" y2="45" stroke="#000000" stroke-width="1"/>
81
+ <line x1="600" y1="15" x2="600" y2="45" stroke="#000000" stroke-width="1"/>
82
+ <line x1="680" y1="15" x2="680" y2="45" stroke="#000000" stroke-width="1"/>
83
+ <line x1="520" y1="15" x2="520" y2="45" stroke="#000000" stroke-width="1"/>
84
+ <text font-size="18" font-family="Palatino, Georgia, Times New Roman, serif"
85
+ font-style="italic" x="560" y="31" text-anchor="middle"
86
+ dominant-baseline="middle">unk
87
+ </text>
88
+ <text font-size="11" font-family="Courier New, monospace" font-style="normal"
89
+ dominant-baseline="middle" x="35" y="30" text-anchor="end">00
90
+ </text>
91
+ <text font-size="11" font-family="Courier New, monospace" font-style="normal"
92
+ dominant-baseline="middle" x="35" y="60" text-anchor="end">10
93
+ </text>
94
+
95
+ <line x1="40" y1="45" x2="200" y2="45" stroke="#000000" stroke-width="1"/>
96
+ <line x1="40" y1="45" x2="40" y2="75" stroke="#000000" stroke-width="1"/>
97
+
98
+ <line x1="200" y1="45" x2="600" y2="45" stroke="#000000" stroke-width="1"/>
99
+ <line x1="680" y1="45" x2="680" y2="75" stroke="#000000" stroke-width="1"/>
100
+ <text font-size="18" font-family="Palatino, Georgia, Times New Roman, serif"
101
+ font-style="italic" x="360" y="61" text-anchor="middle"
102
+ dominant-baseline="middle">entries
103
+ </text>
104
+ <text font-size="11" font-family="Courier New, monospace" font-style="normal"
105
+ dominant-baseline="middle" x="35" y="90" text-anchor="end">20
106
+ </text>
107
+ <line x1="40" y1="75" x2="40" y2="90" stroke="#000000" stroke-width="1"/>
108
+ <line x1="680" y1="75" x2="680" y2="90" stroke="#000000" stroke-width="1"/>
109
+ <line stroke-dasharray="1,1" x1="40" y1="90" x2="680" y2="120" stroke="#000000"
110
+ stroke-width="1"/>
111
+ <line x1="680" y1="75" x2="680" y2="120" stroke="#000000" stroke-width="1"/>
112
+ <line stroke-dasharray="1,1" x1="40" y1="100" x2="680" y2="130" stroke="#000000"
113
+ stroke-width="1"/>
114
+ <line x1="40" y1="100" x2="40" y2="130" stroke="#000000" stroke-width="1"/>
115
+ <line x1="40" y1="130" x2="40" y2="145" stroke="#000000" stroke-width="1"/>
116
+ <line x1="680" y1="130" x2="680" y2="145" stroke="#000000" stroke-width="1"/>
117
+ <text font-size="11" font-family="Palatino, Georgia, Times New Roman, serif"
118
+ font-style="italic" dominant-baseline="middle" x="35" y="160"
119
+ text-anchor="end">i+
120
+ <tspan font-size="11" font-family="Courier New, monospace" font-style="normal"
121
+ dominant-baseline="middle">00
122
+ </tspan>
123
+ </text>
124
+ <line x1="40" y1="145" x2="680" y2="145" stroke="#000000" stroke-width="1"/>
125
+ </svg>
@@ -0,0 +1,110 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="681" height="146"
2
+ viewBox="0 0 681 146">
3
+ <text x="60" y="8" font-family="Courier New, monospace" font-size="11"
4
+ dominant-baseline="middle" text-anchor="middle">0
5
+ </text>
6
+ <text x="100" y="8" font-family="Courier New, monospace" font-size="11"
7
+ dominant-baseline="middle" text-anchor="middle">1
8
+ </text>
9
+ <text x="140" y="8" font-family="Courier New, monospace" font-size="11"
10
+ dominant-baseline="middle" text-anchor="middle">2
11
+ </text>
12
+ <text x="180" y="8" font-family="Courier New, monospace" font-size="11"
13
+ dominant-baseline="middle" text-anchor="middle">3
14
+ </text>
15
+ <text x="220" y="8" font-family="Courier New, monospace" font-size="11"
16
+ dominant-baseline="middle" text-anchor="middle">4
17
+ </text>
18
+ <text x="260" y="8" font-family="Courier New, monospace" font-size="11"
19
+ dominant-baseline="middle" text-anchor="middle">5
20
+ </text>
21
+ <text x="300" y="8" font-family="Courier New, monospace" font-size="11"
22
+ dominant-baseline="middle" text-anchor="middle">6
23
+ </text>
24
+ <text x="340" y="8" font-family="Courier New, monospace" font-size="11"
25
+ dominant-baseline="middle" text-anchor="middle">7
26
+ </text>
27
+ <text x="380" y="8" font-family="Courier New, monospace" font-size="11"
28
+ dominant-baseline="middle" text-anchor="middle">8
29
+ </text>
30
+ <text x="420" y="8" font-family="Courier New, monospace" font-size="11"
31
+ dominant-baseline="middle" text-anchor="middle">9
32
+ </text>
33
+ <text x="460" y="8" font-family="Courier New, monospace" font-size="11"
34
+ dominant-baseline="middle" text-anchor="middle">a
35
+ </text>
36
+ <text x="500" y="8" font-family="Courier New, monospace" font-size="11"
37
+ dominant-baseline="middle" text-anchor="middle">b
38
+ </text>
39
+ <text x="540" y="8" font-family="Courier New, monospace" font-size="11"
40
+ dominant-baseline="middle" text-anchor="middle">c
41
+ </text>
42
+ <text x="580" y="8" font-family="Courier New, monospace" font-size="11"
43
+ dominant-baseline="middle" text-anchor="middle">d
44
+ </text>
45
+ <text x="620" y="8" font-family="Courier New, monospace" font-size="11"
46
+ dominant-baseline="middle" text-anchor="middle">e
47
+ </text>
48
+ <text x="660" y="8" font-family="Courier New, monospace" font-size="11"
49
+ dominant-baseline="middle" text-anchor="middle">f
50
+ </text>
51
+ <line x1="40" y1="15" x2="200" y2="15" stroke="#000000" stroke-width="1"/>
52
+ <line x1="40" y1="45" x2="200" y2="45" stroke="#000000" stroke-width="1"/>
53
+ <line x1="200" y1="15" x2="200" y2="45" stroke="#000000" stroke-width="1"/>
54
+ <line x1="40" y1="15" x2="40" y2="45" stroke="#000000" stroke-width="1"/>
55
+ <text font-size="18" font-family="Palatino, Georgia, Times New Roman, serif"
56
+ font-style="italic" x="120" y="31" text-anchor="middle"
57
+ dominant-baseline="middle">fourcc
58
+ </text>
59
+ <line x1="200" y1="15" x2="360" y2="15" stroke="#000000" stroke-width="1"/>
60
+ <line x1="200" y1="45" x2="360" y2="45" stroke="#000000" stroke-width="1"/>
61
+ <line x1="360" y1="15" x2="360" y2="45" stroke="#000000" stroke-width="1"/>
62
+ <line x1="200" y1="15" x2="200" y2="45" stroke="#000000" stroke-width="1"/>
63
+ <text font-size="18" font-family="Palatino, Georgia, Times New Roman, serif"
64
+ font-style="italic" x="280" y="31" text-anchor="middle"
65
+ dominant-baseline="middle">len_header
66
+ </text>
67
+ <line x1="360" y1="15" x2="520" y2="15" stroke="#000000" stroke-width="1"/>
68
+ <line x1="360" y1="45" x2="520" y2="45" stroke="#000000" stroke-width="1"/>
69
+ <line x1="520" y1="15" x2="520" y2="45" stroke="#000000" stroke-width="1"/>
70
+ <line x1="360" y1="15" x2="360" y2="45" stroke="#000000" stroke-width="1"/>
71
+ <text font-size="18" font-family="Palatino, Georgia, Times New Roman, serif"
72
+ font-style="italic" x="440" y="31" text-anchor="middle"
73
+ dominant-baseline="middle">len_tag
74
+ </text>
75
+ <line x1="520" y1="15" x2="680" y2="15" stroke="#000000" stroke-width="1"/>
76
+ <line x1="680" y1="15" x2="680" y2="45" stroke="#000000" stroke-width="1"/>
77
+ <line x1="520" y1="15" x2="520" y2="45" stroke="#000000" stroke-width="1"/>
78
+ <text font-size="11" font-family="Courier New, monospace"
79
+ dominant-baseline="middle" x="35" y="30" text-anchor="end">00
80
+ </text>
81
+ <text font-size="11" font-family="Courier New, monospace"
82
+ dominant-baseline="middle" x="35" y="60" text-anchor="end">10
83
+ </text>
84
+ <line x1="680" y1="45" x2="680" y2="75" stroke="#000000" stroke-width="1"/>
85
+ <line x1="40" y1="45" x2="40" y2="75" stroke="#000000" stroke-width="1"/>
86
+ <text font-size="18" font-family="Palatino, Georgia, Times New Roman, serif" x="360"
87
+ y="61" text-anchor="middle" dominant-baseline="middle">Tag-specific content
88
+ </text>
89
+ <text font-size="11" font-family="Courier New, monospace"
90
+ dominant-baseline="middle" x="35" y="90" text-anchor="end">20
91
+ </text>
92
+ <line x1="40" y1="75" x2="40" y2="90" stroke="#000000" stroke-width="1"/>
93
+ <line x1="680" y1="75" x2="680" y2="90" stroke="#000000" stroke-width="1"/>
94
+ <line stroke-dasharray="1,1" x1="40" y1="90" x2="680" y2="120" stroke="#000000"
95
+ stroke-width="1"/>
96
+ <line x1="680" y1="75" x2="680" y2="120" stroke="#000000" stroke-width="1"/>
97
+ <line stroke-dasharray="1,1" x1="40" y1="100" x2="680" y2="130" stroke="#000000"
98
+ stroke-width="1"/>
99
+ <line x1="40" y1="100" x2="40" y2="130" stroke="#000000" stroke-width="1"/>
100
+ <line x1="40" y1="130" x2="40" y2="145" stroke="#000000" stroke-width="1"/>
101
+ <line x1="680" y1="130" x2="680" y2="145" stroke="#000000" stroke-width="1"/>
102
+ <text font-size="11" font-family="Palatino, Georgia, Times New Roman, serif"
103
+ font-style="italic" dominant-baseline="middle" x="35" y="160"
104
+ text-anchor="end">i+
105
+ <tspan font-size="11" font-family="Courier New, monospace"
106
+ dominant-baseline="middle">00
107
+ </tspan>
108
+ </text>
109
+ <line x1="40" y1="145" x2="680" y2="145" stroke="#000000" stroke-width="1"/>
110
+ </svg>
@@ -0,0 +1,75 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="640"
13
+ height="120"
14
+ viewBox="0 0 169.33333 31.75"
15
+ version="1.1"
16
+ id="svg8"
17
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
18
+ sodipodi:docname="logo_full_dark.svg">
19
+ <defs
20
+ id="defs2" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="1.979899"
29
+ inkscape:cx="280.83975"
30
+ inkscape:cy="114.14305"
31
+ inkscape:document-units="mm"
32
+ inkscape:current-layer="layer1"
33
+ showgrid="false"
34
+ units="px"
35
+ inkscape:window-width="2560"
36
+ inkscape:window-height="1361"
37
+ inkscape:window-x="2551"
38
+ inkscape:window-y="-9"
39
+ inkscape:window-maximized="1" />
40
+ <metadata
41
+ id="metadata5">
42
+ <rdf:RDF>
43
+ <cc:Work
44
+ rdf:about="">
45
+ <dc:format>image/svg+xml</dc:format>
46
+ <dc:type
47
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+ <dc:title></dc:title>
49
+ </cc:Work>
50
+ </rdf:RDF>
51
+ </metadata>
52
+ <g
53
+ inkscape:label="Layer 1"
54
+ inkscape:groupmode="layer"
55
+ id="layer1"
56
+ transform="translate(0,-265.24999)">
57
+ <text
58
+ xml:space="preserve"
59
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:22.57777786px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:justify;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none"
60
+ x="3.3408701"
61
+ y="287.43097"
62
+ id="text817"><tspan
63
+ sodipodi:role="line"
64
+ id="tspan815"
65
+ x="3.3408701"
66
+ y="287.43097"
67
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:22.57777786px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:justify;writing-mode:lr-tb;text-anchor:start;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none"><tspan
68
+ style="fill:#424242;fill-opacity:1"
69
+ id="tspan2508">Pyrekor</tspan><tspan
70
+ style="fill:#dc0842;fill-opacity:1"
71
+ id="tspan819">db</tspan><tspan
72
+ style="fill:#424242;fill-opacity:1"
73
+ id="tspan2510">ox</tspan></tspan></text>
74
+ </g>
75
+ </svg>
@@ -0,0 +1,75 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="640"
13
+ height="120"
14
+ viewBox="0 0 169.33333 31.75"
15
+ version="1.1"
16
+ id="svg8"
17
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
18
+ sodipodi:docname="logo_full_light.svg">
19
+ <defs
20
+ id="defs2" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="1.979899"
29
+ inkscape:cx="280.83975"
30
+ inkscape:cy="114.14305"
31
+ inkscape:document-units="mm"
32
+ inkscape:current-layer="layer1"
33
+ showgrid="false"
34
+ units="px"
35
+ inkscape:window-width="2560"
36
+ inkscape:window-height="1361"
37
+ inkscape:window-x="2551"
38
+ inkscape:window-y="-9"
39
+ inkscape:window-maximized="1" />
40
+ <metadata
41
+ id="metadata5">
42
+ <rdf:RDF>
43
+ <cc:Work
44
+ rdf:about="">
45
+ <dc:format>image/svg+xml</dc:format>
46
+ <dc:type
47
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+ <dc:title></dc:title>
49
+ </cc:Work>
50
+ </rdf:RDF>
51
+ </metadata>
52
+ <g
53
+ inkscape:label="Layer 1"
54
+ inkscape:groupmode="layer"
55
+ id="layer1"
56
+ transform="translate(0,-265.24999)">
57
+ <text
58
+ xml:space="preserve"
59
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:22.57777786px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:justify;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none"
60
+ x="3.3408701"
61
+ y="287.43097"
62
+ id="text817"><tspan
63
+ sodipodi:role="line"
64
+ id="tspan815"
65
+ x="3.3408701"
66
+ y="287.43097"
67
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:22.57777786px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:justify;writing-mode:lr-tb;text-anchor:start;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none"><tspan
68
+ style="fill:#bfbfbf;fill-opacity:1"
69
+ id="tspan2508">Pyrekor</tspan><tspan
70
+ style="fill:#dc0842;fill-opacity:1"
71
+ id="tspan819">db</tspan><tspan
72
+ style="fill:#bfbfbf;fill-opacity:1"
73
+ id="tspan2510">ox</tspan></tspan></text>
74
+ </g>
75
+ </svg>
@@ -0,0 +1,75 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="640"
13
+ height="120"
14
+ viewBox="0 0 169.33333 31.75"
15
+ version="1.1"
16
+ id="svg8"
17
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
18
+ sodipodi:docname="logo_full_mid.svg">
19
+ <defs
20
+ id="defs2" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="1.979899"
29
+ inkscape:cx="280.83975"
30
+ inkscape:cy="114.14305"
31
+ inkscape:document-units="mm"
32
+ inkscape:current-layer="layer1"
33
+ showgrid="false"
34
+ units="px"
35
+ inkscape:window-width="2560"
36
+ inkscape:window-height="1361"
37
+ inkscape:window-x="2551"
38
+ inkscape:window-y="-9"
39
+ inkscape:window-maximized="1" />
40
+ <metadata
41
+ id="metadata5">
42
+ <rdf:RDF>
43
+ <cc:Work
44
+ rdf:about="">
45
+ <dc:format>image/svg+xml</dc:format>
46
+ <dc:type
47
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48
+ <dc:title></dc:title>
49
+ </cc:Work>
50
+ </rdf:RDF>
51
+ </metadata>
52
+ <g
53
+ inkscape:label="Layer 1"
54
+ inkscape:groupmode="layer"
55
+ id="layer1"
56
+ transform="translate(0,-265.24999)">
57
+ <text
58
+ xml:space="preserve"
59
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:22.57777786px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:justify;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none"
60
+ x="3.3408701"
61
+ y="287.43097"
62
+ id="text817"><tspan
63
+ sodipodi:role="line"
64
+ id="tspan815"
65
+ x="3.3408701"
66
+ y="287.43097"
67
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:22.57777786px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:justify;writing-mode:lr-tb;text-anchor:start;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none"><tspan
68
+ style="fill:#7e7e7e;fill-opacity:1"
69
+ id="tspan2508">Pyrekor</tspan><tspan
70
+ style="fill:#dc0842;fill-opacity:1"
71
+ id="tspan819">db</tspan><tspan
72
+ style="fill:#7e7e7e;fill-opacity:1"
73
+ id="tspan2510">ox</tspan></tspan></text>
74
+ </g>
75
+ </svg>
@@ -0,0 +1,8 @@
1
+ {%- if show_headings %}
2
+ {{- [basename] | join(' ') | e | heading }}
3
+ {% endif -%}
4
+
5
+ .. automodule:: {{ qualname }}
6
+ {%- for option in automodule_options %}
7
+ :{{ option }}:
8
+ {%- endfor %}
@@ -0,0 +1,57 @@
1
+ {%- macro automodule(modname, options) -%}
2
+ .. automodule:: {{ modname }}
3
+ {%- for option in options %}
4
+ :{{ option }}:
5
+ {%- endfor %}
6
+ {%- endmacro %}
7
+
8
+ {%- macro toctree(docnames) -%}
9
+ .. toctree::
10
+ :maxdepth: {{ maxdepth }}
11
+ {% for docname in docnames %}
12
+ {{ docname }}
13
+ {%- endfor %}
14
+ {%- endmacro %}
15
+
16
+ {%- if is_namespace %}
17
+ {{- [pkgname, "namespace"] | join(" ") | e | heading }}
18
+ {% else %}
19
+ {{- [pkgname, "package"] | join(" ") | e | heading }}
20
+ {% endif %}
21
+
22
+ {%- if is_namespace %}
23
+ .. py:module:: {{ pkgname }}
24
+ {% endif %}
25
+
26
+ {%- if modulefirst and not is_namespace %}
27
+ {{ automodule(pkgname, automodule_options) }}
28
+ {% endif %}
29
+
30
+ {%- if subpackages %}
31
+ Subpackages
32
+ -----------
33
+
34
+ {{ toctree(subpackages) }}
35
+ {% endif %}
36
+
37
+ {%- if submodules %}
38
+ Submodules
39
+ ----------
40
+ {% if separatemodules %}
41
+ {{ toctree(submodules) }}
42
+ {% else %}
43
+ {%- for submodule in submodules %}
44
+ {% if show_headings %}
45
+ {{- [submodule, "module"] | join(" ") | e | heading(2) }}
46
+ {% endif %}
47
+ {{ automodule(submodule, automodule_options) }}
48
+ {% endfor %}
49
+ {%- endif %}
50
+ {%- endif %}
51
+
52
+ {%- if not modulefirst and not is_namespace %}
53
+ Module contents
54
+ ---------------
55
+
56
+ {{ automodule(pkgname, automodule_options) }}
57
+ {% endif %}
@@ -0,0 +1,7 @@
1
+ {{ header | heading }}
2
+
3
+ .. toctree::
4
+ :maxdepth: {{ maxdepth }}
5
+ {% for docname in docnames %}
6
+ {{ docname }}
7
+ {%- endfor %}
@@ -0,0 +1,32 @@
1
+ {{ fullname | escape | underline}}
2
+
3
+ .. currentmodule:: {{ module }}
4
+
5
+ .. autoclass:: {{ objname }}
6
+
7
+ {% block methods %}
8
+ .. automethod:: __init__
9
+ :noindex:
10
+
11
+ {% if methods %}
12
+ .. rubric:: Methods
13
+
14
+ .. autosummary::
15
+ :toctree:
16
+ {% for item in methods %}
17
+ ~{{ name }}.{{ item }}
18
+ {%- endfor %}
19
+ {% endif %}
20
+ {% endblock %}
21
+
22
+ {% block attributes %}
23
+ {% if attributes %}
24
+ .. rubric:: Attributes
25
+
26
+ .. autosummary::
27
+ :toctree:
28
+ {% for item in attributes %}
29
+ ~{{ name }}.{{ item }}
30
+ {%- endfor %}
31
+ {% endif %}
32
+ {% endblock %}
@@ -0,0 +1,55 @@
1
+ {{ fullname }}
2
+ {{ underline }}
3
+
4
+ .. module:: {{fullname}}
5
+
6
+ .. automodule:: {{ fullname }}
7
+ :noindex:
8
+
9
+ API
10
+ ---
11
+
12
+ .. {% if classes %}
13
+ .. .. inheritance-diagram:: {{ fullname }}
14
+ .. :parts: 1
15
+
16
+ {% endif %}
17
+
18
+ {% block functions %}
19
+ {% if functions or methods %}
20
+ .. rubric:: Functions
21
+
22
+ .. autosummary::
23
+ :toctree:
24
+ {% for item in functions %}
25
+ {{ item }}
26
+ {%- endfor %}
27
+ {% for item in methods %}
28
+ {{ item }}
29
+ {%- endfor %}
30
+ {% endif %}
31
+ {% endblock %}
32
+
33
+ {% block classes %}
34
+ {% if classes %}
35
+ .. rubric:: Classes
36
+
37
+ .. autosummary::
38
+ :toctree:
39
+ {% for item in classes %}
40
+ {{ item }}
41
+ {%- endfor %}
42
+ {% endif %}
43
+ {% endblock %}
44
+
45
+ {% block exceptions %}
46
+ {% if exceptions %}
47
+ .. rubric:: Exceptions
48
+
49
+ .. autosummary::
50
+ :toctree:
51
+ {% for item in classes %}
52
+ {{ item }}
53
+ {%- endfor %}
54
+ {% endif %}
55
+ {% endblock %}
docs/source/api.md ADDED
@@ -0,0 +1,18 @@
1
+ ## API Reference
2
+
3
+
4
+ ```{toctree}
5
+ ---
6
+ maxdepth: 2
7
+ titlesonly:
8
+ includehidden:
9
+ caption: API Reference
10
+ ---
11
+
12
+ generated/pyrekordbox.anlz
13
+ generated/pyrekordbox.db6
14
+ generated/pyrekordbox.mysettings
15
+ generated/pyrekordbox.config
16
+ generated/pyrekordbox.utils
17
+ generated/pyrekordbox.xml
18
+ ```