GitLoad is a simple Python API for downloading web-repositories using only the standard library.
Supported Platforms:
- BitBucket: https://bitbucket.org/
- GitHub: https://github.com/
>>> from gitload.github import download
>>> download(user='numpy', repo='numpy')
WindowsPath('C:/Users/GitLoad/AppData/Local/Temp/tmp17gdig4b')- Installation using
pip(a Python package manager):
gitload@dev~$ pip install gitloadMIT License, Copyright (c) 2023 Sergei Bogdanov. See LICENSE file.
