- This library is similar to requests, but in a single file version.
python3 -m pip install simplereq
import simplereq as simreq
c = simreq.get('https://api.jiroawesome.tech')
print(c.status_code)python3 test.py
- This library needs
Python 3. - Don't read the README.md on pypi lmao, it sucks.