Software Details:
Version: 0.9.3 / 1.0.0a1
Upload Date: 1 Mar 15
Distribution Type: Freeware
Downloads: 172
Works with the latest version of the API, v3.
Features:
- Login on GitHub
- Get gists
- Create gist
- Create a new repo
- Manage repos
- Change user details
- Follow other users on GitHub
- Manage issues
- Manage organizations
- Search GitHub
What is new in this release:
- Fixed bug in GitHub#search_users (and github3.search_users).
- Expose the stargazers count for repositories.
What is new in version 0.8.0:
- Switch to requests >= 2.0
- Totally remove all references to the Downloads API
- Fixed bug in Repository#update_file where branch was not being sent to the API.
- Add GitHub#rate_limit to return all of the information from the /rate_limit endpoint.
- Catch missing attributes -- diff_hunk, original_commit_id -- on ReviewComment.
- Added support for the Emojis endpoint
- Note deprecation of a few object attributes
What is new in version 0.7.1:
- Added dependency on uritemplate.py_ to add URITemplates to different classes.
- Fixed issue trying to parse ``html_url`` on Pull Requests.
What is new in version 0.5:
- 100% (mock) test coverage.
- Added support for the announced meta endpoint.
- Added support for conditional refreshing.
What is new in version 0.3:
- is_fork() and fork return the same thing.
- is_private() and private return the same thing as well.
- has_downloads, has_issues, has_wiki are now straight attributes.
What is new in version 0.2:
- More tests.
- Changed the way Repository.edit works.
- Changed Repository.contents behavior when acting on a 404.
- 50% test coverage via mock tests.
What is new in version 0.1:
- Added API for GitHub Enterprise customers.
What is new in version 0.1a4:
- Support for the complete GitHub API
- Partial coverage (unittests)
Comments not found