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.5-pp39-pypy39_pp73-win_amd64.whl (414.1 kB view details)

Uploaded PyPy Windows x86-64

python_ssdb-1.0.5-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.5-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.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (425.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

python_ssdb-1.0.5-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.5-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.5-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.5-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.5-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.5-cp310-cp310-win_amd64.whl (480.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

python_ssdb-1.0.5-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.5-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.5-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.5-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.5-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.5-cp39-cp39-win_amd64.whl (494.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

python_ssdb-1.0.5-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.5-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.5-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.5-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.5-cp39-cp39-macosx_10_9_x86_64.whl (596.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

Details for the file python_ssdb-1.0.5-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2d94dbc81f91879f03c7a55aa43b708575e89d787e42eb4b3f27dccb37c7fcb1
MD5 8782521be6d20a1668a674a79f65216c
BLAKE2b-256 31c0513008c4dcbfe39215bba4068d1c1c3aa4f7f7803eeda0a538b19e4a53b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 226333d20194fcd2bce0deb8e2c97452bbfe228ccb9a16f7c41f9e401cd71366
MD5 fb316b47ae928c172b0421b29384333c
BLAKE2b-256 e74276658d70a93aeb00c98b4171815c6130c0fff4985f35d72f123a0caba96e

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-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.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0ef08debf5bff563b17ad5bed733d59a04b42d94b227eece5960878125280e7f
MD5 ee6af0e1cf5d097706e65a544b74ace6
BLAKE2b-256 945efb23f414e41a8e4b09998b701cc9ab67af3bd090444d95fa970cf992d226

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9734f9c11ca039661e3df0c483bbb6addf2e7085c0b99be8ff6e138b2f234dc1
MD5 c99ebe4c5cc6159e0736d3eef5706f4e
BLAKE2b-256 4db4310d1ed9bd8719ee35a307e98f7128cf8e7c2f4fe069516813da9db9aae6

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a87ccd3ba1ebc37178d60182a88e0bb47d2b1427a264716df92b8153c2cc0146
MD5 69e5d09d203d22bf374deaf03832d3b9
BLAKE2b-256 a24a243b05d56ba93237660f17691ebbb57ec1365c8cbb6b12a5c1f2394b1a5b

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp311-cp311-win32.whl.

File metadata

  • Download URL: python_ssdb-1.0.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 402.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for python_ssdb-1.0.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b40d17a3b771386f0890c13c1502a1d2c36e64bb4618dbd9827f708f11bffa1d
MD5 79c07f4a576a5ae98d3ff9c287d298f6
BLAKE2b-256 f0461fa379938df7c1cad0db9511060b7673120f66b4daf3b4ec5a1b38ddec39

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 57797f32616a2ad919bde5c944e8ca08073f8dc5dcfed45d813c404246ba2a70
MD5 2143ed51c7b626c6f05ab7fbc3893dd0
BLAKE2b-256 8d18b9d793cbcd2556d527bd86bd5e011860ece64cb286f5c214e3263f8b7b4b

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 758219c0fae8a0627d9346b05a0847b23da720b716e66c3a42d913433608b737
MD5 ff9e53211dd1ea1fca3999df540de0d0
BLAKE2b-256 5db58da524b850797a57b38758f41a045939546d45322a69e0fbf6e650064748

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf9b05374c8074a72733e3e9352862bdd65945af48d0efbe37d8040be8ea0853
MD5 0d21346341bfae84f210b457aaad741c
BLAKE2b-256 a1c6361d2a5ab8d999c46883cda8d569dac8d0c5ae19822b9b3d9a2d62651728

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-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.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b1ca7d1f41db0da6686859171388ca8c4bb73720ad1b2c118b4f822897de623
MD5 647d9740395a6c953095d7aa81d826d2
BLAKE2b-256 52575d943e5fc135be8c5d0aa9262cb6130d2441d47753627daf4630d22981d9

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 73bc053f2412967a3097b6e1a3efc531d0642610f18073e9d09f3a8b8b96ad99
MD5 cd987d53e837afcc1e141ab6a655e996
BLAKE2b-256 94c31d227c9ba728ec42bcf5605899e8db03841d335a2f719783c3b189580e5b

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 87fa414506be4e838334fede6866ea24944dd96ce556f94561dfc736b77ab3db
MD5 c223d0ff9aea3057a5acc7a7ef785e1b
BLAKE2b-256 111f6abf22adffec343de61d85564d1c09e4c61175ec1ad302dee9dd4d75e75c

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp310-cp310-win32.whl.

File metadata

  • Download URL: python_ssdb-1.0.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 408.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for python_ssdb-1.0.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9ae5f831714d667ecc94b6d28beb3c5406d0dee0cf9878d8a511d8d76a2e8a2a
MD5 24b32d6265f693e63443a9057af13a37
BLAKE2b-256 8dff4812c61d3c623b544cdfeaf43a0b538bb2aa7b33183857f2b819ed52969d

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6b52e64cbb2f758a2fd187dc7fd6a93d003335979d5566630bb279beceab545e
MD5 d9515e7cc8c3fb819d9c227daa19acf3
BLAKE2b-256 0491d26e1bedb3e21158b4b00d849679815c4bda14edcd2c4ee6625f4a2ece7a

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f0f5f3851a98b39af5c519182762c9d41bf6325ece48ba4ced0f071305ff94d0
MD5 d90ca51addedc32047ad8b4a2d6303f3
BLAKE2b-256 d195cca5649a92268a76815f6c1a16687de7310782bebdfbad06e0212ce9b8ab

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e8db98e3127dd30fb5500352089aece0d9136d9da4aa67f81c348f45872bb3a
MD5 958b8053ce5bacda73746ccd96ca3acc
BLAKE2b-256 1d5e2b89716c90c37495fe61a9f3267dd15a46ba7026d2b679f662ad9d8980b6

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-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.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fed087fffc02efb1a845eb3792d93e77d7cd64a72e687b75c117581a04b9cfeb
MD5 00cabd0ecede2f1c69cf0143cd2a69f6
BLAKE2b-256 40659976dba01b241fc06cf8b874c045db90287c8e469f8f49e15d6c1295ec8e

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9d0dd33908d436b90263f4ae076fe935ff8900993d1e74ae89c53ad03fe2a5a3
MD5 fc40939190bc255c6888ddcd7ac5ebb4
BLAKE2b-256 0dc6b95164f06782f1707f7a4a4389ee444c6322572d96f837f0d1b65350ec22

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 23ad2986c98251f071eb2faac695ab873196da3d460d0d684beb4ab2511b1f06
MD5 087d1a91c6755a817c9cbf24ddbeb507
BLAKE2b-256 b2ebba4c2d1e9014ab6e23f8c2e91953d16d8d24431368abbc8812a8250830ec

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: python_ssdb-1.0.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 420.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for python_ssdb-1.0.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d2426fc393194ce7fa8613572af241ce7d6ce2d56adf17a029a29f718caf498b
MD5 859333f3bccbf9f2d8414d0b7af7cc6a
BLAKE2b-256 352dfcaf716e82cfb4e48168857fbd8719d4894a1fc6d7f3d7409652c05d2337

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7b67a42f630ed1a6b766327fd7396b3c09b0eaa522d4fc0142a136a962c30f4a
MD5 61b04a4eef0979f84b4c839462291006
BLAKE2b-256 fba3dd61208a657da63c36e3640615b52389bb9847921a7a8b69bc6640593f00

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fa11d6ab3291fd428a3f29a17b5487ac6e8871cd8eeac2aace99549f2bf5069c
MD5 a711b7c3faae9ccd8dcce97032dd89c8
BLAKE2b-256 295cfb4c58cb4a8fb056758783b0d336232eaa4423f95af481ff499f0e575d0e

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d67f719326c702b50f347c3abe8ecfb5ff9a84705e129aa724ccf498a0756942
MD5 328acf6fc003b30c7299f4e47f743d82
BLAKE2b-256 04dfd46b1ccafda86ea51c59fc96aea28fd5840ab0c1dd10a385ab66c39ebf38

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-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.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cb01b6a362fd54e67842daeff244ae02bc99fe2d67bae772e51a66c18d7cab06
MD5 554e84990875519265b89a70e14d2a54
BLAKE2b-256 ce5d2f9200326cdede9cb577c2f21dbb4971dacb3a4115ea310c5c0f53ea4ab3

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0514b5fb92899cfbef89d10bbf3bc543b3d3eafe30a2760e77f6a02a23d6fb19
MD5 e531401c7b42f963242f85bc339501c0
BLAKE2b-256 8d6bdba412c2b68eb01b427162fe894a2f10234914166800256d8931022c8d0d

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