ghpr-py 0.0.0__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.
ghpr_py-0.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: ghpr-py
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: GitHub PR/Issue management: clone, sync, and iterate on PR/issue descriptions and comments locally, with gist mirroring
|
|
5
|
+
Project-URL: Repository, https://github.com/ryan-williams/git-helpers
|
|
6
|
+
Requires-Python: >=3.10
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: ghpr-py
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: GitHub PR/Issue management: clone, sync, and iterate on PR/issue descriptions and comments locally, with gist mirroring
|
|
5
|
+
Project-URL: Repository, https://github.com/ryan-williams/git-helpers
|
|
6
|
+
Requires-Python: >=3.10
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "ghpr-py"
|
|
7
|
+
version = "0.0.0"
|
|
8
|
+
description = "GitHub PR/Issue management: clone, sync, and iterate on PR/issue descriptions and comments locally, with gist mirroring"
|
|
9
|
+
requires-python = ">=3.10"
|
|
10
|
+
|
|
11
|
+
[project.urls]
|
|
12
|
+
Repository = "https://github.com/ryan-williams/git-helpers"
|
ghpr_py-0.0.0/setup.cfg
ADDED