-
https://github.com/PyGithub/PyGithub
```python
from github import Github
# Authentication is defined via github.Auth
from github import Auth
# using an access token
auth = Auth.Token("acce…
-
This feature is available in create_repo method in organization. But the same need to be replicated to create_repo_from_template as well.
Reference PR : https://github.com/PyGithub/PyGithub/pull/18…
-
## 🚀 Feature
Simply usage of API, see https://github.com/PyGithub/PyGithub
### Motivation
Prune the URI/URL requests
### Pitch
### Alternatives
It may increase number of calls, ma…
Borda updated
2 years ago
-
issue test
-
```
ipdb> s
--Call--
> /usr/local/lib/python3.9/site-packages/requests/sessions.py(592)put()
590 return self.request('POST', url, data=data, json=json, **kwargs)
591
--> 592 …
qgbcs updated
2 years ago
-
Both github3 and pygithub have missing API methods. The [ghapi](https://github.com/fastai/ghapi) package builds the API client directly from the spec and so is ~always complete. I think we could repla…
-
https://pygithub.readthedocs.io/en/stable/examples/Authentication.html
I think this would allow pygithub to be updated, rather than pinned at 1.57
-
If I don't have the pygithub module I get the message:
``` python
Traceback (most recent call last):
File "/home/xleo/src/lvidarte/lai/client/lai/app.py", line 13, in
from lai import Client, D…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. run `nix-shell -p python312Packages.keep`
### Build log
```shell
this derivation will be built:
/nix/store/g1hflqj5pqpk6y79jxg4l…
-
Thanks!