heckle 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.
heckle-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: heckle
3
+ Version: 0.0.1
4
+ Summary: Generate OpenTofu/Terraform configuration from Git hosting platforms
5
+ Author: Miguel Jacq
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://git.mig5.net/mig5/heckle
8
+ Requires-Python: >=3.10
@@ -0,0 +1,16 @@
1
+ [build-system]
2
+ requires = ["setuptools>=77"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "heckle"
7
+ version = "0.0.1"
8
+ description = "Generate OpenTofu/Terraform configuration from Git hosting platforms"
9
+ requires-python = ">=3.10"
10
+ license = "MIT"
11
+ authors = [
12
+ { name = "Miguel Jacq" }
13
+ ]
14
+
15
+ [project.urls]
16
+ Homepage = "https://git.mig5.net/mig5/heckle"
heckle-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,2 @@
1
+ """Heckle."""
2
+ __version__ = "0.0.1"
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: heckle
3
+ Version: 0.0.1
4
+ Summary: Generate OpenTofu/Terraform configuration from Git hosting platforms
5
+ Author: Miguel Jacq
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://git.mig5.net/mig5/heckle
8
+ Requires-Python: >=3.10
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ src/heckle/__init__.py
3
+ src/heckle.egg-info/PKG-INFO
4
+ src/heckle.egg-info/SOURCES.txt
5
+ src/heckle.egg-info/dependency_links.txt
6
+ src/heckle.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ heckle