A simple wrapper around 'requests'
Project description
Resourcer - a requests wrapper
A simple wrapper around requests.
pip install resourcer
Example usage
from resourcer import Resource
resource = Resource('https://{domain}/{path1}/{path2}')
resource.domain = "github.com"
resource.path1 = "fiazsami"
resource.path2 = "resourcer"
response = resource.get()
print(response.text)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
resourcer-0.1.5.tar.gz
(1.9 kB
view hashes)
Built Distribution
Close
Hashes for resourcer-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25cfdd8087d13008e10a9d09e1bfcc0d535fadeabe13ae06751ae615bd8dfaab |
|
MD5 | dc1a931383fb61818fbfce48fd86033c |
|
BLAKE2b-256 | 76a187a3312d6eb77b0cba58d832da3faf95fbf3ce2e8752454ad96fc4acbc60 |