markitecture 0.2.3__py3-none-any.whl → 0.2.31__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- markitecture/__init__.py +1 -4
- markitecture/version.py +1 -0
- {markitecture-0.2.3.dist-info → markitecture-0.2.31.dist-info}/METADATA +1 -1
- {markitecture-0.2.3.dist-info → markitecture-0.2.31.dist-info}/RECORD +7 -6
- {markitecture-0.2.3.dist-info → markitecture-0.2.31.dist-info}/WHEEL +0 -0
- {markitecture-0.2.3.dist-info → markitecture-0.2.31.dist-info}/entry_points.txt +0 -0
- {markitecture-0.2.3.dist-info → markitecture-0.2.31.dist-info}/licenses/LICENSE +0 -0
markitecture/__init__.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
from importlib.metadata import version
|
2
|
-
|
3
1
|
from markitecture import metrics
|
4
2
|
|
5
3
|
from .errors import (
|
@@ -19,8 +17,7 @@ from .processing.reflink_converter import (
|
|
19
17
|
from .processing.text_splitter import MarkdownTextSplitter
|
20
18
|
from .utils.file_handler import FileHandler
|
21
19
|
from .utils.printer import RichPrinter
|
22
|
-
|
23
|
-
__version__ = version("markitecture")
|
20
|
+
from .version import __version__
|
24
21
|
|
25
22
|
__all__: list[str] = [
|
26
23
|
"FileHandler",
|
markitecture/version.py
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.2.31"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: markitecture
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.31
|
4
4
|
Summary: ❂ Markdown tools for modular and flexible docs: link validation, reference link conversion, text splitting, & more.
|
5
5
|
Project-URL: documentation, https://github.com/eli64s/markitecture/blob/main/README.md
|
6
6
|
Project-URL: homepage, https://github.com/eli64s/markitecture
|
@@ -1,6 +1,7 @@
|
|
1
|
-
markitecture/__init__.py,sha256=
|
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=uoxxAPP6x3ekeKjUrqxyllP0-QmXbfUEQA8rJSp6Z3E,23
|
4
5
|
markitecture/cli/__init__.py,sha256=dsYvYkXGLj2RV64cwxk4K0HNsR8AJAFh0QwIxMw5MOc,64
|
5
6
|
markitecture/cli/app.py,sha256=Jk8tisqVe6zNzdSrJ3JFuQKPMGD61hBoiwGkkmAOfkE,1113
|
6
7
|
markitecture/cli/commands/__init__.py,sha256=9Ww1F_DKzNnfEmdLyh3Lox7l9STuUtq_b4hF6NSDiUM,568
|
@@ -36,8 +37,8 @@ markitecture/utils/__init__.py,sha256=y6ur3d-KUAE7WRMTmBV41QqwcoVHoMxZB8Ba2JoD1S
|
|
36
37
|
markitecture/utils/file_handler.py,sha256=ixFzMGgLh5DMwK7zUwyn_Fjk7z3OOvNbKn4uxpzIIPU,863
|
37
38
|
markitecture/utils/printer.py,sha256=dPywBAS6qh3sKFhwB8D2Pe9TqsoeDH600Wt4RMMjGos,6948
|
38
39
|
markitecture/utils/sanitizer.py,sha256=MjfVMSkXFP3X9_A8czqzGkE5u9RAM8TosuhfWsEbUJg,2227
|
39
|
-
markitecture-0.2.
|
40
|
-
markitecture-0.2.
|
41
|
-
markitecture-0.2.
|
42
|
-
markitecture-0.2.
|
43
|
-
markitecture-0.2.
|
40
|
+
markitecture-0.2.31.dist-info/METADATA,sha256=nFIRODjmBojICeq0Id-XZ8ypnVKlMXJmm6AfExeyrIM,11937
|
41
|
+
markitecture-0.2.31.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
42
|
+
markitecture-0.2.31.dist-info/entry_points.txt,sha256=neXBHoMEodLhdSjfqVoz9fnKODF_tdolI40Xm06F2pk,60
|
43
|
+
markitecture-0.2.31.dist-info/licenses/LICENSE,sha256=_lS8UU-SncVp61_NHQp9PHIAiDZtNuKYeaqyFDiF6Bk,1109
|
44
|
+
markitecture-0.2.31.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|