Metadata-Version: 2.1
Name: github-asset
Version: 0.1.3
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Requires-Dist: fire
Requires-Dist: requests
Requires-Dist: tqdm

# GitHub asset cli in Python

## Install

```bash
$ pip install github_asset
```

## Usage

```bash
$ github-asset up file_to_upload tag_to_upload
```
```bash
$ github-asset get file_to_download repo_name
```


