Metadata-Version: 2.1
Name: getgit
Version: 0.1.8
Summary: Cloning repositories of user
Home-page: https://github.com/kra53n/getgit
Author: Gregory Bakhtin
Author-email: greasha46@gmail.com
License: GPL3
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Environment :: Console
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bs4
Requires-Dist: pyyaml
Requires-Dist: requests

# Getgit

**Getgit** - terminal utility that allows to clone user repositories.

`It allows to clone only public repositories because of using web parsing.`

[![Downloads](https://static.pepy.tech/personalized-badge/getgit?period=total&units=international_system&left_color=grey&right_color=green&left_text=Downloads)](https://pepy.tech/project/getgit)
[![License](https://img.shields.io/badge/license-GPL3-blue.svg)](https://pepy.tech/project/getgit)


<details>
<summary>Installing</summary>

## Installing

### First way

1. Install Python3.
2. Install Getgit with the following `pip` command from the command prompt:

```sh
pip install getgit
```

### Second way

1. Install Python3.
2. Clone Getgit with git command:
3. Go to the directory `getgit`:
4. Use Python command for installing scripts below:

```sh
git clone https://github.com/kra53n/getgit.git
cd getgit
python setup.py install_scripts
```
</details>


<details>
<summary>Usage</summary>

## Usage

Type `getgit -h` in command prompt for usage information.


