ghapi 1.1.0__tar.gz → 1.1.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.
- {ghapi-1.1.0/ghapi.egg-info → ghapi-1.1.1}/PKG-INFO +2 -2
- ghapi-1.1.1/ghapi/__init__.py +1 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/metadata.py +4 -2
- {ghapi-1.1.0 → ghapi-1.1.1/ghapi.egg-info}/PKG-INFO +2 -2
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi.egg-info/requires.txt +1 -1
- {ghapi-1.1.0 → ghapi-1.1.1}/pyproject.toml +1 -1
- ghapi-1.1.0/ghapi/__init__.py +0 -1
- {ghapi-1.1.0 → ghapi-1.1.1}/CONTRIBUTING.md +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/LICENSE +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/MANIFEST.in +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/README.md +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/_modidx.py +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/_nbdev.py +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/actions.py +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/all.py +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/auth.py +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/build_lib.py +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/cli.py +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/core.py +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/event.py +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/graphql.py +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/page.py +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/py.typed +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/skill.py +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi/templates.py +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi.egg-info/SOURCES.txt +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi.egg-info/dependency_links.txt +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi.egg-info/entry_points.txt +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/ghapi.egg-info/top_level.txt +0 -0
- {ghapi-1.1.0 → ghapi-1.1.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ghapi
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.1
|
|
4
4
|
Summary: A python client for the GitHub API
|
|
5
5
|
Author-email: Jeremy Howard <info@fast.ai>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
15
15
|
Requires-Python: >=3.7
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: fastcore
|
|
18
|
+
Requires-Dist: fastcore<2,>=1.12.19
|
|
19
19
|
Provides-Extra: dev
|
|
20
20
|
Requires-Dist: fastgit; extra == "dev"
|
|
21
21
|
Requires-Dist: jsonref; extra == "dev"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.1.1"
|
|
@@ -969,7 +969,7 @@ funcs = [('/', 'get', 'meta/root', 'GitHub API Root', 'rest/meta/meta#github-api
|
|
|
969
969
|
'secret-scanning/list-alerts-for-org',
|
|
970
970
|
'List secret scanning alerts for an organization',
|
|
971
971
|
'rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization',
|
|
972
|
-
['state', 'secret_type', 'exclude_secret_types', 'exclude_providers', 'providers', 'resolution', 'assignee', 'sort', 'direction', 'page', 'per_page', 'before', 'after', 'validity', 'is_publicly_leaked', 'is_multi_repo', 'hide_secret', 'is_bypassed'],
|
|
972
|
+
['state', 'secret_type', 'exclude_secret_types', 'exclude_providers', 'providers', 'resolution', 'assignee', 'sort', 'direction', 'page', 'per_page', 'before', 'after', 'validity', 'is_publicly_leaked', 'is_multi_repo', 'hide_secret', 'is_bypassed', 'included_metadata', 'owner_email_hash'],
|
|
973
973
|
[],
|
|
974
974
|
''),
|
|
975
975
|
('/orgs/{org}/secret-scanning/pattern-configurations', 'get', 'secret-scanning/list-org-pattern-configs', 'List organization pattern configurations', 'rest/secret-scanning/push-protection#list-organization-pattern-configurations', [], [], ''),
|
|
@@ -1475,6 +1475,8 @@ funcs = [('/', 'get', 'meta/root', 'GitHub API Root', 'rest/meta/meta#github-api
|
|
|
1475
1475
|
('/repos/{owner}/{repo}/interaction-limits/pulls/bypass-list', 'get', 'interactions/get-pull-request-bypass-list-for-repo', 'Get pull request creation cap bypass list for a repository', 'rest/interactions/repos#get-pull-request-creation-cap-bypass-list-for-a-repository', [], [], ''),
|
|
1476
1476
|
('/repos/{owner}/{repo}/interaction-limits/pulls/bypass-list', 'put', 'interactions/set-pull-request-bypass-list-for-repo', 'Add users to the pull request creation cap bypass list for a repository', 'rest/interactions/repos#add-users-to-the-pull-request-creation-cap-bypass-list-for-a-repository', [], [['users', list]], ''),
|
|
1477
1477
|
('/repos/{owner}/{repo}/interaction-limits/pulls/bypass-list', 'delete', 'interactions/remove-pull-request-bypass-list-for-repo', 'Remove users from the pull request creation cap bypass list for a repository', 'rest/interactions/repos#remove-users-from-the-pull-request-creation-cap-bypass-list-for-a-repository', [], [['users', list]], ''),
|
|
1478
|
+
('/repos/{owner}/{repo}/interaction-limits/pulls/creation-cap', 'get', 'interactions/get-pull-request-creation-cap-for-repo', 'Get pull request creation cap for a repository', 'rest/interactions/repos#get-pull-request-creation-cap-for-a-repository', [], [], ''),
|
|
1479
|
+
('/repos/{owner}/{repo}/interaction-limits/pulls/creation-cap', 'patch', 'interactions/update-pull-request-creation-cap-for-repo', 'Update pull request creation cap for a repository', 'rest/interactions/repos#update-pull-request-creation-cap-for-a-repository', [], [['enabled', bool], ['max_open_pull_requests', int]], ''),
|
|
1478
1480
|
('/repos/{owner}/{repo}/invitations', 'get', 'repos/list-invitations', 'List repository invitations', 'rest/collaborators/invitations#list-repository-invitations', ['per_page', 'page'], [], ''),
|
|
1479
1481
|
('/repos/{owner}/{repo}/invitations/{invitation_id}', 'patch', 'repos/update-invitation', 'Update a repository invitation', 'rest/collaborators/invitations#update-a-repository-invitation', [], [['permissions', str]], ''),
|
|
1480
1482
|
('/repos/{owner}/{repo}/invitations/{invitation_id}', 'delete', 'repos/delete-invitation', 'Delete a repository invitation', 'rest/collaborators/invitations#delete-a-repository-invitation', [], [], ''),
|
|
@@ -1654,7 +1656,7 @@ funcs = [('/', 'get', 'meta/root', 'GitHub API Root', 'rest/meta/meta#github-api
|
|
|
1654
1656
|
'secret-scanning/list-alerts-for-repo',
|
|
1655
1657
|
'List secret scanning alerts for a repository',
|
|
1656
1658
|
'rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository',
|
|
1657
|
-
['state', 'secret_type', 'exclude_secret_types', 'exclude_providers', 'providers', 'resolution', 'assignee', 'sort', 'direction', 'page', 'per_page', 'before', 'after', 'validity', 'is_publicly_leaked', 'is_multi_repo', 'hide_secret', 'is_bypassed'],
|
|
1659
|
+
['state', 'secret_type', 'exclude_secret_types', 'exclude_providers', 'providers', 'resolution', 'assignee', 'sort', 'direction', 'page', 'per_page', 'before', 'after', 'validity', 'is_publicly_leaked', 'is_multi_repo', 'hide_secret', 'is_bypassed', 'included_metadata', 'owner_email_hash'],
|
|
1658
1660
|
[],
|
|
1659
1661
|
''),
|
|
1660
1662
|
('/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}', 'get', 'secret-scanning/get-alert', 'Get a secret scanning alert', 'rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert', ['hide_secret'], [], ''),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ghapi
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.1
|
|
4
4
|
Summary: A python client for the GitHub API
|
|
5
5
|
Author-email: Jeremy Howard <info@fast.ai>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
15
15
|
Requires-Python: >=3.7
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: fastcore
|
|
18
|
+
Requires-Dist: fastcore<2,>=1.12.19
|
|
19
19
|
Provides-Extra: dev
|
|
20
20
|
Requires-Dist: fastgit; extra == "dev"
|
|
21
21
|
Requires-Dist: jsonref; extra == "dev"
|
|
@@ -12,7 +12,7 @@ license = {text = "Apache-2.0"}
|
|
|
12
12
|
authors = [{name = "Jeremy Howard", email = "info@fast.ai"}]
|
|
13
13
|
keywords = ['github', 'api']
|
|
14
14
|
classifiers = ["Natural Language :: English", "Intended Audience :: Developers", "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only"]
|
|
15
|
-
dependencies = ['fastcore>=1.12.19']
|
|
15
|
+
dependencies = ['fastcore>=1.12.19,<2']
|
|
16
16
|
|
|
17
17
|
[project.urls]
|
|
18
18
|
Repository = "https://github.com/fastai/ghapi"
|
ghapi-1.1.0/ghapi/__init__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.1.0"
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|