Metadata-Version: 2.1
Name: git-dump-tool
Version: 0.1.0
Author: Sergey M
License: # LICENSE
        
        Free for commercial usage. You do not have the right to use this software against residents of the Russian Federation, the Republic of Belarus and China.
        
Project-URL: Repository, https://github.com/s3rgeym/git-dump.git
Classifier: Topic :: Internet
Requires-Python: >=3.6.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# git-dump

Null Dependency Git Dumper for Python >= 3.6

```bash
# direct usage
python git_dump_tool.py -h

# install
pip install git-dump-tool
git-dump -u https://target.tld/.git/
```
