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'}
>>>
Release files for keepintouch 1.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| keepintouch-1.0.5.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| keepintouch-1.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.9 kB
Release files / keepintouch-1.0.5.tar.gz
| Download URL | keepintouch-1.0.5.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
04db22cd2c43dd9d2adee316fce3a8644a85d27f34a25dc184bed2e58bd19276
|
|
BLAKE2b-256 checksum How to use checksums |
fa1545b7d0f2449434f896dd57619276839c409c97e0fdc73752b3592eaf840f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.19
|
Release files / keepintouch-1.0.5-py3-none-any.whl
| Download URL | keepintouch-1.0.5-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
414d31306accdd2724f9bbd7c2954185b41c0c75fa3cdd42c720cfab43e219dc
|
|
BLAKE2b-256 checksum How to use checksums |
5b2f3887903a6bfe4a90a096df58379df2ef1929891cd94207f6cb671bc30dcd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.19
|