Metadata-Version: 2.1
Name: pyjeasy
Version: 0.0.3
Summary: Useful python tools
Home-page: https://github.com/Jitesh17/pyjeasy
Author: Jitesh Gosar
Author-email: gosar95@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# pyjeasy
[![Python: 3.6](https://img.shields.io/badge/Python-3.6-blue.svg)](#)
[![Build Status](https://travis-ci.org/GeorgiosGoniotakis/python-hierarchy.svg?branch=master)](https://github.com/Jitesh17/pyjeasy)
[![license: MIT](https://img.shields.io/badge/license-MIT-orange.svg)](https://opensource.org/licenses/MIT)

Useful python tools



## Installation
### Method 1: Pip install

```python
pip install pyjeasy
```

### Method 2

```python
pip install https://github.com/jitesh17/pyjeasy/archive/master.zip
```

### Method 3: Git clone

```python
git clone https://github.com/jitesh17/pyjeasy.git
cd pyjeasy
pip install -e .
```



