AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LATEST_VERSION_NOTES.rst
LICENSE
MANIFEST.in
README.rst
report_issue.py
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/auths.rst
docs/conf.py
docs/decorators.rst
docs/events.rst
docs/gists.rst
docs/git.rst
docs/github.rst
docs/index.rst
docs/issues.rst
docs/models.rst
docs/notifications.rst
docs/orgs.rst
docs/project_changelog.rst
docs/pulls.rst
docs/repos.rst
docs/search_structs.rst
docs/structs.rst
docs/testing.rst
docs/users.rst
docs/examples/gist.rst
docs/examples/git.rst
docs/examples/github.rst
docs/examples/issue.rst
docs/examples/iterators.rst
docs/examples/logging.rst
docs/examples/oauth.rst
docs/examples/octocat.rst
docs/examples/two_factor_auth.rst
docs/examples/source/browser.py
docs/examples/source/logging_ex.py
docs/examples/source/octocat_say.py
docs/examples/source/wrap_text.py
github3/__about__.py
github3/__init__.py
github3/api.py
github3/auths.py
github3/decorators.py
github3/events.py
github3/exceptions.py
github3/git.py
github3/github.py
github3/models.py
github3/notifications.py
github3/null.py
github3/orgs.py
github3/pulls.py
github3/session.py
github3/structs.py
github3/users.py
github3/utils.py
github3.py.egg-info/PKG-INFO
github3.py.egg-info/SOURCES.txt
github3.py.egg-info/dependency_links.txt
github3.py.egg-info/requires.txt
github3.py.egg-info/top_level.txt
github3/gists/__init__.py
github3/gists/comment.py
github3/gists/file.py
github3/gists/gist.py
github3/gists/history.py
github3/issues/__init__.py
github3/issues/comment.py
github3/issues/event.py
github3/issues/issue.py
github3/issues/label.py
github3/issues/milestone.py
github3/repos/__init__.py
github3/repos/branch.py
github3/repos/comment.py
github3/repos/commit.py
github3/repos/comparison.py
github3/repos/contents.py
github3/repos/deployment.py
github3/repos/hook.py
github3/repos/pages.py
github3/repos/release.py
github3/repos/repo.py
github3/repos/stats.py
github3/repos/status.py
github3/repos/tag.py
github3/search/__init__.py
github3/search/code.py
github3/search/issue.py
github3/search/repository.py
github3/search/user.py
images/gh3-logo.png
tests/__init__.py
tests/conftest.py
tests/fixtures.py
tests/nbtest.py
tests/test_events.py
tests/test_gists.py
tests/test_git.py
tests/test_github.py
tests/test_issue_authorize_optional_scope.py
tests/test_issues.py
tests/test_models.py
tests/test_notifications.py
tests/test_repos.py
tests/test_structs.py
tests/test_users.py
tests/utils.py
tests/cassettes/Asset_delete.json
tests/cassettes/Asset_download.json
tests/cassettes/Asset_download_when_authenticated.json
tests/cassettes/Asset_edit.json
tests/cassettes/Authorization_add_scopes.json
tests/cassettes/Authorization_delete.json
tests/cassettes/Authorization_remove_scopes.json
tests/cassettes/Authorization_replace_scopes.json
tests/cassettes/Deployment_create_status.json
tests/cassettes/Deployment_statuses.json
tests/cassettes/Gist_comments.json
tests/cassettes/Gist_commits.json
tests/cassettes/Gist_create_comment.json
tests/cassettes/Gist_delete.json
tests/cassettes/Gist_edit.json
tests/cassettes/Gist_fork.json
tests/cassettes/Gist_forks.json
tests/cassettes/Gist_is_starred.json
tests/cassettes/Gist_star.json
tests/cassettes/Gist_unstar.json
tests/cassettes/GitHubCore_ratelimit_remaining.json
tests/cassettes/GitHubIterator_resets_etag.json
tests/cassettes/GitHubSession_two_factor_authentication.json
tests/cassettes/GitHub_all_notifications.json
tests/cassettes/GitHub_authorize.json
tests/cassettes/GitHub_create_delete_key.json
tests/cassettes/GitHub_create_gist.json
tests/cassettes/GitHub_create_issue.json
tests/cassettes/GitHub_create_repository.json
tests/cassettes/GitHub_emojis.json
tests/cassettes/GitHub_feeds.json
tests/cassettes/GitHub_followers_auth.json
tests/cassettes/GitHub_followers_of.json
tests/cassettes/GitHub_gist.json
tests/cassettes/GitHub_gitignore_template.json
tests/cassettes/GitHub_gitignore_templates.json
tests/cassettes/GitHub_is_following.json
tests/cassettes/GitHub_is_starred.json
tests/cassettes/GitHub_issue.json
tests/cassettes/GitHub_iter_all_repos.json
tests/cassettes/GitHub_iter_all_users.json
tests/cassettes/GitHub_iter_events.json
tests/cassettes/GitHub_iter_user_teams.json
tests/cassettes/GitHub_me.json
tests/cassettes/GitHub_meta.json
tests/cassettes/GitHub_non_existent_gitignore_template.json
tests/cassettes/GitHub_octocat.json
tests/cassettes/GitHub_organization.json
tests/cassettes/GitHub_pull_request.json
tests/cassettes/GitHub_rate_limit.json
tests/cassettes/GitHub_repositories.json
tests/cassettes/GitHub_repositories_by.json
tests/cassettes/GitHub_repository.json
tests/cassettes/GitHub_repository_with_id.json
tests/cassettes/GitHub_search_code.json
tests/cassettes/GitHub_search_code_with_text_match.json
tests/cassettes/GitHub_search_issues.json
tests/cassettes/GitHub_search_repositories.json
tests/cassettes/GitHub_search_repositories_text_match.json
tests/cassettes/GitHub_search_users.json
tests/cassettes/GitHub_search_users_with_text_match.json
tests/cassettes/GitHub_unread_notifications.json
tests/cassettes/GitHub_update_me.json
tests/cassettes/GitHub_user.json
tests/cassettes/GitHub_user_with_id.json
tests/cassettes/GitHub_zen.json
tests/cassettes/Issue_comments.json
tests/cassettes/Issue_events.json
tests/cassettes/Issue_labels.json
tests/cassettes/Issue_pull_request.json
tests/cassettes/Milestone_labels.json
tests/cassettes/Organization_add_member.json
tests/cassettes/Organization_add_repository.json
tests/cassettes/Organization_conceal_member.json
tests/cassettes/Organization_create_repository.json
tests/cassettes/Organization_create_team.json
tests/cassettes/Organization_edit.json
tests/cassettes/Organization_events.json
tests/cassettes/Organization_is_member.json
tests/cassettes/Organization_is_public_member.json
tests/cassettes/Organization_members.json
tests/cassettes/Organization_public_members.json
tests/cassettes/Organization_publicize_member.json
tests/cassettes/Organization_remove_member.json
tests/cassettes/Organization_remove_repository.json
tests/cassettes/Organization_repositories.json
tests/cassettes/Organization_team.json
tests/cassettes/Organization_teams.json
tests/cassettes/PullFile_contents.json
tests/cassettes/PullFile_download.json
tests/cassettes/PullRequest_close.json
tests/cassettes/PullRequest_commits.json
tests/cassettes/PullRequest_create_review_comment.json
tests/cassettes/PullRequest_diff.json
tests/cassettes/PullRequest_files.json
tests/cassettes/PullRequest_is_merged.json
tests/cassettes/PullRequest_issue_comments.json
tests/cassettes/PullRequest_patch.json
tests/cassettes/PullRequest_reopen.json
tests/cassettes/PullRequest_reply.json
tests/cassettes/PullRequest_review_comments.json
tests/cassettes/PullRequest_update.json
tests/cassettes/Release_asset.json
tests/cassettes/Release_assets.json
tests/cassettes/Release_delete.json
tests/cassettes/Release_edit.json
tests/cassettes/Release_upload_asset.json
tests/cassettes/RepoCommit_comments.json
tests/cassettes/RepoCommit_statuses.json
tests/cassettes/RepositoryPages_latest_pages_build.json
tests/cassettes/RepositoryPages_pages.json
tests/cassettes/RepositoryPages_pages_builds.json
tests/cassettes/Repository_add_collaborator.json
tests/cassettes/Repository_assignees.json
tests/cassettes/Repository_branches.json
tests/cassettes/Repository_code_frequency.json
tests/cassettes/Repository_collaborators.json
tests/cassettes/Repository_comments.json
tests/cassettes/Repository_commit_activity.json
tests/cassettes/Repository_commits.json
tests/cassettes/Repository_contributor_statistics.json
tests/cassettes/Repository_contributors.json
tests/cassettes/Repository_create_deployment.json
tests/cassettes/Repository_create_empty_blob.json
tests/cassettes/Repository_create_release.json
tests/cassettes/Repository_delete.json
tests/cassettes/Repository_deployment.json
tests/cassettes/Repository_deployments.json
tests/cassettes/Repository_directory_contents.json
tests/cassettes/Repository_events.json
tests/cassettes/Repository_file_contents.json
tests/cassettes/Repository_forks.json
tests/cassettes/Repository_hooks.json
tests/cassettes/Repository_ignore.json
tests/cassettes/Repository_invalid_refs.json
tests/cassettes/Repository_issue_events.json
tests/cassettes/Repository_issues_ascending.json
tests/cassettes/Repository_issues_state_all.json
tests/cassettes/Repository_key.json
tests/cassettes/Repository_keys.json
tests/cassettes/Repository_labels.json
tests/cassettes/Repository_languages.json
tests/cassettes/Repository_milestone.json
tests/cassettes/Repository_milestones.json
tests/cassettes/Repository_network_events.json
tests/cassettes/Repository_notifications.json
tests/cassettes/Repository_pull_requests.json
tests/cassettes/Repository_pull_requests_accept_sort.json
tests/cassettes/Repository_refs.json
tests/cassettes/Repository_release.json
tests/cassettes/Repository_releases.json
tests/cassettes/Repository_stargazers.json
tests/cassettes/Repository_statuses.json
tests/cassettes/Repository_subscribers.json
tests/cassettes/Repository_subscription.json
tests/cassettes/Repository_tags.json
tests/cassettes/Repository_teams.json
tests/cassettes/ReviewComment_reply.json
tests/cassettes/Team_add_member.json
tests/cassettes/Team_add_repository.json
tests/cassettes/Team_delete.json
tests/cassettes/Team_edit.json
tests/cassettes/Team_has_repository.json
tests/cassettes/Team_is_member.json
tests/cassettes/Team_members.json
tests/cassettes/Team_remove_member.json
tests/cassettes/Team_remove_repository.json
tests/cassettes/Team_repositories.json
tests/cassettes/User_events.json
tests/cassettes/User_followers.json
tests/cassettes/User_following.json
tests/cassettes/User_iter_orgs.json
tests/cassettes/User_keys.json
tests/cassettes/User_organization_events.json
tests/cassettes/User_organizations.json
tests/cassettes/User_orgs.json
tests/cassettes/User_received_events.json
tests/cassettes/User_starred_repositories.json
tests/cassettes/User_subscriptions.json
tests/integration/__init__.py
tests/integration/helper.py
tests/integration/test_api.py
tests/integration/test_auths.py
tests/integration/test_gists.py
tests/integration/test_github.py
tests/integration/test_github_core.py
tests/integration/test_issue.py
tests/integration/test_issues_milestone.py
tests/integration/test_orgs.py
tests/integration/test_orgs_team.py
tests/integration/test_pulls.py
tests/integration/test_repos_commit.py
tests/integration/test_repos_deployment.py
tests/integration/test_repos_pages.py
tests/integration/test_repos_release.py
tests/integration/test_repos_repo.py
tests/integration/test_session.py
tests/integration/test_structs.py
tests/integration/test_users.py
tests/json/archive
tests/json/asset
tests/json/authorization
tests/json/blob
tests/json/branch
tests/json/code_frequency
tests/json/commit
tests/json/commit_activity
tests/json/commit_comment
tests/json/comparison
tests/json/contents
tests/json/contributor_statistics
tests/json/create_content
tests/json/emails
tests/json/event
tests/json/gist
tests/json/gist_comment
tests/json/gist_history
tests/json/git_commit
tests/json/hook
tests/json/issue
tests/json/issue_137
tests/json/issue_comment
tests/json/issue_enterprise
tests/json/issue_event
tests/json/key
tests/json/label
tests/json/language
tests/json/legacy_email
tests/json/legacy_issue
tests/json/legacy_repo
tests/json/legacy_user
tests/json/merge
tests/json/meta
tests/json/milestone
tests/json/notification
tests/json/org
tests/json/pull
tests/json/pull19
tests/json/pull19_comment
tests/json/pull_enterprise
tests/json/pull_file
tests/json/pull_request
tests/json/ratelimit
tests/json/readme
tests/json/ref
tests/json/refresh_fixtures.py
tests/json/release
tests/json/repo
tests/json/repo_comment
tests/json/review_comment
tests/json/status
tests/json/subscription
tests/json/tag
tests/json/team
tests/json/template
tests/json/templates
tests/json/tree
tests/json/user
tests/json/utf8_user
tests/json/weekly_commit_count
tests/unit/__init__.py
tests/unit/helper.py
tests/unit/test_api.py
tests/unit/test_auths.py
tests/unit/test_gists.py
tests/unit/test_github.py
tests/unit/test_github_session.py
tests/unit/test_issues_issue.py
tests/unit/test_issues_milestone.py
tests/unit/test_null.py
tests/unit/test_orgs.py
tests/unit/test_orgs_team.py
tests/unit/test_pulls.py
tests/unit/test_repos_commit.py
tests/unit/test_repos_deployment.py
tests/unit/test_repos_release.py
tests/unit/test_repos_repo.py
tests/unit/test_structs.py
tests/unit/test_users.py
tests/unit/test_utils.py