github-forker 1.0.1__tar.gz → 1.0.2__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.
- {github_forker-1.0.1 → github_forker-1.0.2}/PKG-INFO +3 -3
- {github_forker-1.0.1 → github_forker-1.0.2}/README.md +2 -2
- {github_forker-1.0.1 → github_forker-1.0.2}/pyproject.toml +1 -1
- {github_forker-1.0.1 → github_forker-1.0.2}/.gitignore +0 -0
- {github_forker-1.0.1 → github_forker-1.0.2}/CHANGELOG.md +0 -0
- {github_forker-1.0.1 → github_forker-1.0.2}/LICENSE +0 -0
- {github_forker-1.0.1 → github_forker-1.0.2}/Makefile +0 -0
- {github_forker-1.0.1 → github_forker-1.0.2}/src/pygithub_fork/__init__.py +0 -0
- {github_forker-1.0.1 → github_forker-1.0.2}/src/pygithub_fork/exceptions.py +0 -0
- {github_forker-1.0.1 → github_forker-1.0.2}/src/pygithub_fork/forker.py +0 -0
- {github_forker-1.0.1 → github_forker-1.0.2}/src/pygithub_fork/models.py +0 -0
- {github_forker-1.0.1 → github_forker-1.0.2}/tests/__init__.py +0 -0
- {github_forker-1.0.1 → github_forker-1.0.2}/tests/test_forker.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github-forker
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Production-ready GitHub repository forking built on PyGithub — retry, backoff, readiness polling, thread pool, background jobs, upstream remotes, and webhooks.
|
|
5
5
|
Project-URL: Homepage, https://github.com/cumulus13/pygithub-fork
|
|
6
6
|
Project-URL: Repository, https://github.com/cumulus13/pygithub-fork
|
|
@@ -34,8 +34,8 @@ Description-Content-Type: text/markdown
|
|
|
34
34
|
|
|
35
35
|
# github-forker
|
|
36
36
|
|
|
37
|
-
[](https://pypi.org/project/github-forker/)
|
|
38
|
+
[](https://pypi.org/project/github-forker/)
|
|
39
39
|
[](LICENSE)
|
|
40
40
|
|
|
41
41
|
Production-ready GitHub repository forking built on [PyGithub](https://github.com/PyGithub/PyGithub).
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# github-forker
|
|
2
2
|
|
|
3
|
-
[](https://pypi.org/project/github-forker/)
|
|
4
|
+
[](https://pypi.org/project/github-forker/)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
7
7
|
Production-ready GitHub repository forking built on [PyGithub](https://github.com/PyGithub/PyGithub).
|
|
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "github-forker"
|
|
9
|
-
version = "1.0.
|
|
9
|
+
version = "1.0.2"
|
|
10
10
|
description = "Production-ready GitHub repository forking built on PyGithub — retry, backoff, readiness polling, thread pool, background jobs, upstream remotes, and webhooks."
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
authors = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|