Metadata-Version: 2.1
Name: debi
Version: 1.0.4
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
Description: # deb
        
        ## Download and install latest version of deb packages from github and other resources.
        
         [![PyPI version](https://badge.fury.io/py/debi.svg)](https://pypi.org/project/debi/)
         [![Downloads](https://pepy.tech/badge/debi/month)](https://pepy.tech/project/debi)
         [![Downloads](https://static.pepy.tech/personalized-badge/debi?period=total&units=international_system&left_color=green&right_color=blue&left_text=Total%20Downloads)](https://pepy.tech/project/debi)
         ![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)
        
Keywords: deb,debian,github
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
