mystmd 1.2.9__py3-none-any.whl → 1.3.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.
- {mystmd-1.2.9.dist-info → mystmd-1.3.1.dist-info}/METADATA +7 -7
- mystmd-1.3.1.dist-info/RECORD +8 -0
- {mystmd-1.2.9.dist-info → mystmd-1.3.1.dist-info}/WHEEL +1 -1
- {mystmd-1.2.9.dist-info → mystmd-1.3.1.dist-info}/licenses/LICENSE +1 -1
- mystmd_py/myst.cjs +6517 -1564
- mystmd-1.2.9.dist-info/RECORD +0 -8
- {mystmd-1.2.9.dist-info → mystmd-1.3.1.dist-info}/entry_points.txt +0 -0
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: mystmd
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.3.1
|
4
4
|
Summary: Command line tools for MyST Markdown
|
5
|
-
Project-URL: Homepage, https://github.com/
|
6
|
-
Project-URL: Bug Tracker, https://github.com/
|
7
|
-
Project-URL: Repository, https://github.com/
|
5
|
+
Project-URL: Homepage, https://github.com/jupyter-book/mystmd
|
6
|
+
Project-URL: Bug Tracker, https://github.com/jupyter-book/mystmd/issues
|
7
|
+
Project-URL: Repository, https://github.com/jupyter-book/mystmd.git
|
8
8
|
Author-email: Rowan Cockett <rowan@curvenote.com>
|
9
9
|
License-Expression: MIT
|
10
10
|
License-File: LICENSE
|
@@ -28,8 +28,8 @@ Description-Content-Type: text/markdown
|
|
28
28
|
|
29
29
|
# MyST Markdown Command Line Interface, `mystmd`
|
30
30
|
|
31
|
-
[](https://github.com/
|
32
|
-
](https://github.com/jupyter-book/mystmd/blob/main/LICENSE)
|
32
|
+

|
33
33
|
|
34
34
|
`mystmd` is a set of open-source, community-driven tools designed for scientific communication, including a powerful authoring framework that supports blogs, online books, scientific papers, reports and journals articles.
|
35
35
|
|
@@ -69,4 +69,4 @@ conda config --set channel_priority strict
|
|
69
69
|
conda install mystmd
|
70
70
|
myst init
|
71
71
|
myst build my-doc.md --tex
|
72
|
-
```
|
72
|
+
```
|
@@ -0,0 +1,8 @@
|
|
1
|
+
mystmd_py/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
mystmd_py/main.py,sha256=AAcX3rJdJgYboCxwjHoCi1TdHSfBjNstbr562tjey44,1470
|
3
|
+
mystmd_py/myst.cjs,sha256=1p7ylti11os-YY6iqcthGEh1cxR5VLuLKRoE8z8XnD0,13059937
|
4
|
+
mystmd-1.3.1.dist-info/METADATA,sha256=rZJZREYgrO0lNPuOy06UhLEX1z82HUV1k4IkUBznUCg,2954
|
5
|
+
mystmd-1.3.1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
6
|
+
mystmd-1.3.1.dist-info/entry_points.txt,sha256=eC2ol2gqS2q5E-ktkMrBSvV0tckGUcNGS-c4hEQ-_V4,45
|
7
|
+
mystmd-1.3.1.dist-info/licenses/LICENSE,sha256=4BcikqvulW5nh_MxaocO-lC7ydIX23dMbcqtNTUSxr4,1082
|
8
|
+
mystmd-1.3.1.dist-info/RECORD,,
|