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.
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mystmd
3
- Version: 1.2.9
3
+ Version: 1.3.1
4
4
  Summary: Command line tools for MyST Markdown
5
- Project-URL: Homepage, https://github.com/executablebooks/mystmd
6
- Project-URL: Bug Tracker, https://github.com/executablebooks/mystmd/issues
7
- Project-URL: Repository, https://github.com/executablebooks/mystmd.git
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
- [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/executablebooks/mystmd/blob/main/LICENSE)
32
- ![CI](https://github.com/executablebooks/mystmd/workflows/CI/badge.svg)
31
+ [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jupyter-book/mystmd/blob/main/LICENSE)
32
+ ![CI](https://github.com/jupyter-book/mystmd/workflows/CI/badge.svg)
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,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.24.2
2
+ Generator: hatchling 1.25.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 ExecutableBookProject
3
+ Copyright (c) 2024 Project Jupyter
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal