Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitLoad is a simple Python API for downloading web-repositories using only the standard library.

Supported Platforms:

Quick Start

>>> from gitload.github import download
>>> download(user='numpy', repo='numpy')
WindowsPath('C:/Users/GitLoad/AppData/Local/Temp/tmp17gdig4b')

Installation

  • Installation using pip (a Python package manager):
gitload@dev~$ pip install gitload

License

MIT License, Copyright (c) 2023 Sergei Bogdanov. See LICENSE file.

About

A simple synchronous Python API for downloading web-repositories using only the standard library.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages