sinew 0.0.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.
sinew-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: sinew
3
+ Version: 0.0.1
4
+ Summary: Structural dependency graph for codebases. Coming soon.
5
+ License: MIT
6
+ Requires-Python: >=3.11
sinew-0.0.1/README.md ADDED
File without changes
@@ -0,0 +1,11 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "sinew"
7
+ version = "0.0.1"
8
+ description = "Structural dependency graph for codebases. Coming soon."
9
+ readme = "README.md"
10
+ license = { text = "MIT" }
11
+ requires-python = ">=3.11"
@@ -0,0 +1 @@
1
+ # sinew — coming soon