Metadata-Version: 2.1
Name: easy-up
Version: 1.0.0
Summary: Useful tool to update installed tools
Home-page: https://github.com/islam-kamel/package_manager
Author: Islam Kamel
Author-email: islam.kamel@agr.svu.edu.eg
License: MIT
Keywords: EasyUp,easyup,easyUp,easyUP,update tools,automation update,automation,package manager
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Home Automation
Classifier: Topic :: Terminals
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# EasyUp
Easy Way to update your installed tools on os

> only support windows and download from GitHub only

### Command
`github`

### Option

```shell
  Options:
  -l, --repo-url TEXT  Github Repository Path {OWNER}/{REPO_NAME}
  --ext TEXT           Select Custom Extension
  --help
```

### Usage

```shell
  easy-up github [OPTIONS]
```

# Contribute

### Setup ENV
- clone repo `https://github.com/islam-kamel/package_manager.git`
- install `python 3` recommendation 3.10 or higher
- install `build` command `pip install build`
- install requirements from `requirements.txt`
- create build `python -m build`
- install local package `pip install dist/{PACKAGE_NAEM}.tar.gz`
- now run command 'easy-up'

push your code in new branch e.g `Fixbug`

