Skip to main content

SSDB Python Client

Project description

# python-ssdb The python client for [SSDB](https://github.com/ideawu/ssdb) Key-Value store.

## Installation `shell $ pip install python-ssdb `

## Features - Use compiled response parser written in Cython. - Supports connection pool. - Supports async API.

## Usage

### Basic example `python >>> from ssdb import SSDB >>> cli = SSDB(host="localhost", port=7036) >>> cli.set("foo", "bar") 1 >>> cli.get("foo") b'bar' `

## Commands - Supports all commands in [this page](https://ssdb.io/docs/php/)

## License

This software is licensed under the [Apache 2 license](LICENSE), quoted below.

Copyright 2023 Kakao Corp. <http://www.kakaocorp.com>

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

python_ssdb-1.0.4rc2-pp39-pypy39_pp73-win_amd64.whl (414.2 kB view details)

Uploaded PyPy Windows x86-64

python_ssdb-1.0.4rc2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (548.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

python_ssdb-1.0.4rc2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (549.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

python_ssdb-1.0.4rc2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (426.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

python_ssdb-1.0.4rc2-cp311-cp311-win_amd64.whl (469.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

python_ssdb-1.0.4rc2-cp311-cp311-win32.whl (402.6 kB view details)

Uploaded CPython 3.11 Windows x86

python_ssdb-1.0.4rc2-cp311-cp311-musllinux_1_1_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

python_ssdb-1.0.4rc2-cp311-cp311-musllinux_1_1_i686.whl (3.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

python_ssdb-1.0.4rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

python_ssdb-1.0.4rc2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

python_ssdb-1.0.4rc2-cp311-cp311-macosx_10_9_x86_64.whl (571.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

python_ssdb-1.0.4rc2-cp310-cp310-win_amd64.whl (480.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

python_ssdb-1.0.4rc2-cp310-cp310-win32.whl (408.1 kB view details)

Uploaded CPython 3.10 Windows x86

python_ssdb-1.0.4rc2-cp310-cp310-musllinux_1_1_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

python_ssdb-1.0.4rc2-cp310-cp310-musllinux_1_1_i686.whl (3.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

python_ssdb-1.0.4rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

python_ssdb-1.0.4rc2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

python_ssdb-1.0.4rc2-cp310-cp310-macosx_10_9_x86_64.whl (587.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

python_ssdb-1.0.4rc2-cp39-cp39-win_amd64.whl (494.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

python_ssdb-1.0.4rc2-cp39-cp39-win32.whl (420.2 kB view details)

Uploaded CPython 3.9 Windows x86

python_ssdb-1.0.4rc2-cp39-cp39-musllinux_1_1_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

python_ssdb-1.0.4rc2-cp39-cp39-musllinux_1_1_i686.whl (3.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

python_ssdb-1.0.4rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

python_ssdb-1.0.4rc2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

python_ssdb-1.0.4rc2-cp39-cp39-macosx_10_9_x86_64.whl (597.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

Details for the file python_ssdb-1.0.4rc2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 95ddb8dddde60b6efa004bb2f6ad54a8a6ab3217708d1d9476773ac45bc60d95
MD5 1e2f0fe35209a0de5a3a9c450430167f
BLAKE2b-256 55ba34560592fab0c4ce52ee8692c5df7c5e8e2093bae7733751e469b2727351

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d73c0f2c36027fcb65b8ad214706b08c85b4eaef34b04e21b96a6ef06b1eeab1
MD5 4a1f2e6c75cb632b8341b9262e315fcd
BLAKE2b-256 3cbc97eea56c5b6c744bce50221cc276e3e136fa1089b693cfd8f2aa2d1124a4

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e48f48ca728f98bb845520f0e26a90858bd92507049e8f1578091c13bb73eab2
MD5 2c1e2ffa1a243bcabe6f6499c68e1113
BLAKE2b-256 57dd57bfb3008fe159d562aec921c56fe67799a76304be74f32db70c5492c4ce

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e456e528d7c68581dfe29382de054830b60c2b12ee8cf6c34bd107011f88b957
MD5 ee22fc66ec1406cf6a1298c222e62ea9
BLAKE2b-256 fc0ee530f793181f671840e42be4a68bed57005e4b46d7dad391a66c9f2d3d66

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 92484d4e66448279030c3f01027981514d60487bb408606b83a5057aa7ca206b
MD5 aa38e31dbb7c7f94feace4fdf2b2494e
BLAKE2b-256 23af84cfa9ef70ea5ea7515935960ad9b72784f2006823061ae14fe89e8148e4

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a619918b1c89b0fa2f74dea1676dabae1fb442596bedbc9146486c837d4c51f7
MD5 0b5d4c0cb597360d1514e0cd5a6d2859
BLAKE2b-256 709b54535795530a12c58fa6b39b8f9bf913dff8918856dc3a044dc6ead46431

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1becaeac4255fc5bb4c4b8f435770f770bd756827cb349e37cd934f30a76e72c
MD5 178e0ceae78a3fc1ac7a69d425c49e36
BLAKE2b-256 aa39f6184a313f933e525f06fa894c8d5df9bc74049bc7ef0ed73174a29e6a80

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6959b34a18c60105403ff0195b4ae320508e7c5c0cebf70afdecc7fbca6dc4f7
MD5 c721df1f3fb6c9991f1a631cf99afe40
BLAKE2b-256 bd8af5bc1367c83a61520fdc226fdbab5ed67762cab0ff4d94eee9d88cd45e06

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7332b1eb4a56c75e8fa608c2d7d7e4c5c60ada939c2a908a0954adc9dba32cf6
MD5 5364d35efd0bf0772056a89fe740cd41
BLAKE2b-256 bbf3be654d4b9bc15a3779b281a7b0fe0272ded690aaf503cc027793e557df6a

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e751928bcacbaf607039f157cb7eb2f3b81a6cd878b49950fea7b984b6bb85b
MD5 773e372010d59e00b92700a92e0c3dd1
BLAKE2b-256 2ae75a43a673c7ed37d50c9399f9ffc6eb106ab5fea9e129ba8d53ca135a5aea

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79dec6cafb5d308580a4a456642a271c8e80b2314d0b0e5fe1aa9e511e572330
MD5 df8f85f69957e06aad7b14dbe7572261
BLAKE2b-256 dfc604eee73da36624aba1cab1a87b90b1a3e6aabedfabe727733579f2f4b706

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0d895806e23cb89dbf9e6b7fc0f90401ea80e4188781003c837fc8b628374b04
MD5 96018362fd9f52079f1f25e92c28cfdd
BLAKE2b-256 f1d983b93da0de2c8f5185623a35ce92c5281a23da944973a7bad3965da02d41

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 728ccc953d3eaecb251413124da0bca4782d076eb9c1dec917c50135e4f7e055
MD5 47e2d84b85fe40efd775abf3a94e4662
BLAKE2b-256 50c5d9cdfd76791ea664979cf821bbb0cf9110e6c87dad214bc75f3b5b0a8db1

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b63ec39deae80d29081c1527dc77fd016094ae8e60dcac1da00a95e57dfb467d
MD5 a71c88ef8416b501af7fdb22d8a0b6f2
BLAKE2b-256 98fa3f9d8cfbbb8b874758fb457b4345c6032bde5919e8a9e06da25319491eda

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c90375a7e14d1a31583f44bcd4ffe9fbc2efad68ccffe3d4e310a75ac63152a2
MD5 351c925cfbe1494fed1e67e253b6da6e
BLAKE2b-256 35f60ed59c06a2a980a2555efbbf5bd2ab17b9413e973e129b946ecbb0174232

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6575a9bf5c8cb770cf7cf0a7f40ae87b15fabdd86ac86df2cc199ba00e86467
MD5 e18731af3c5797400b63c9bc737da9f0
BLAKE2b-256 b0d9bd92a1a6546c7b4982f9494268d66159e7aecc73c0162dca4fc7eceb5fe9

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a68f9b1aab99de34b54b896d29d4df7bb70a7332310c401d87c5ea89b122df83
MD5 36649da8b08a834a93e28c5f0155860e
BLAKE2b-256 304207d16a74fe0a5824fc6835d0d7ce239c89280c514e9701df69a8831f7256

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f85fa132719a75eeba589130088e0b65c3b1c8f241ae90010c508659d34e0fec
MD5 b25a67210b1564b155044bf70be2432b
BLAKE2b-256 30a981af73614738aa56ac074e1f80bff2db6a937692131253d52e5d9cf78136

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6a3940a33358d27cb87cfdb2dffe276202ede6bb4e814e99c35506533d58f4b7
MD5 7f93106aa4aaa9776cab1c3b35fa6b7e
BLAKE2b-256 a84922f0ea98da8a300ab495d1280b5b2d0004d912019b66a5f5542bcf5a2a92

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 51f03d1a56f1a5a8721b64adfc43069c36ffffcc8258046374aec5dca2170f2c
MD5 6b7130729c11b0d232cd302a95efeb9a
BLAKE2b-256 aa758a982504c0f29f832c52acad16d0206c78b3f0664389a4058828ca400751

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8e9f11081fb14532eb6bf10edf60446cf8d04e5515e9ed1870eceb151b0ab4d8
MD5 e64cbb71c7698c7d77f3a4674b670767
BLAKE2b-256 5da133615e86af662c8ecae70878b094a506095ac009ba95691380438f9dfc5a

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 562554746ea582b9abf3c174d8cd855a0bd3e7ede1e288aabdd7f0d07eb90369
MD5 45a99e636df135c93f75b4e13af7dda7
BLAKE2b-256 08e9777492b3b8573e6d4ef6d5265e59e145744b4eac008bcfd0bfb0ccc5a48e

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fb3b7ba9738a64337e0f00d08c7343abca71d80020d97fdf34425ed509c4363
MD5 f3b7bafac01ac0b1b190906e474354a7
BLAKE2b-256 23ce26c388be504b6005e23911e2cb2647272e1205b41ef4130183a5760d15dc

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 30d3afee2cfea514c592edd6c37f108a1cd8d86ce63a6c0d0f602576839699e5
MD5 427616fc1341f082fb502b837b78fa79
BLAKE2b-256 abe4474af2d43e03c9643c025c744498644e4367da2f197c8a18f8e7711d9bf7

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4rc2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4rc2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f33293a5e40b25286e09cd3ab359733933b373556d3afd422149215f57ec04e5
MD5 960055bae9d497abe272fa50925d3a14
BLAKE2b-256 fe399c74c13c4a7b5ba18e36d281f38ce04c96a28eac89dd3f6fd947a57cded5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page