Simple Python client library for https://httpbin.cn/kit
Project description
keepintouch-sdk-python
>>> import keepintouch
>>> kit = keepintouch.Init()
>>> kit.update('your_key','your_value')
{'_id': '27809a60de71', '_key': 'your_key', '_url': 'https://httpbin.cn/greetings/27809a60de71', '_value': 'your_value'}
>>> kit.get('27809a60de71')
{'_key': 'your_key', '_value': 'your_value'}
>>> kit.update('your_key_updated','your_value_updated', greeting_id='27809a60de71')
{'_id': '27809a60de71', '_key': 'your_key_updated', '_url': 'https://httpbin.cn/greetings/27809a60de71', '_value': 'your_value_updated'}
>>> kit.get('27809a60de71')
{'_key': 'your_key_updated', '_value': 'your_value_updated'}
>>>
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
keepintouch-1.0.5.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file keepintouch-1.0.5.tar.gz
.
File metadata
- Download URL: keepintouch-1.0.5.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04db22cd2c43dd9d2adee316fce3a8644a85d27f34a25dc184bed2e58bd19276 |
|
MD5 | 060f009cdeec01b57b2871424d5fbcf9 |
|
BLAKE2b-256 | fa1545b7d0f2449434f896dd57619276839c409c97e0fdc73752b3592eaf840f |
File details
Details for the file keepintouch-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: keepintouch-1.0.5-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 414d31306accdd2724f9bbd7c2954185b41c0c75fa3cdd42c720cfab43e219dc |
|
MD5 | 8830bd6f146673966a4a3787a64ba336 |
|
BLAKE2b-256 | 5b2f3887903a6bfe4a90a096df58379df2ef1929891cd94207f6cb671bc30dcd |