Skip to content

Light wrapper around the python requests library that facilitates data backup to a configurable data source.

Notifications You must be signed in to change notification settings

data-mechanics/prequest

Repository files navigation

prequest

https://travis-ci.org/Data-Mechanics/prequest.svg?branch=master

Light wrapper around the requests library that facilitates data backup to a configurable data source.

Installation

prequest can be installed using pip:

$ pip install prequest

Usage

To make a GET request:

import prequest
resp = prequest.get('https://your_url.com')

About

Light wrapper around the python requests library that facilitates data backup to a configurable data source.

Resources

Stars

Watchers

Forks

Packages

No packages published