restcli
Restkit is an HTTP resource kit for Python
Install
- All systems
-
curl cmd.cat/restcli.sh
- Debian
-
apt-get install python-restkit
- Ubuntu
-
apt-get install python-restkit
- Arch Linux
-
pacman -S python2-restkit
- Fedora
-
dnf install python-restkit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-restkit
- Raspbian
-
apt-get install python-restkit
- Dockerfile
- dockerfile.run/restcli
python-restkit
Restkit is an HTTP resource kit for Python
Restkit is an HTTP resource kit for Python. It allows you to easily access to HTTP resource and build objects around it. It's the base of couchdbkit a Python CouchDB framework. Restkit is a full HTTP client using pure socket calls and its own HTTP parser. It's not based on httplib or urllib2.