github2pandas
latest
Transform GitHub Activities to Pandas Dataframes
For Contributors
github2pandas package
Change log
github2pandas
»
Index
Edit on GitHub
Index
A
|
C
|
D
|
E
|
G
|
H
|
I
|
M
|
N
|
P
|
R
|
S
|
U
|
V
|
W
A
apply_datetime_format() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
C
check_for_updates() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
check_for_updates_paginated() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
clone_repository() (github2pandas.version.Version static method)
COMMIT_DELETEABLE_COLUMNS (github2pandas.version.Version attribute)
,
[1]
COMMIT_RENAMING_COLUMNS (github2pandas.version.Version attribute)
,
[1]
D
define_unknown_user() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
(github2pandas.version.Version method)
(github2pandas.version.Version static method)
download_workflow_log_files() (github2pandas.workflows.Workflows method)
(github2pandas.workflows.Workflows static method)
E
EDIT_RENAMING_COLUMNS (github2pandas.version.Version attribute)
,
[1]
extract_assignees() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
extract_author_data_from_commit() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
extract_comment_data() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
extract_committer_data_from_commit() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
extract_event_data() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
extract_git_releases_data() (github2pandas.git_releases.GitReleases method)
(github2pandas.git_releases.GitReleases static method)
extract_issue_data() (github2pandas.issues.Issues method)
(github2pandas.issues.Issues static method)
extract_labels() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
extract_pull_request_commit_data() (github2pandas.pull_requests.PullRequests method)
(github2pandas.pull_requests.PullRequests static method)
extract_pull_request_data() (github2pandas.pull_requests.PullRequests method)
(github2pandas.pull_requests.PullRequests static method)
extract_pull_request_review_data() (github2pandas.pull_requests.PullRequests method)
(github2pandas.pull_requests.PullRequests static method)
extract_reaction_data() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
extract_user_data() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
extract_workflow_data() (github2pandas.workflows.Workflows method)
(github2pandas.workflows.Workflows static method)
extract_workflow_run_data() (github2pandas.workflows.Workflows method)
(github2pandas.workflows.Workflows static method)
G
generate_data_base() (github2pandas.version.Version method)
(github2pandas.version.Version static method)
generate_git_releases_pandas_tables() (github2pandas.git_releases.GitReleases method)
(github2pandas.git_releases.GitReleases static method)
generate_issue_pandas_tables() (github2pandas.issues.Issues method)
(github2pandas.issues.Issues static method)
generate_pull_request_pandas_tables() (github2pandas.pull_requests.PullRequests method)
(github2pandas.pull_requests.PullRequests static method)
generate_version_pandas_tables() (github2pandas.version.Version method)
(github2pandas.version.Version static method)
generate_workflow_pandas_tables() (github2pandas.workflows.Workflows method)
(github2pandas.workflows.Workflows static method)
get_git_releases() (github2pandas.git_releases.GitReleases method)
(github2pandas.git_releases.GitReleases static method)
get_issues() (github2pandas.issues.Issues method)
(github2pandas.issues.Issues static method)
get_pull_requests() (github2pandas.pull_requests.PullRequests method)
(github2pandas.pull_requests.PullRequests static method)
get_repo() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
get_repo_informations() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
get_repos() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
get_unknown_users() (github2pandas.version.Version method)
(github2pandas.version.Version static method)
get_users() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
get_users_ids() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
get_version() (github2pandas.version.Version method)
(github2pandas.version.Version static method)
get_workflows() (github2pandas.workflows.Workflows method)
(github2pandas.workflows.Workflows static method)
GIT_RELEASES (github2pandas.git_releases.GitReleases attribute)
,
[1]
GIT_RELEASES_DIR (github2pandas.git_releases.GitReleases attribute)
,
[1]
github2pandas
module
github2pandas.git_releases
module
github2pandas.issues
module
github2pandas.pull_requests
module
github2pandas.utility
module
github2pandas.version
module
github2pandas.workflows
module
GitReleases (class in github2pandas.git_releases)
H
handleError() (github2pandas.version.Version method)
(github2pandas.version.Version static method)
I
Issues (class in github2pandas.issues)
ISSUES (github2pandas.issues.Issues attribute)
,
[1]
ISSUES_COMMENTS (github2pandas.issues.Issues attribute)
,
[1]
ISSUES_DIR (github2pandas.issues.Issues attribute)
,
[1]
ISSUES_EVENTS (github2pandas.issues.Issues attribute)
,
[1]
ISSUES_REACTIONS (github2pandas.issues.Issues attribute)
,
[1]
M
module
github2pandas
github2pandas.git_releases
github2pandas.issues
github2pandas.pull_requests
github2pandas.utility
github2pandas.version
github2pandas.workflows
N
no_of_proceses (github2pandas.version.Version attribute)
no_of_processes (github2pandas.version.Version attribute)
P
PULL_REQUESTS (github2pandas.pull_requests.PullRequests attribute)
,
[1]
PULL_REQUESTS_COMMENTS (github2pandas.pull_requests.PullRequests attribute)
,
[1]
PULL_REQUESTS_COMMITS (github2pandas.pull_requests.PullRequests attribute)
,
[1]
PULL_REQUESTS_DIR (github2pandas.pull_requests.PullRequests attribute)
,
[1]
PULL_REQUESTS_EVENTS (github2pandas.pull_requests.PullRequests attribute)
,
[1]
PULL_REQUESTS_REACTIONS (github2pandas.pull_requests.PullRequests attribute)
,
[1]
PULL_REQUESTS_REVIEWS (github2pandas.pull_requests.PullRequests attribute)
,
[1]
PullRequests (class in github2pandas.pull_requests)
R
REPO (github2pandas.utility.Utility attribute)
,
[1]
S
save_list_to_pandas_table() (github2pandas.utility.Utility method)
(github2pandas.utility.Utility static method)
U
USERS (github2pandas.utility.Utility attribute)
,
[1]
Utility (class in github2pandas.utility)
V
Version (class in github2pandas.version)
VERSION_BRANCHES (github2pandas.version.Version attribute)
,
[1]
VERSION_COMMITS (github2pandas.version.Version attribute)
,
[1]
VERSION_DB (github2pandas.version.Version attribute)
,
[1]
VERSION_DIR (github2pandas.version.Version attribute)
,
[1]
VERSION_EDITS (github2pandas.version.Version attribute)
,
[1]
VERSION_REPOSITORY_DIR (github2pandas.version.Version attribute)
,
[1]
W
Workflows (class in github2pandas.workflows)
WORKFLOWS (github2pandas.workflows.Workflows attribute)
,
[1]
WORKFLOWS_DIR (github2pandas.workflows.Workflows attribute)
,
[1]
WORKFLOWS_RUNS (github2pandas.workflows.Workflows attribute)
,
[1]