util_git_pypi#

github#

github_file_downloader(repo_url[, ...])

Download files from a GitHub repository.

github_get_status(usr_name[, repo_name])

Fetches GitHub repository status including stars, forks, issues, and pull requests.

github_private_file_downloader(raw_url, ...)

Download a file (e.g. a ZIP) from a private GitHub repository given its raw/blob URL, using a personal access token for authentication.

pypi#

pypi_downloads(pkg_name)

Get the total downloads of a package from PyPI.