An object 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"
print(resource.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.4.tar.gz
(1.9 kB
view hashes)
Built Distribution
Close
Hashes for resourcer-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06b00bcf48001ecc6669e596304a7bb8b8e52e598d2a5edcbf2ef9fdf3fa0db6 |
|
MD5 | 67e603a6751bc3bec8596ef771d90cb2 |
|
BLAKE2b-256 | fad3b7e6b72c57cc434c5f4fc966921bc1d4657dc5aa6c2f7f7221c940e2f41a |