markitecture 0.2.32__tar.gz → 0.2.33__tar.gz

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 (105) hide show
  1. {markitecture-0.2.32 → markitecture-0.2.33}/PKG-INFO +8 -11
  2. {markitecture-0.2.32 → markitecture-0.2.33}/README.md +7 -10
  3. markitecture-0.2.33/docs/assets/logo-light.svg +40 -0
  4. markitecture-0.2.33/src/markitecture/version.py +1 -0
  5. markitecture-0.2.32/src/markitecture/version.py +0 -1
  6. {markitecture-0.2.32 → markitecture-0.2.33}/.gitignore +0 -0
  7. {markitecture-0.2.32 → markitecture-0.2.33}/.ruff.toml +0 -0
  8. {markitecture-0.2.32 → markitecture-0.2.33}/CONTRIBUTING.md +0 -0
  9. {markitecture-0.2.32 → markitecture-0.2.33}/LICENSE +0 -0
  10. {markitecture-0.2.32 → markitecture-0.2.33}/Makefile +0 -0
  11. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/badges/compact.svg +0 -0
  12. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/badges/detailed.svg +0 -0
  13. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/badges/minimal.svg +0 -0
  14. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/badges/modern.svg +0 -0
  15. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/badges/retro.svg +0 -0
  16. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/badges/shields.svg +0 -0
  17. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/buttons/rectangle.svg +0 -0
  18. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/buttons/vesica-piscis.svg +0 -0
  19. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/callouts/designs.svg +0 -0
  20. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/callouts/info.svg +0 -0
  21. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/cookbooks/examples.mdx +0 -0
  22. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/favicon.svg +0 -0
  23. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/line.svg +0 -0
  24. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/logo.svg +0 -0
  25. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/logos/circle-dark.svg +0 -0
  26. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/logos/circle-light.svg +0 -0
  27. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/logos/logo-box.svg +0 -0
  28. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/logos/logo-rectangle.svg +0 -0
  29. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/logos/logo.svg +0 -0
  30. {markitecture-0.2.32 → markitecture-0.2.33}/docs/assets/shield.svg +0 -0
  31. {markitecture-0.2.32 → markitecture-0.2.33}/docs/community.mdx +0 -0
  32. {markitecture-0.2.32 → markitecture-0.2.33}/docs/features/content-analysis.mdx +0 -0
  33. {markitecture-0.2.32 → markitecture-0.2.33}/docs/features/health-score.mdx +0 -0
  34. {markitecture-0.2.32 → markitecture-0.2.33}/docs/features/link-management.mdx +0 -0
  35. {markitecture-0.2.32 → markitecture-0.2.33}/docs/features/static-site-generation.mdx +0 -0
  36. {markitecture-0.2.32 → markitecture-0.2.33}/docs/features/text-splitting.mdx +0 -0
  37. {markitecture-0.2.32 → markitecture-0.2.33}/docs/guides/api-reference.mdx +0 -0
  38. {markitecture-0.2.32 → markitecture-0.2.33}/docs/guides/cli-reference.mdx +0 -0
  39. {markitecture-0.2.32 → markitecture-0.2.33}/docs/guides/configuration.mdx +0 -0
  40. {markitecture-0.2.32 → markitecture-0.2.33}/docs/guides/installation.mdx +0 -0
  41. {markitecture-0.2.32 → markitecture-0.2.33}/docs/guides/quickstart.mdx +0 -0
  42. {markitecture-0.2.32 → markitecture-0.2.33}/docs/index.mdx +0 -0
  43. {markitecture-0.2.32 → markitecture-0.2.33}/docs/mint.json +0 -0
  44. {markitecture-0.2.32 → markitecture-0.2.33}/docs/philosophy.mdx +0 -0
  45. {markitecture-0.2.32 → markitecture-0.2.33}/pyproject.toml +0 -0
  46. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/__init__.py +0 -0
  47. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/__main__.py +0 -0
  48. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/cli/__init__.py +0 -0
  49. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/cli/app.py +0 -0
  50. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/cli/commands/__init__.py +0 -0
  51. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/cli/commands/config.py +0 -0
  52. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/cli/commands/links.py +0 -0
  53. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/cli/commands/metrics.py +0 -0
  54. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/cli/commands/mkdocs.py +0 -0
  55. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/cli/commands/split.py +0 -0
  56. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/errors.py +0 -0
  57. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/generators/__init__.py +0 -0
  58. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/generators/configs/__init__.py +0 -0
  59. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/generators/configs/mintlify_json.py +0 -0
  60. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/generators/configs/mkdocs_yaml.py +0 -0
  61. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/metrics/__init__.py +0 -0
  62. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/metrics/analyzer.py +0 -0
  63. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/metrics/badges/__init__.py +0 -0
  64. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/metrics/badges/base.py +0 -0
  65. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/metrics/badges/compact.py +0 -0
  66. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/metrics/badges/detailed.py +0 -0
  67. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/metrics/badges/minimal.py +0 -0
  68. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/metrics/badges/modern.py +0 -0
  69. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/metrics/badges/retro.py +0 -0
  70. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/metrics/badges/shields.py +0 -0
  71. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/metrics/svg_generator.py +0 -0
  72. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/processing/__init__.py +0 -0
  73. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/processing/link_validator.py +0 -0
  74. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/processing/reflink_converter.py +0 -0
  75. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/processing/reflink_extractor.py +0 -0
  76. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/processing/text_splitter.py +0 -0
  77. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/settings/__init__.py +0 -0
  78. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/settings/config.py +0 -0
  79. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/settings/validators.py +0 -0
  80. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/utils/__init__.py +0 -0
  81. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/utils/file_handler.py +0 -0
  82. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/utils/printer.py +0 -0
  83. {markitecture-0.2.32 → markitecture-0.2.33}/src/markitecture/utils/sanitizer.py +0 -0
  84. {markitecture-0.2.32 → markitecture-0.2.33}/tests/__init__.py +0 -0
  85. {markitecture-0.2.32 → markitecture-0.2.33}/tests/cli/__init__.py +0 -0
  86. {markitecture-0.2.32 → markitecture-0.2.33}/tests/cli/commands/__init__.py +0 -0
  87. {markitecture-0.2.32 → markitecture-0.2.33}/tests/cli/test_app.py +0 -0
  88. {markitecture-0.2.32 → markitecture-0.2.33}/tests/conftest.py +0 -0
  89. {markitecture-0.2.32 → markitecture-0.2.33}/tests/data/mistletoe.md +0 -0
  90. {markitecture-0.2.32 → markitecture-0.2.33}/tests/data/pydantic.md +0 -0
  91. {markitecture-0.2.32 → markitecture-0.2.33}/tests/data/readme-ai.html +0 -0
  92. {markitecture-0.2.32 → markitecture-0.2.33}/tests/data/readme-ai.md +0 -0
  93. {markitecture-0.2.32 → markitecture-0.2.33}/tests/generators/__init__.py +0 -0
  94. {markitecture-0.2.32 → markitecture-0.2.33}/tests/metrics/__init__.py +0 -0
  95. {markitecture-0.2.32 → markitecture-0.2.33}/tests/metrics/test_analyzer.py +0 -0
  96. {markitecture-0.2.32 → markitecture-0.2.33}/tests/metrics/test_svg_generator.py +0 -0
  97. {markitecture-0.2.32 → markitecture-0.2.33}/tests/processing/__init__.py +0 -0
  98. {markitecture-0.2.32 → markitecture-0.2.33}/tests/processing/test_link_validator.py +0 -0
  99. {markitecture-0.2.32 → markitecture-0.2.33}/tests/processing/test_reflink_converter.py +0 -0
  100. {markitecture-0.2.32 → markitecture-0.2.33}/tests/settings/__init__.py +0 -0
  101. {markitecture-0.2.32 → markitecture-0.2.33}/tests/settings/test_validators.py +0 -0
  102. {markitecture-0.2.32 → markitecture-0.2.33}/tests/test_validators.py +0 -0
  103. {markitecture-0.2.32 → markitecture-0.2.33}/tests/utils/__init__.py +0 -0
  104. {markitecture-0.2.32 → markitecture-0.2.33}/tests/utils/test_sanitizer.py +0 -0
  105. {markitecture-0.2.32 → markitecture-0.2.33}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: markitecture
3
- Version: 0.2.32
3
+ Version: 0.2.33
4
4
  Summary: Markdown tools for modular workflows and content management.
5
5
  Project-URL: documentation, https://github.com/eli64s/markitecture/blob/main/README.md
6
6
  Project-URL: homepage, https://github.com/eli64s/markitecture
@@ -36,9 +36,9 @@ Description-Content-Type: text/markdown
36
36
  <div align="center" id="top">
37
37
 
38
38
  <picture>
39
- <source media="(prefers-color-scheme: dark)" srcset="/assets/logo.svg">
40
- <source media="(prefers-color-scheme: light)" srcset="/assets/logo.svg">
41
- <img alt="Markitecture Logo" src="/assets/logo.svg" width="900" style="max-width: 100%;">
39
+ <source media="(prefers-color-scheme: dark)" srcset="[/assets/logo.svg](https://raw.githubusercontent.com/eli64s/markitecture/feb377343f7763e55143268f13de5dcb30934d29/docs/assets/logo.svg)">
40
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/eli64s/markitecture/feb377343f7763e55143268f13de5dcb30934d29/docs/assets/logo.svg">
41
+ <img alt="Markitecture Logo" src="[/assets/logo.svg](https://raw.githubusercontent.com/eli64s/markitecture/feb377343f7763e55143268f13de5dcb30934d29/docs/assets/logo.svg)" width="20%" style="max-width: 100%;">
42
42
  </picture>
43
43
 
44
44
  <h1>Markitecture</h1>
@@ -72,11 +72,11 @@ The Architecture of Better Documentation.
72
72
  </p>
73
73
  </div>
74
74
 
75
- [Documentation][markitecture] · [Contribute][markitecture] · [Report Bug][github-issues] · [Request Feature][github-issues]
75
+ [Documentation][markitecture] · [Contribute][contributing] · [Report Bug][github-issues] · [Request Feature][github-issues]
76
76
 
77
77
  <!--
78
78
  <details>
79
- <summary><kbd>Table of contents</kbd></summary>
79
+ <summary><kbd>Table of Contents</kbd></summary>
80
80
 
81
81
  - [Installation](https://github.com/eli64s/markitecture/tree/main/#installation)
82
82
  - [Usage](https://github.com/eli64s/markitecture/tree/main/#using-the-cli)
@@ -251,13 +251,10 @@ Contributions are welcome! Whether it's bug reports, feature requests, or code c
251
251
 
252
252
  ## License
253
253
 
254
- Copyright &copy; 2024 - 2025 <a href="https://eli64s/markitecture" target="_blank">Markitecture</a> All rights reserved. <br />
254
+ Copyright &copy; 2024-2025 [Markitecture][markitecture]. <br />
255
255
  Released under the [MIT][mit-license] license.
256
256
 
257
- Copyright © 2024-2025 [Markitecture][markitecture]. <br />
258
- Released under the [MIT][mit-license] license.
259
-
260
- <div align="right">
257
+ <div align="left">
261
258
 
262
259
  [![][return-to-top]](https://github.com/eli64s/markitecture/tree/main/#top)
263
260
 
@@ -1,9 +1,9 @@
1
1
  <div align="center" id="top">
2
2
 
3
3
  <picture>
4
- <source media="(prefers-color-scheme: dark)" srcset="/assets/logo.svg">
5
- <source media="(prefers-color-scheme: light)" srcset="/assets/logo.svg">
6
- <img alt="Markitecture Logo" src="/assets/logo.svg" width="900" style="max-width: 100%;">
4
+ <source media="(prefers-color-scheme: dark)" srcset="[/assets/logo.svg](https://raw.githubusercontent.com/eli64s/markitecture/feb377343f7763e55143268f13de5dcb30934d29/docs/assets/logo.svg)">
5
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/eli64s/markitecture/feb377343f7763e55143268f13de5dcb30934d29/docs/assets/logo.svg">
6
+ <img alt="Markitecture Logo" src="[/assets/logo.svg](https://raw.githubusercontent.com/eli64s/markitecture/feb377343f7763e55143268f13de5dcb30934d29/docs/assets/logo.svg)" width="20%" style="max-width: 100%;">
7
7
  </picture>
8
8
 
9
9
  <h1>Markitecture</h1>
@@ -37,11 +37,11 @@ The Architecture of Better Documentation.
37
37
  </p>
38
38
  </div>
39
39
 
40
- [Documentation][markitecture] · [Contribute][markitecture] · [Report Bug][github-issues] · [Request Feature][github-issues]
40
+ [Documentation][markitecture] · [Contribute][contributing] · [Report Bug][github-issues] · [Request Feature][github-issues]
41
41
 
42
42
  <!--
43
43
  <details>
44
- <summary><kbd>Table of contents</kbd></summary>
44
+ <summary><kbd>Table of Contents</kbd></summary>
45
45
 
46
46
  - [Installation](#installation)
47
47
  - [Usage](#using-the-cli)
@@ -216,13 +216,10 @@ Contributions are welcome! Whether it's bug reports, feature requests, or code c
216
216
 
217
217
  ## License
218
218
 
219
- Copyright &copy; 2024 - 2025 <a href="https://eli64s/markitecture" target="_blank">Markitecture</a> All rights reserved. <br />
219
+ Copyright &copy; 2024-2025 [Markitecture][markitecture]. <br />
220
220
  Released under the [MIT][mit-license] license.
221
221
 
222
- Copyright © 2024-2025 [Markitecture][markitecture]. <br />
223
- Released under the [MIT][mit-license] license.
224
-
225
- <div align="right">
222
+ <div align="left">
226
223
 
227
224
  [![][return-to-top]](#top)
228
225
 
@@ -0,0 +1,40 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 204.8 204.8" width="160" height="160">
2
+ <defs>
3
+ <linearGradient id="mainGradient" x1="0%" y1="0%" x2="100%" y2="100%">
4
+ <stop offset="20%" style="stop-color:#FFD700" />
5
+ <stop offset="40%" style="stop-color:#00E5FF" />
6
+ <stop offset="60%" style="stop-color:#7934C5" />
7
+ <stop offset="80%" style="stop-color:#FF00FF" />
8
+ </linearGradient>
9
+ <pattern id="lightGridPattern" x="0" y="0" width="6.4" height="6.4" patternUnits="userSpaceOnUse">
10
+ <path d="M 6.4 0 L 0 0 0 6.4" fill="none" stroke="#1E293B" stroke-width="0.1" stroke-opacity="0.05" />
11
+ </pattern>
12
+ <filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
13
+ <feGaussianBlur stdDeviation="0.4" result="blur" />
14
+ <feComposite in="SourceGraphic" in2="blur" operator="over" />
15
+ </filter>
16
+ </defs>
17
+ <!-- Background -->
18
+ <rect width="204.8" height="204.8" rx="36" fill="#F8FAFC" />
19
+ <rect width="204.8" height="204.8" rx="36" fill="url(#lightGridPattern)" />
20
+ <!-- Main Logo Group -->
21
+ <g transform="translate(102.4, 102.4) scale(4.6)">
22
+ <!-- Main M outline -->
23
+ <path d="M-18,-11 L-11,-11 L-11,6 L-6,-7 L0,6 L6,-7 L11,6 L11,-11 L18,-11 L18,11 L11,11 L0,-6 L-11,11 L-18,11 Z" fill="none" stroke="url(#mainGradient)" stroke-width="0.7" stroke-linejoin="round">
24
+ <animate attributeName="d" values="M-18,-11 L-11,-11 L-11,6 L-6,-7 L0,6 L6,-7 L11,6 L11,-11 L18,-11 L18,11 L11,11 L0,-6 L-11,11 L-18,11 Z;
25
+ M-19,-12 L-12,-12 L-12,7 L-7,-8 L0,7 L7,-8 L12,7 L12,-12 L19,-12 L19,12 L12,12 L0,-7 L-12,12 L-19,12 Z;
26
+ M-18,-11 L-11,-11 L-11,6 L-6,-7 L0,6 L6,-7 L11,6 L11,-11 L18,-11 L18,11 L11,11 L0,-6 L-11,11 L-18,11 Z" dur="10s" repeatCount="indefinite" calcMode="spline" keySplines="0.4 0 0.2 1; 0.4 0 0.2 1" />
27
+ </path>
28
+ <!-- Inner M -->
29
+ <path d="M-15,-8 L-9,-8 L-9,4 L-5,-5 L0,4 L5,-5 L9,4 L9,-8 L15,-8 L15,8 L9,8 L0,-4 L-9,8 L-15,8 Z" fill="none" stroke="url(#mainGradient)" stroke-width="0.5" stroke-linejoin="round" opacity="0.7" />
30
+ <!-- Core M -->
31
+ <path d="M-12,-5 L-7,-5 L-7,3 L-4,-4 L0,3 L4,-4 L7,3 L7,-5 L12,-5 L12,5 L7,5 L0,-3 L-7,5 L-12,5 Z" fill="none" stroke="url(#mainGradient)" stroke-width="0.3" stroke-linejoin="round" opacity="0.5" />
32
+ <!-- Key Points -->
33
+ <g>
34
+ <circle cx="-18" cy="-11" r="0.3" fill="url(#mainGradient)" opacity="0.8" />
35
+ <circle cx="18" cy="-11" r="0.3" fill="url(#mainGradient)" opacity="0.8" />
36
+ <circle cx="-18" cy="11" r="0.3" fill="url(#mainGradient)" opacity="0.8" />
37
+ <circle cx="18" cy="11" r="0.3" fill="url(#mainGradient)" opacity="0.8" />
38
+ </g>
39
+ </g>
40
+ </svg>
@@ -0,0 +1 @@
1
+ __version__ = "0.2.33"
@@ -1 +0,0 @@
1
- __version__ = "0.2.32"
File without changes
File without changes
File without changes
File without changes
File without changes