A very lightweight REST client for Python.
Project description
# light_rest_client [![Build Status](https://travis-ci.org/mediascopegroup/light_rest_client.svg?branch=master)](https://travis-ci.org/mediascopegroup/light_rest_client)
A very lightweight REST client for Python.
## Example
```python
from light_rest_client.client import Client
from light_rest_client.parsers import JSONParser
from light_rest_client.exceptions import HTTPClientException, HTTPServerException
try:
client = Client(url="https://jsonplaceholder.typicode.com", parser=JSONParser())
print(client.get("todos/1"))
except HTTPClientException:
# code
except HTTPServerException:
# code
```
## Installation
```shell
pip install -e git://github.com/mediascopegroup/light_rest_client.git@1.0.2
```
## License
[CDDL](LICENSE)
A very lightweight REST client for Python.
## Example
```python
from light_rest_client.client import Client
from light_rest_client.parsers import JSONParser
from light_rest_client.exceptions import HTTPClientException, HTTPServerException
try:
client = Client(url="https://jsonplaceholder.typicode.com", parser=JSONParser())
print(client.get("todos/1"))
except HTTPClientException:
# code
except HTTPServerException:
# code
```
## Installation
```shell
pip install -e git://github.com/mediascopegroup/light_rest_client.git@1.0.2
```
## License
[CDDL](LICENSE)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file light_rest_client-1.0.3.tar.gz
.
File metadata
- Download URL: light_rest_client-1.0.3.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 PyPy/5.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc37159656dea44b1d2c98060ae8a312a3650ec32fe819ec0ecbacc4062aadbf |
|
MD5 | a9add0ef0cb4edba28ba7800219f41e2 |
|
BLAKE2b-256 | e21973f3aa32354b0efd448a6c95400e6482d6da573a517472b48a64ce39ee16 |