Metadata-Version: 2.1
Name: getgit
Version: 0.1.6
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: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE

# 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
  
```
$ getgit -h
usage: getgit [-h] [-s SERVICE] [-n NICKNAME] [-r REP_NAME] [-p PORT]

options:
  -h, --help            show this help message and exit
  -s SERVICE, --service SERVICE
  -n NICKNAME, --nickname NICKNAME
  -r REP_NAME, --rep-name REP_NAME
  -p PORT, --port PORT
  -c CFG_INFO, --cfg-info CFG_INFO
```


