py2dag 0.1.7__py3-none-any.whl → 0.1.8__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.
- {py2dag-0.1.7.dist-info → py2dag-0.1.8.dist-info}/METADATA +2 -2
- {py2dag-0.1.7.dist-info → py2dag-0.1.8.dist-info}/RECORD +5 -5
- {py2dag-0.1.7.dist-info → py2dag-0.1.8.dist-info}/LICENSE +0 -0
- {py2dag-0.1.7.dist-info → py2dag-0.1.8.dist-info}/WHEEL +0 -0
- {py2dag-0.1.7.dist-info → py2dag-0.1.8.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: py2dag
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.8
|
4
4
|
Summary: Convert Python function plans to DAG (JSON, pseudo, optional SVG).
|
5
5
|
License: MIT
|
6
6
|
Author: rvergis
|
@@ -117,7 +117,7 @@ This repo includes a GitHub Actions workflow that publishes to PyPI when you pus
|
|
117
117
|
|
118
118
|
```
|
119
119
|
make patch # bumps version, commits, and tags vX.Y.Z
|
120
|
-
make release # pushes tags to GitHub (triggers publish)
|
120
|
+
make release # pushes commits and tags to GitHub (triggers publish)
|
121
121
|
```
|
122
122
|
|
123
123
|
Or push tags manually:
|
@@ -4,8 +4,8 @@ py2dag/export_dagre.py,sha256=S244wUxBMuM9qXD8bklaslkMp3rcbBGWvMhwWVBzBF0,3487
|
|
4
4
|
py2dag/export_svg.py,sha256=YyjqOuj8GhUTDWP70SKnnSWAKI1PvJwyOhHLwB29uNM,1812
|
5
5
|
py2dag/parser.py,sha256=1U16-GOQMa8oriJLePJ2TQlRZsrC9A4apy5V-V10M1A,9774
|
6
6
|
py2dag/pseudo.py,sha256=NJK61slyFLtSjhj8gJDJneUInEpBN57_41g8IfHNPWI,922
|
7
|
-
py2dag-0.1.
|
8
|
-
py2dag-0.1.
|
9
|
-
py2dag-0.1.
|
10
|
-
py2dag-0.1.
|
11
|
-
py2dag-0.1.
|
7
|
+
py2dag-0.1.8.dist-info/LICENSE,sha256=3Qee1EPwej_nusovTbyIQ8LvD2rXHdM0c6LNwk_D8Kc,1067
|
8
|
+
py2dag-0.1.8.dist-info/METADATA,sha256=PvQOVUwFviTr7G_m_sUsQeBGQtbedpZfxjbEiVsZvko,3549
|
9
|
+
py2dag-0.1.8.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
10
|
+
py2dag-0.1.8.dist-info/entry_points.txt,sha256=Q0SHexJJ0z1te4AYL1xTZogx5FrxCCE1ZJ5qntkFMZs,42
|
11
|
+
py2dag-0.1.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|