Metadata-Version: 2.1
Name: git-repo-backup
Version: 2.0.0
Summary: Backups all of your remote GitHub repositories locally.
Home-page: https://github.com/whisller/git-repo-backup
License: MIT
Keywords: git,github
Author: whisller
Author-email: whisller@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Environment :: Other Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: gitpython (>=2.1,<3.0)
Requires-Dist: pygithub (>=1.43,<2.0)
Requires-Dist: tqdm (>=4.32,<5.0)
Project-URL: Repository, https://github.com/whisller/git-repo-backup
Description-Content-Type: text/markdown

# Git backup.

Backups all of your GitHub remote git repositories locally.

## What do I need?
- Python 3+

## How to run it?
1. Set `GITHUB_TOKEN` env variable with your github token

2. Execute script with path to where repositories should be saved
```
git-backup --path=~/Documents/backup
```

## Install with pypi
```
$ pip install git-repo-backup
```

