markdown_convert 1.2.19__py3-none-any.whl → 1.2.21__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,11 @@
1
+ """
2
+ This file is used to import all the functions from the modules and make them
3
+ available to the user.
4
+ Author: @julynx
5
+ """
6
+
7
+ from .modules.convert import convert, live_convert, convert_text
8
+ from .__main__ import main
9
+
10
+ __version__ = "1.2.15"
11
+ __all__ = ["convert", "live_convert", "convert_text", "main"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: markdown_convert
3
- Version: 1.2.19
3
+ Version: 1.2.21
4
4
  Summary: Convert Markdown files to PDF from your command line.
5
5
  Project-URL: homepage, https://github.com/Julynx/markdown_convert
6
6
  Author-email: Julio Cabria <juliocabria@tutanota.com>
@@ -9,7 +9,7 @@ License-File: LICENSE
9
9
  Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: Python :: 3
12
- Requires-Python: <3.14,>=3.9
12
+ Requires-Python: <3.15,>=3.9
13
13
  Requires-Dist: argsdict==1.0.0
14
14
  Requires-Dist: latex2mathml>=3.78.1
15
15
  Requires-Dist: markdown2<3,>=2.4.13
@@ -1,3 +1,4 @@
1
+ markdown_convert/__init__.py,sha256=ysW3pXsDGGK4PzZHcIBTpfVW58IkDUwHffDkf_GM6UU,303
1
2
  markdown_convert/__main__.py,sha256=zKgFcnxlXTRsR6AYhTdGEvQea2TVyLYeIxJSMksCMR0,2767
2
3
  markdown_convert/code.css,sha256=Wt4FqFqJcpT-jwY3GN-o4ZRCCXU8DQj-9lqKdGiuoyw,4935
3
4
  markdown_convert/default.css,sha256=sTIJmfRWOe8SVwlhzw9CSXD44TUtgfjKCHJjf6u2O8U,2877
@@ -7,8 +8,8 @@ markdown_convert/modules/convert.py,sha256=cU-wATfsM5Y8WFklkw7NIa2KSrMpc50aZecO4
7
8
  markdown_convert/modules/resources.py,sha256=aMDbM7Oab8A3nRN1tc1uNkmz8JfUdLJR6rF3ZR0IElo,2384
8
9
  markdown_convert/modules/utils.py,sha256=NX0WegM8e8MPKNNmweTujAWO8ZghdB8LSGDx20K2E44,655
9
10
  markdown_convert/modules/validate.py,sha256=cerfQ5Qt8gBQbh-NZ57zLmDfg-Vnyo0zsEFb8RUzVCQ,1487
10
- markdown_convert-1.2.19.dist-info/METADATA,sha256=1eUFWi99qEWcCrGq4Z_Wa4S67PXa9prHTHjGB7xPTus,2935
11
- markdown_convert-1.2.19.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
12
- markdown_convert-1.2.19.dist-info/entry_points.txt,sha256=RCmzC7C0sX-SpzIP2Cr34rhg3lMd7BRx-exaZPfK8bU,68
13
- markdown_convert-1.2.19.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
14
- markdown_convert-1.2.19.dist-info/RECORD,,
11
+ markdown_convert-1.2.21.dist-info/METADATA,sha256=ugunfrpmL6ivecjGLKnQvMmLNlU0w4qvPPm-kvizRF4,2935
12
+ markdown_convert-1.2.21.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
13
+ markdown_convert-1.2.21.dist-info/entry_points.txt,sha256=RCmzC7C0sX-SpzIP2Cr34rhg3lMd7BRx-exaZPfK8bU,68
14
+ markdown_convert-1.2.21.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
15
+ markdown_convert-1.2.21.dist-info/RECORD,,