Metadata-Version: 2.1
Name: github-installer
Version: 0.0.1
Summary: A basic github project installer
Home-page: UNKNOWN
Author: Emrovsky
Author-email: eemrovsky@gmail.com
License: MIT
Keywords: github installer
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

  # github_installer

A basic github project installer by python

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install github_installer.

```bash
pip install github_installer
```

## Usage

```python
import github_installer
github_installer.download_git(url="base github url",zip_name="zip file name")


```


Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

