knit-graphs 0.0.1__tar.gz → 0.0.4__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.
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: knit-graphs
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: A graph representation of knitted structures where each loop is a node and edges represent yarn and
|
|
5
|
-
Project-URL: Documentation, https://github.com/
|
|
6
|
-
Project-URL: Issues, https://github.com/
|
|
7
|
-
Project-URL: Source, https://github.com/
|
|
3
|
+
Version: 0.0.4
|
|
4
|
+
Summary: A graph representation of knitted structures where each loop is a node and edges represent yarn and stitch relationships.
|
|
5
|
+
Project-URL: Documentation, https://github.com/mhofmann-Khoury/knit_graph#readme
|
|
6
|
+
Project-URL: Issues, https://github.com/mhofmann-Khoury/knit_graph/issues
|
|
7
|
+
Project-URL: Source, https://github.com/mhofmann-Khoury/knit_graph
|
|
8
8
|
Author-email: Megan Hofmann <m.hofmann@northeastern.edu>
|
|
9
9
|
License-Expression: MIT
|
|
10
10
|
License-File: LICENSE
|
|
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "knit-graphs"
|
|
7
7
|
dynamic = ["version"]
|
|
8
|
-
description = 'A graph representation of knitted structures where each loop is a node and edges represent yarn and
|
|
8
|
+
description = 'A graph representation of knitted structures where each loop is a node and edges represent yarn and stitch relationships.'
|
|
9
9
|
homepage = "https://github.com/mhofmann-Khoury/knit_graph"
|
|
10
10
|
repositor = "https://github.com/mhofmann-Khoury/knit_graph"
|
|
11
11
|
readme = "README.md"
|
|
@@ -30,9 +30,9 @@ dependencies = [
|
|
|
30
30
|
]
|
|
31
31
|
|
|
32
32
|
[project.urls]
|
|
33
|
-
Documentation = "https://github.com/
|
|
34
|
-
Issues =
|
|
35
|
-
Source =
|
|
33
|
+
Documentation = "https://github.com/mhofmann-Khoury/knit_graph#readme"
|
|
34
|
+
Issues = "https://github.com/mhofmann-Khoury/knit_graph/issues"
|
|
35
|
+
Source = "https://github.com/mhofmann-Khoury/knit_graph"
|
|
36
36
|
|
|
37
37
|
[tool.hatch.version]
|
|
38
38
|
path = "src/knit_graphs/__about__.py"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|