Metadata-Version: 2.1
Name: debi
Version: 1.0.3
Summary: download and install deb packages from github and other resources
Home-page: https://github.com/jakbin/deb
Author: Jak Bin
Author-email: jakbin4747@gmail.com
License: MIT License
Keywords: deb,debian,github
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: tqdm

# deb

## Download and install latest version of deb packages from github and other resources.

 ![GitHub Contributors](https://img.shields.io/github/contributors/jakbin/deb)
 ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jakbin/deb)
 [![Test](https://github.com/jakbin/deb/actions/workflows/Test.yml/badge.svg)](https://github.com/jakbin/deb/actions/workflows/Test.yml)
 ![GitHub last commit](https://img.shields.io/github/last-commit/jakbin/deb)
 ![Python 3.6](https://img.shields.io/badge/python-3.6-yellow.svg)


## Installation

```bash
pip3 install debi
```

## Usage

```bash
deb show all

deb show {package_name}

deb install {package_name}
```

### For discussion 

* Join Telegram Channel [![Telegram](https://img.shields.io/badge/@debhub1-%23F7DF1C?style=flat-square&logo=telegram&logoColor=white)](https://t.me/debhub1)

* Join Telegram Group [![Telegram](https://img.shields.io/badge/@debhub2-%23F7DF1C?style=flat-square&logo=telegram&logoColor=white)](https://t.me/debhub2)


