github3.py
github3.py copied to clipboard
Hi, I'm a library for interacting with GItHub's REST API in a convenient and ergonomic way. I work on Python 3.6+.
The [GitHub API docs for projects](https://docs.github.com/en/rest/reference/projects#update-an-existing-project-card) show that the ``archived`` attribute on Cards is updateable. However, this (wonderful, absolutely indispensable) project doesn't seem to even surface that attribute, let alone...
Roadmap
@sigmavirus24 I think we now have enough changes for a 2.0.0 release. I would like to test it in my apps before doing further changes. I also have an idea...
Hi There, 1. Would you please let us know if there is a way to add a new topic using github3 to a repo? 2. Also, does this support to...
Is there currently a way to react to an issue comment (eg: eyes or 1+ emote)? If so I haven't found it in the documentation. If not I would be...
Hi! Are there any plans to support adding/deleting/listing repository/organization [secrets](https://docs.github.com/en/rest/reference/actions#get-a-repository-secret) ? Thanks in advance.
GitHub Enterprise cloud and On-Premise have support for the "Internal" status. Please add support for setting this attribute. Name | Type | In | Description -- | -- | --...
I envision this as having two distinct layers: 1. Allows users to take advantage of Betamax for recording interactions with the GitHub API via github3.py 1. Allows users to mock...
## Version Information - Python Tested in 3.5.4 and 3.7.0 - pip-18.1 - github3.py 1.2.0, - requests 2.19.1, - uritemplate 3.0.0, - python-dateutil 2.7.3 ## Minimum Reproducible Example ```Python from...
## Version Information Please provide: - The version of Python you're using Python 3.7.3 - The version of pip you used to install github3.py conda 4.8.2. I used conda-forge to...
https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/