mkdocs-md-to-pdf 0.1.0__py3-none-any.whl → 0.1.1__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.
@@ -0,0 +1,44 @@
1
+ site_name: {{site_name}}
2
+ remote_branch: pages
3
+ theme:
4
+ name: material
5
+ palette:
6
+ # Palette toggle for automatic mode
7
+ - media: "(prefers-color-scheme)"
8
+ toggle:
9
+ icon: material/brightness-auto
10
+ name: Switch to light mode
11
+ - media: "(prefers-color-scheme: light)"
12
+ scheme: default
13
+ toggle:
14
+ icon: material/brightness-7
15
+ name: "Switch to dark mode"
16
+ - media: "(prefers-color-scheme: dark)"
17
+ scheme: slate
18
+ toggle:
19
+ icon: material/brightness-4
20
+ name: "Switch to System preference"
21
+ features:
22
+ - navigation.tabs
23
+
24
+
25
+ markdown_extensions:
26
+ - admonition
27
+ - pymdownx.details
28
+ - pymdownx.blocks.caption
29
+ - pymdownx.superfences:
30
+ custom_fences:
31
+ - name: mermaid
32
+ class: mermaid
33
+ format: !!python/name:pymdownx.superfences.fence_code_format
34
+ - pymdownx.details
35
+ - pymdownx.highlight:
36
+ pygments_lang_class: true
37
+ - plantuml_markdown:
38
+ format: svg
39
+ cachedir: /tmp/puml
40
+
41
+ plugins:
42
+ - callouts
43
+
44
+ docs_dir: {{docs_dir}}
@@ -1,13 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mkdocs-md-to-pdf
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Convert Markdown files to PDF using MkDocs Material theme and Playwright
5
+ Keywords: markdown,pdf,mkdocs,converter,documentation
6
+ Author: Lode Rosseel
5
7
  Author-email: Lode Rosseel <lode.rosseel@cegeka.com>
6
8
  License-Expression: MIT
7
- Project-URL: Homepage, https://github.com/lode-braced/mkdocs-md-to-pdf
8
- Project-URL: Repository, https://github.com/lode-braced/mkdocs-md-to-pdf
9
- Project-URL: Issues, https://github.com/lode-braced/mkdocs-md-to-pdf/issues
10
- Keywords: markdown,pdf,mkdocs,converter,documentation
11
9
  Classifier: Development Status :: 4 - Beta
12
10
  Classifier: Environment :: Console
13
11
  Classifier: Intended Audience :: Developers
@@ -17,19 +15,20 @@ Classifier: Programming Language :: Python :: 3.12
17
15
  Classifier: Programming Language :: Python :: 3.13
18
16
  Classifier: Topic :: Documentation
19
17
  Classifier: Topic :: Text Processing :: Markup :: Markdown
20
- Requires-Python: >=3.12
21
- Description-Content-Type: text/markdown
22
- License-File: LICENSE
23
18
  Requires-Dist: mkdocs>=1.6.1
24
19
  Requires-Dist: mkdocs-material>=9.6
25
20
  Requires-Dist: playwright>=1.42
26
21
  Requires-Dist: pymdown-extensions>=10.14
27
22
  Requires-Dist: plantuml-markdown>=3.11
28
23
  Requires-Dist: mkdocs-callouts>=1.16
24
+ Requires-Dist: pytest>=8.0 ; extra == 'dev'
25
+ Requires-Dist: pytest-mock>=3.14 ; extra == 'dev'
26
+ Requires-Python: >=3.12
27
+ Project-URL: Homepage, https://github.com/lode-braced/mkdocs-md-to-pdf
28
+ Project-URL: Issues, https://github.com/lode-braced/mkdocs-md-to-pdf/issues
29
+ Project-URL: Repository, https://github.com/lode-braced/mkdocs-md-to-pdf
29
30
  Provides-Extra: dev
30
- Requires-Dist: pytest>=8.0; extra == "dev"
31
- Requires-Dist: pytest-mock>=3.14; extra == "dev"
32
- Dynamic: license-file
31
+ Description-Content-Type: text/markdown
33
32
 
34
33
  # mkdocs-md-to-pdf
35
34
 
@@ -0,0 +1,8 @@
1
+ mkdocs_md_to_pdf/__init__.py,sha256=Ih5ErAUbTtB4YCMlNqEdgfOalEKr6lyHtotWNygcpNI,189
2
+ mkdocs_md_to_pdf/cli.py,sha256=y7LbfLF0bAOxNG4EIfkDAbVhJbRml1rD3yzfJlSj-qA,979
3
+ mkdocs_md_to_pdf/converter.py,sha256=4OA1pUSkdtYcAZ4Pv_vEp65H5jlhdett_zZOZFnMjdg,4072
4
+ mkdocs_md_to_pdf/mkdocs.yml.template,sha256=3EGjB234Y6SpRzrE6WaojKuCLHbGiYRqfWVaEW6Q4gg,1037
5
+ mkdocs_md_to_pdf-0.1.1.dist-info/WHEEL,sha256=XjEbIc5-wIORjWaafhI6vBtlxDBp7S9KiujWF1EM7Ak,79
6
+ mkdocs_md_to_pdf-0.1.1.dist-info/entry_points.txt,sha256=lXP623vPGGqwOzoXnTti5IzLJvYped-u6hQEramERto,57
7
+ mkdocs_md_to_pdf-0.1.1.dist-info/METADATA,sha256=lBSkqOC6poZxkV2RWY8F5S7L8IikaPE9ZKcnL2YX5NQ,3092
8
+ mkdocs_md_to_pdf-0.1.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: uv 0.9.25
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -1,2 +1,3 @@
1
1
  [console_scripts]
2
2
  md-to-pdf = mkdocs_md_to_pdf.cli:main
3
+
@@ -1,9 +0,0 @@
1
- mkdocs_md_to_pdf/__init__.py,sha256=Ih5ErAUbTtB4YCMlNqEdgfOalEKr6lyHtotWNygcpNI,189
2
- mkdocs_md_to_pdf/cli.py,sha256=y7LbfLF0bAOxNG4EIfkDAbVhJbRml1rD3yzfJlSj-qA,979
3
- mkdocs_md_to_pdf/converter.py,sha256=4OA1pUSkdtYcAZ4Pv_vEp65H5jlhdett_zZOZFnMjdg,4072
4
- mkdocs_md_to_pdf-0.1.0.dist-info/licenses/LICENSE,sha256=UH1eiZbmArjfWrxzfI_Gi3KiSLRQI5ONia-G8Px9_mY,1069
5
- mkdocs_md_to_pdf-0.1.0.dist-info/METADATA,sha256=mjlE7SBjS8kCs4Sh9cRpewnBPTqhHnILM1UtyXTwTYI,3113
6
- mkdocs_md_to_pdf-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- mkdocs_md_to_pdf-0.1.0.dist-info/entry_points.txt,sha256=2RJKroiU8MFl3w45hxL5LA7LYZPzshnGEJ4THm3179c,56
8
- mkdocs_md_to_pdf-0.1.0.dist-info/top_level.txt,sha256=Z66R0Dgln8hcQNCz0MvSUkZivJ_pEtYxw55W4mKCfuI,17
9
- mkdocs_md_to_pdf-0.1.0.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
3
- Root-Is-Purelib: true
4
- Tag: py3-none-any
5
-
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Lode Rosseel
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1 +0,0 @@
1
- mkdocs_md_to_pdf