├── .project ├── .pydevproject ├── .settings └── .gitignore ├── LICENSE ├── README.md ├── example_completion.png ├── github_clone_all.py ├── github_completion_times.py ├── github_config.py ├── github_event_times.py ├── github_graders.py ├── github_invite_to_org.py ├── github_invite_to_team.py ├── github_no_partners.py ├── github_org_teams.py ├── github_private_all.py ├── github_project_status.py ├── github_rate_limit.py ├── github_scanner.py └── github_team_members.py /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/.project -------------------------------------------------------------------------------- /.pydevproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/.pydevproject -------------------------------------------------------------------------------- /.settings/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/.settings/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/README.md -------------------------------------------------------------------------------- /example_completion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/example_completion.png -------------------------------------------------------------------------------- /github_clone_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/github_clone_all.py -------------------------------------------------------------------------------- /github_completion_times.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/github_completion_times.py -------------------------------------------------------------------------------- /github_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/github_config.py -------------------------------------------------------------------------------- /github_event_times.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/github_event_times.py -------------------------------------------------------------------------------- /github_graders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/github_graders.py -------------------------------------------------------------------------------- /github_invite_to_org.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/github_invite_to_org.py -------------------------------------------------------------------------------- /github_invite_to_team.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/github_invite_to_team.py -------------------------------------------------------------------------------- /github_no_partners.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/github_no_partners.py -------------------------------------------------------------------------------- /github_org_teams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/github_org_teams.py -------------------------------------------------------------------------------- /github_private_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/github_private_all.py -------------------------------------------------------------------------------- /github_project_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/github_project_status.py -------------------------------------------------------------------------------- /github_rate_limit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/github_rate_limit.py -------------------------------------------------------------------------------- /github_scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/github_scanner.py -------------------------------------------------------------------------------- /github_team_members.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danwallach/github-classroom-utils/HEAD/github_team_members.py --------------------------------------------------------------------------------