Metadata-Version: 2.1
Name: ezrequest
Version: 2020.199.1385
Summary: UNKNOWN
Home-page: https://github.com/coderepocenter/ezrequest.git
Author: Mohammad Abouali
Author-email: maboualidev@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: numpy

[![CircleCI](https://circleci.com/gh/coderepocenter/ezrequest.svg?style=svg)](https://circleci.com/gh/coderepocenter/ezrequest)
[![codecov](https://codecov.io/gh/coderepocenter/ezrequest/branch/master/graph/badge.svg)](https://codecov.io/gh/coderepocenter/ezrequest)
[![Documentation Status](https://readthedocs.org/projects/ezrequest/badge/?version=latest)](https://ezrequest.readthedocs.io/en/latest/?badge=latest)

# ezrequest
ezrequest (Easy Request): A wrapper class around the famous request library, making certain use cases easier.

# Documentation
Click [here](https://ezrequest.readthedocs.io/en/latest/index.html) for the documentation or from a command prompt
switch to `docs` folder and issue:

```bash
make html
```

**NOTE:** prior to issuing `make html` you could issue:

```bash
conda install --file requirements.txt
```

to install the necessary requirements. Note that this is refering to the `requirements.txt` that exists in `docs` 
folder.


