markitecture 0.2.32__py3-none-any.whl → 0.2.33__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.
- markitecture/version.py +1 -1
- {markitecture-0.2.32.dist-info → markitecture-0.2.33.dist-info}/METADATA +8 -11
- {markitecture-0.2.32.dist-info → markitecture-0.2.33.dist-info}/RECORD +6 -6
- {markitecture-0.2.32.dist-info → markitecture-0.2.33.dist-info}/WHEEL +0 -0
- {markitecture-0.2.32.dist-info → markitecture-0.2.33.dist-info}/entry_points.txt +0 -0
- {markitecture-0.2.32.dist-info → markitecture-0.2.33.dist-info}/licenses/LICENSE +0 -0
markitecture/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.2.
|
1
|
+
__version__ = "0.2.33"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: markitecture
|
3
|
-
Version: 0.2.
|
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="
|
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][
|
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
|
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 © 2024
|
254
|
+
Copyright © 2024-2025 [Markitecture][markitecture]. <br />
|
255
255
|
Released under the [MIT][mit-license] license.
|
256
256
|
|
257
|
-
|
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,7 +1,7 @@
|
|
1
1
|
markitecture/__init__.py,sha256=g7bCw-O5qNDoHS-rPHKP8SRYYL6D3eA8v1D-3oRzngY,940
|
2
2
|
markitecture/__main__.py,sha256=dpolm4cutAQQMX5n20Lx0MXxMZokzaI0W3ieXKhwRno,83
|
3
3
|
markitecture/errors.py,sha256=x5QrksRA1cMygGuCTiKA5bXM1OpKlMJoou2b7ajrO7M,1659
|
4
|
-
markitecture/version.py,sha256=
|
4
|
+
markitecture/version.py,sha256=VdvfChlDK0On_u8MUpJzmem7seSMQLlYqpLHiFHaBok,23
|
5
5
|
markitecture/cli/__init__.py,sha256=dsYvYkXGLj2RV64cwxk4K0HNsR8AJAFh0QwIxMw5MOc,64
|
6
6
|
markitecture/cli/app.py,sha256=Jk8tisqVe6zNzdSrJ3JFuQKPMGD61hBoiwGkkmAOfkE,1113
|
7
7
|
markitecture/cli/commands/__init__.py,sha256=9Ww1F_DKzNnfEmdLyh3Lox7l9STuUtq_b4hF6NSDiUM,568
|
@@ -37,8 +37,8 @@ markitecture/utils/__init__.py,sha256=y6ur3d-KUAE7WRMTmBV41QqwcoVHoMxZB8Ba2JoD1S
|
|
37
37
|
markitecture/utils/file_handler.py,sha256=ixFzMGgLh5DMwK7zUwyn_Fjk7z3OOvNbKn4uxpzIIPU,863
|
38
38
|
markitecture/utils/printer.py,sha256=dPywBAS6qh3sKFhwB8D2Pe9TqsoeDH600Wt4RMMjGos,6948
|
39
39
|
markitecture/utils/sanitizer.py,sha256=MjfVMSkXFP3X9_A8czqzGkE5u9RAM8TosuhfWsEbUJg,2227
|
40
|
-
markitecture-0.2.
|
41
|
-
markitecture-0.2.
|
42
|
-
markitecture-0.2.
|
43
|
-
markitecture-0.2.
|
44
|
-
markitecture-0.2.
|
40
|
+
markitecture-0.2.33.dist-info/METADATA,sha256=3EEES0me8dcVkb_0Fq3ScayLpJUawycpCAb9wIoAtZI,12214
|
41
|
+
markitecture-0.2.33.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
42
|
+
markitecture-0.2.33.dist-info/entry_points.txt,sha256=neXBHoMEodLhdSjfqVoz9fnKODF_tdolI40Xm06F2pk,60
|
43
|
+
markitecture-0.2.33.dist-info/licenses/LICENSE,sha256=_lS8UU-SncVp61_NHQp9PHIAiDZtNuKYeaqyFDiF6Bk,1109
|
44
|
+
markitecture-0.2.33.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|