Metadata-Version: 2.1
Name: dump-github
Version: 0.1.3
Summary: This tool can be used to back up users' GitHub repositories in case they need them later.
Home-page: https://github.com/core2002/dump_github
Author: core2002
Author-email: core2002@aliyun.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argparse
Requires-Dist: requests

### Github Dumper

Github Dumper is a Python program designed to search for users' GitHub repositories and download the repositories. This tool can be used to back up users' GitHub repositories in case they need them later.

**Usage:**
```
usage: dump_github [-h] [-d] [-p] [-t TOKEN] username

Backup users github repo.

positional arguments:
  username

options:
  -h, --help            show this help message and exit
  -d, --download_zip    only download zip file
  -p, --print           only print urls
  -t TOKEN, --token TOKEN
                        github token

https://github.com/Core2002/dump_github
```


