Skip to main content

Github Commits Downloader App

Project description

GitHubCommitsDownloader

If you want explore any package's development tree you can use this package. A few about this package. This package is downloads all commits of given branch(es) or parsed all branches

Installation

pip install GitHubCommitsDownloader

Usage

# How To Use Programatically
from GitHubCommitsDownloader import GitHubCommitsDownloader as GHCD

"""
	input: {
		user: required: User's Github Name
		repo: required: User's GitHub Reposetory
		branch: not required: default: all, input: comma-separated branches list
		root: not required: default current directory
	}
"""
GHCD({
	"user": "MDReal32",
	"repo": "GitHubCommitsDownloader"
}).parse()
# Or
GHCD("MDReal32/GitHubCommitsDownloader").parse()
# Or
GHCD({
	"package": "MDReal32/GitHubCommitsDownloader"
}).parse()
# CLI Usage Guide
# input {
# 	-p/--package: required: User's Package Code
# 		or
# 	-u/--user: required: User's Github Name
# 	-r/--repo: required: User's GitHub Reposetory
# 
# 	-b/--branch: not required: default: all, input: comma-separated branches list
# 	-w/--workingdir: not required: default current directory
# }
GitHubCommitsDownloader -u MDReal32 -r GitHubCommitsDownloader
	or
GHCD -u MDReal32 -r GitHubCommitsDownloader
	or
GHCD -p MDReal32/GitHubCommitsDownloader

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

GitHubCommitsDownloader-1.3.7.tar.gz (7.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page