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

Uploaded PyPy Windows x86-64

python_ssdb-1.0.4-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.4-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.4-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.4-cp311-cp311-win_amd64.whl (469.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

python_ssdb-1.0.4-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.4-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.4-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.4-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.4-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.4-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for python_ssdb-1.0.4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cbdfc71c002121964a5bddf3dcbbca88a9c177dd04665919c8641bc4a52a869f
MD5 a85d80500b96ef4dd34063ec4a398ce8
BLAKE2b-256 f8a8a07c67bd761f117d9a15f4044910779663ea0ca9dfc3deb234fbb0db68d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7db4ce33c28dc475e9225a9d942b6a1aeed85f55730d666a0a3f15a08f955117
MD5 ce5728998b13a8799bf47ecd3dcadd05
BLAKE2b-256 3aafc00ae7443253001cb8402118b4bf0824ecc37d0ec6ea38a70cba75a9e54d

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4-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.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0ef6eaa0e7d7fb49a7a9d722afd823224f5df5af189dbda4189e8245df055fe
MD5 36d33969cb9cf1a3af9f3e52f7a5ae96
BLAKE2b-256 e1b2c1bee69af8c4b47d77bf9eddcaf325bab4dbd66a16ec20841d311da4233f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7436bd5b2688d1a61a246851b680f4c1b63aca46d3851650ebb4570d0404a600
MD5 9afc70e76edbb242fb17467567486eee
BLAKE2b-256 af05f0183c6cb143b6c10c6331c748829946481812330a6c94ba50038ca4c313

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ada9c0b84dece2bdd35c55b4ef8c95d439c3d3a1d5ec196c4819a72a8548a3bf
MD5 7ec3c789dae9b077281f7a7564feb3a0
BLAKE2b-256 787406fd9e87335592ef490b15ebc257d75352cb1515c54ab8e26cb77026ebff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_ssdb-1.0.4-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.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 eec22dca6abee734d6f3ea710479da4b58fb901bbe3deee4a9fa57409663e58c
MD5 28b57e233da0fcbce5052812875512df
BLAKE2b-256 4fc2786d0486eb40a448ee857917ac57971b259eb4409f9f71bc5f319761016c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 891f12c63f4b26fda2be575d88dc59c281e8067a72e4fe6ff37897606a8c9eaf
MD5 ac68ea105b2535fff663c74eb682ac78
BLAKE2b-256 454133b5f21d7ec2076fb44938f18ace7fdb01b6c9da544e065c4307edeb425e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 736ceb571161a14d9a0372bb182f54ba55fa4aa4ee1a8cc89ed87cf71e253f94
MD5 ca202046a5dcc3a2061b8b53aad830ae
BLAKE2b-256 167971047077ac8705c5dd68291097f1723f7099a7e0ab6ab5fe90c1d1c71d90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e62877cc77d0a5399e8cbfe5e474777f1e15eb570067a4a4a4874741ad85d2e
MD5 6bd8c9ee43e29c2399f7c8a55574666d
BLAKE2b-256 d56d0be4d4ea855ec032cf203ab1b1f4dbe053c7138d0160d74ccf0071e492b4

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4-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.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 abd36a7abe91ee9573f4594baa078d7397c18ad845f3e1b9f3048494206df4b5
MD5 501c675947d02eb048e7983c32676914
BLAKE2b-256 f0b19842227caf054c104339efea835e51d9ee6fe1a6645d897975ea388b8a98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a50edae3954e456626bc636e2cf22d839956edb3700f4cea64051d3fc86ec84b
MD5 b6cdda954299df6cc6af1e26d11f0476
BLAKE2b-256 63f8dc25071381041e38446c22879ca693b80af3c55fce9ceb48f4b74894b7c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 641fb0edfeab5edc2f564d16c1590fe81b46a6ba3fbffeec41d18ea95ec5d080
MD5 a3efc68fbbeb50057452b3d36b64e15a
BLAKE2b-256 d044c6512ea2e7e10d0baca080653e4136ad3b566705140e18f78437a7988451

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_ssdb-1.0.4-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.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 054c5c5abdf516fb0f6a24765b37ebc14ae5f249658a3263ee49c5be83da49fe
MD5 2156ccdc7ad1aafc25b8dbb7b53eec46
BLAKE2b-256 4f01c87ac3c7b730a98af6624b63c89375b040845622c5798f3648fa9e1efebb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 51f0683fd384b66e2b0f15a761999605ac9e36668b18ea7bddaa4c18ab572734
MD5 d11d27c4e9ffcc7b87ff3e96f17214bd
BLAKE2b-256 135b1cc526f8067a6ba74026d0056636dda43bd6b9e31732f72058904728c7e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 236fc8283823cfcf48f2ec9163bfbe9701690f93fd36fda79721f21f51276a67
MD5 7df98967bcc0720485501f08df0ad57d
BLAKE2b-256 124cc1c137620b46546201e812bdc99ea6d51c744431edf8269ecdec9788b9c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ff4527b51342d64b8eb79e161cf31fb08cf2a43f159ce88b40fe40ccffda053
MD5 675db934d9344bca36f4ec8c8f96abec
BLAKE2b-256 54033dcfb0beb8cee94d7a7d9535c4cd6f46a407f8d1256ad50bad1213b4932f

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4-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.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3921c9b196448833eb9905e86507805b77eb064b43e4677e5d89df560744a23a
MD5 683cd900082bc612bfd8e58fa97d13af
BLAKE2b-256 da863286b184f11a3d78e7826b02c1e42bcadc26247774737a03bfd93cdb37e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b55fb54a9de5efdd20777e566484d5087e5354c9c3220593f6c00881b564a307
MD5 24b2bfab2af80092b2408c6b69d9918c
BLAKE2b-256 02196d57d8735147ecc863ca05788ec8b60ed8617b5b74a717b9a7a1cdb72764

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e6af81f1fa400d9d5dcbed177f7ee157cbd5e15180cbbda795408e4bf21f38b5
MD5 eeb7a026cb32ff8cb3104dc9d22073e8
BLAKE2b-256 805fb8fb0cbd5dea4acf631e1070dffeaa2b9a08d17c6339b790f6ea78745c53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_ssdb-1.0.4-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.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 be71f8d4d0f202576823ac944bae44e003c702deb441435e5653438928d5bc74
MD5 072fe96f02c1d45eb7a7cedfdcb666a0
BLAKE2b-256 460fea92bb660496a914c3e9198cbe9db83e0e391899c627c5690a684bdd1e45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 933678bb49ff3be46689ce13c3689d4f0421fc6fb59d2f2a192034a1fcde810a
MD5 ad55e2f2fb8e47116552415fa997a1b1
BLAKE2b-256 7a1c07d67275b87a94393b8815a91bd79e589f6abd4069b6236154a430c91a0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 70761c893a24ba0e452320c136fb810556b5b34c3a5e3847c55d9a9f17e22bd1
MD5 c95927a3456279e8e4c34cb013abd887
BLAKE2b-256 fc9534d73581f74a5273e2c6e9f6a29a14856b821df45c4d06a94d64cfead3cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 23d74a9f7c9f8b1a72a4a5b1859f4b1173187bb291ae615daf7330d915042575
MD5 84904c09da2b566642ba895f07df51ba
BLAKE2b-256 8f502d47327b63fc3355840eaaf44c1243796bc4e600c2d2da11c06d929f7432

See more details on using hashes here.

File details

Details for the file python_ssdb-1.0.4-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.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6a8b5b3ba9698fe3838709cdf926f827d1fee7fffbbc3d8c9e9ba2f4d190f708
MD5 1fd5fcb7c036d9cffe657783b5997b7b
BLAKE2b-256 606eff9d2aaf0b9d2d84998634fb56683aaa3f48cef4eb62bb176976b22cd8af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_ssdb-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0125641e983c99e431f5298a56d85aac7a9066f4cbf9d3f5e52a28b548f9e447
MD5 8159ff5cd4d6eb9da8a8f6f38287d9c8
BLAKE2b-256 ee1e7d502f502928e5093cce7998f8917acfbbfeb5c5e05ce477b9cd3100dd68

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