Skip to content

jiroawesome/simplereq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

simplereq

  • This library is similar to requests, but in a single file version.

Installation

  • python3 -m pip install simplereq

Example tests

import simplereq as simreq
c = simreq.get('https://api.jiroawesome.tech')
print(c.status_code)
  • python3 test.py

Note

  • This library needs Python 3.
  • Don't read the README.md on pypi lmao, it sucks.

About

A simple library that is similar to requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors