cooklang-py 0.1.0__tar.gz → 0.1.1__tar.gz
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.
- {cooklang_py-0.1.0 → cooklang_py-0.1.1}/PKG-INFO +6 -2
- {cooklang_py-0.1.0 → cooklang_py-0.1.1}/README.md +5 -1
- {cooklang_py-0.1.0 → cooklang_py-0.1.1}/pyproject.toml +1 -1
- {cooklang_py-0.1.0 → cooklang_py-0.1.1}/LICENSE.md +0 -0
- {cooklang_py-0.1.0 → cooklang_py-0.1.1}/src/cooklang_py/__init__.py +0 -0
- {cooklang_py-0.1.0 → cooklang_py-0.1.1}/src/cooklang_py/base_objects.py +0 -0
- {cooklang_py-0.1.0 → cooklang_py-0.1.1}/src/cooklang_py/const.py +0 -0
- {cooklang_py-0.1.0 → cooklang_py-0.1.1}/src/cooklang_py/recipe.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cooklang-py
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: Python Parser for Cooklang
|
5
5
|
Author: Dan Shernicoff
|
6
6
|
Author-email: Dan Shernicoff <dan@brassnet.biz>
|
@@ -15,6 +15,10 @@ Description-Content-Type: text/markdown
|
|
15
15
|
|
16
16
|
# cooklang-py
|
17
17
|
|
18
|
+
[](https://github.com/brass75/cooklang-py/actions/workflows/test.yml)
|
19
|
+
[](https://github.com/brass75/cooklang-py/actions/workflows/lint.yml)
|
20
|
+
[](https://github.com/brass75/cooklang-py/actions/workflows/github-code-scanning/codeql)
|
21
|
+
|
18
22
|
A parser for the [Cooklang recipe markup language](https://cooklang.org)
|
19
23
|
|
20
24
|
## Installation
|
@@ -81,4 +85,4 @@ for the following platforms:
|
|
81
85
|
|
82
86
|
- Linux
|
83
87
|
- MacOS
|
84
|
-
- Windows
|
88
|
+
- Windows
|
@@ -1,5 +1,9 @@
|
|
1
1
|
# cooklang-py
|
2
2
|
|
3
|
+
[](https://github.com/brass75/cooklang-py/actions/workflows/test.yml)
|
4
|
+
[](https://github.com/brass75/cooklang-py/actions/workflows/lint.yml)
|
5
|
+
[](https://github.com/brass75/cooklang-py/actions/workflows/github-code-scanning/codeql)
|
6
|
+
|
3
7
|
A parser for the [Cooklang recipe markup language](https://cooklang.org)
|
4
8
|
|
5
9
|
## Installation
|
@@ -66,4 +70,4 @@ for the following platforms:
|
|
66
70
|
|
67
71
|
- Linux
|
68
72
|
- MacOS
|
69
|
-
- Windows
|
73
|
+
- Windows
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|