Skip to main content

Aerospike Client Library for Python

Project description

Build Release Wheel Downloads License

Compatibility

The Python client for Aerospike works with Python 3.9 - 3.14 and supports the following OS’es:

  • macOS 13 - 15

  • RHEL 8 and 9

  • Amazon Linux 2023

  • Debian 11, 12, and 13

  • Ubuntu 20.04, 22.04, and 24.04

  • Windows (x64)

The client is also verified to run on these operating systems, but we do not officially support them (i.e we don’t distribute wheels or prioritize fixing bugs for these OSes):

  • Alpine Linux

NOTE: Aerospike Python client 5.0.0 and up MUST be used with Aerospike server 4.9 or later. If you see the error “-10, ‘Failed to connect’”, please make sure you are using server 4.9 or later.

Install

pip install aerospike

In most cases pip will install a precompiled binary (wheel) matching your OS and version of Python. If a matching wheel isn’t found it, or the --install-option argument is provided, pip will build the Python client from source.

Please see the build instructions for more.

Troubleshooting

# client >=3.8.0 will attempt a manylinux wheel installation for Linux distros
# to force a pip install from source:
pip install aerospike --no-binary :all:

# to troubleshoot pip versions >= 6.0 you can
pip install --no-cache-dir aerospike

If you run into trouble installing the client on a supported OS, you may be using an outdated pip. Versions of pip older than 7.0.0 should be upgraded, as well as versions of setuptools older than 18.0.0.

Troubleshooting macOS

In some versions of macOS, Python 2.7 is installed as python with pip as its associated package manager, and Python 3 is installed as python3 with pip3 as the associated package manager. Make sure to use the ones that map to Python 3, such as pip3 install aerospike.

Attempting to install the client with pip for the system default Python may cause permissions issues when copying necessary files. In order to avoid those issues the client can be installed for the current user only with the command: pip install --user aerospike

# to trouleshoot installation on macOS try
pip install --no-cache-dir --user aerospike

Build

For instructions on manually building the Python client, please refer to BUILD.md.

Documentation

Documentation is hosted at aerospike-python-client.readthedocs.io and at aerospike.com/apidocs/python.

Examples

Example applications are provided in the examples directory of the GitHub repository

For examples, to run the kvs.py:

python examples/client/kvs.py

Benchmarks

To run the benchmarks the python module ‘tabulate’ need to be installed. In order to display heap information the module guppy must be installed. Note that guppy is only available for Python2. If guppy is not installed the benchmarks will still be runnable. Benchmark applications are provided in the benchmarks directory of the GitHub repository

By default the benchmarks will try to connect to a server located at 127.0.0.1:3000 , instructions on changing that setting and other command line flags may be displayed by appending the –help argument to the benchmark script. For example:

python benchmarks/keygen.py --help

License

The Aerospike Python Client is made availabled under the terms of the Apache License, Version 2, as stated in the file LICENSE.

Individual files may be made available under their own specific license, all compatible with Apache License, Version 2. Please see individual files for details.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

aerospike-17.2.0.tar.gz (2.2 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

aerospike-17.2.0-cp314-cp314-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.14Windows x86-64

aerospike-17.2.0-cp314-cp314-manylinux_2_28_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

aerospike-17.2.0-cp314-cp314-manylinux_2_28_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

aerospike-17.2.0-cp314-cp314-macosx_14_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

aerospike-17.2.0-cp314-cp314-macosx_13_0_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

aerospike-17.2.0-cp313-cp313-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.13Windows x86-64

aerospike-17.2.0-cp313-cp313-manylinux_2_28_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

aerospike-17.2.0-cp313-cp313-manylinux_2_28_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

aerospike-17.2.0-cp313-cp313-macosx_14_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

aerospike-17.2.0-cp313-cp313-macosx_13_0_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

aerospike-17.2.0-cp312-cp312-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.12Windows x86-64

aerospike-17.2.0-cp312-cp312-manylinux_2_28_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

aerospike-17.2.0-cp312-cp312-manylinux_2_28_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

aerospike-17.2.0-cp312-cp312-macosx_14_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

aerospike-17.2.0-cp312-cp312-macosx_13_0_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

aerospike-17.2.0-cp311-cp311-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.11Windows x86-64

aerospike-17.2.0-cp311-cp311-manylinux_2_28_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

aerospike-17.2.0-cp311-cp311-manylinux_2_28_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

aerospike-17.2.0-cp311-cp311-macosx_14_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

aerospike-17.2.0-cp311-cp311-macosx_13_0_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

aerospike-17.2.0-cp310-cp310-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.10Windows x86-64

aerospike-17.2.0-cp310-cp310-manylinux_2_28_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

aerospike-17.2.0-cp310-cp310-manylinux_2_28_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

aerospike-17.2.0-cp310-cp310-macosx_14_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

aerospike-17.2.0-cp310-cp310-macosx_13_0_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

aerospike-17.2.0-cp39-cp39-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.9Windows x86-64

aerospike-17.2.0-cp39-cp39-manylinux_2_28_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

aerospike-17.2.0-cp39-cp39-manylinux_2_28_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

aerospike-17.2.0-cp39-cp39-macosx_14_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

aerospike-17.2.0-cp39-cp39-macosx_13_0_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file aerospike-17.2.0.tar.gz.

File metadata

  • Download URL: aerospike-17.2.0.tar.gz
  • Upload date:
  • Size: 2.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for aerospike-17.2.0.tar.gz
Algorithm Hash digest
SHA256 9aed61075d95181098fe304ea26e090978e970035d38442e75fcbbac3180cc16
MD5 3db15ced2705f5aeb0c001ad2e7feafd
BLAKE2b-256 d1577d98ca04cc0cb1594ccf548dcf1c86f551f24737b3ac96366a072db3efec

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: aerospike-17.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for aerospike-17.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c6bba7bfeec0d39d4da94ce416d81ef368f3de648be6a3909111e099b270386b
MD5 244bdf3b4d13c2ca3dda63a3bf1149fb
BLAKE2b-256 41091d70ec2cd3c42837858b927c97a75561b1e2b33214ae7ea1e7cfa450e2af

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c427e9eeb00781097b49e77548e650e98dc58e1af32e741d7c4bd8069c6977c8
MD5 6b842f4ff8ce7b48e0635669ae0bc70c
BLAKE2b-256 bdee122157bb9e44cb1243935fbf96f74e9d1ef2301552098e2bfaca165ee8f9

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 523ea790c6a3feb61d126201560eced3e6a65cc371f096c31ea14576ec9c65b9
MD5 0b8576da65b93c6d7c06814cbe063182
BLAKE2b-256 ab8151c420ce5427dadc13f5ee7f2121fd72bdf452167634f16746e0ae35a686

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9a6945eba5a91d8c73b4a0a293e78f5d3dfef2c0b4d52ceb709f2ab62288e118
MD5 d224f0751f70adef58e74025e4d6b40d
BLAKE2b-256 a442f325bcc4b9ab2f4dbc9dc17927bd6f33f06e2cbee1a02113eb8728ae47ec

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a5bc91ac3d3ea918d858b6edc59da24c46dade029c7722f18fe0cc714e30abf4
MD5 bd0eb8ed337437dde81fc7eda6c2269d
BLAKE2b-256 38f14105d58f90c45f27a9d33e52c0db98122e6a5dd65a3028158df6143fe5b6

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: aerospike-17.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for aerospike-17.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 192ef8f25f23b08cd61132e990ccaf7141541c34d32654e31bd4f2d817a5444f
MD5 5585cc6e34269c0f91fd5fc1acd56176
BLAKE2b-256 9f7a09e0156c1a03437f51691b02cacb28111ccd44aacc8c88bd137c3b1de80c

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 10f9c638e75d56fb751d0b2f2547390f0bbf94aa0fcff18551960626227e8a9a
MD5 206356fee4e884b5b7f7fdeb165d741d
BLAKE2b-256 7a1f24025d0900d2bd590507c74113c104e1924880a497b057ab25aaf048b170

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6d93218065f7bd2c5a2ae70adb5bf9f0d008eff40d7f33595ae172c1ed68bd10
MD5 c5219fa08fa2174498004938e9b37652
BLAKE2b-256 2b9705ec8864b13065bfef1d2407c0120cb7e21774b64be9a856772c8b774c37

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 98138f502e79862d1f5658726e45214804c18e7989d2a1a7fc617954673cf1ec
MD5 5c7fd88f1caedca0d5d11d41b2fa3381
BLAKE2b-256 40e37a511bf299bd184c8bf4ee41280e25d726dc0acb328c7217c407236568a5

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0723852d8f80e6403fdf4b5d34375b9bc02bf0539829d45389e78a99a6b3e361
MD5 0b763667726aa50b746a8ecf3a9ff1b3
BLAKE2b-256 27c8184d41041353f2f9358b3667508d846d7596349009763b2edbf6ed135560

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: aerospike-17.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for aerospike-17.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 226aa7f98adcfdd27b5049a26f636db1496e76b79fd4c2dca216e5bbc2ade200
MD5 21e46e9a7387bfd14092e353784116b7
BLAKE2b-256 bcab166cc6ed1e2089da69851c883bef144b22f4112f7db8ab221c49b9167a21

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9fbffde5f144ddd4b0f77d78bf22960cbe8fe9f4dd1849d5639a26136ded5f53
MD5 4779b980425c3dd41bd7865c7fd74985
BLAKE2b-256 993f4b89c1e0cb63a682cfe24b15b89a8df34fd3febb638fd36b01df81fe8e60

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 23166a27fbe5447a62596c0c03d826fc405e59e0d37ab5e58614ee720d146c23
MD5 8e0da614b5846d9f18092a9e0693df97
BLAKE2b-256 6ed4d2b1df6d9549449d73530acc5d78b107c78052c035c9aa66da4399391f8e

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a904c01703a577231d3ab7b00ec5056065535afa2a52ab698b8ddfa64d5c8637
MD5 476052de089f93a9d770d1dca55eebba
BLAKE2b-256 d3e4cb1dc6d109f25c47a97943cab77220fbf25d7bcd30e05a3f88390ddd0027

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 af86aa03218cd61eb6892bd84fbda45feafecb9ce60336e253b8e9cb14195064
MD5 77a58b1f42d9849b625b804923aacc99
BLAKE2b-256 75506e5ff146a9e2d412e2e56ec0306800bbd16e9716e45b56bc41721d1ac4c5

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: aerospike-17.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for aerospike-17.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 625666ff22ffd15f55ea69c948f3e5a4d4f7cef2f2a0d63d3540d212b34728c1
MD5 185ce0381fffae8098ec00e0c478a9f3
BLAKE2b-256 83aa9d0de71f831e9df0fbb2e44336eb48d75806b34b4a8e10af7f85c4d97a05

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3202abfce1ad04d0efbfa48df4af18e47d5dbd8277edc2ac8224b0a021eff226
MD5 ced843815131bb13cf88142d9be73255
BLAKE2b-256 4480886867936cf81ff52eac363823adc3a6108f783e4184579a6bb871f06e8c

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7dac88dcd106b6e2bc890e842032ade297628e778c48f8fcfa2e052931fc71de
MD5 d8432f0dd83beee42d2009ab7712557e
BLAKE2b-256 826b1aa66cf8974f2da33d0132179601f3121fbfa1b6699aee8256ecfbb03696

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e217027b581fa9216644b8e375d372598aaf09e1c29210e69d91cda7b8f37f51
MD5 17300ff82614891a6eaaf537dbd197e4
BLAKE2b-256 161bafe80968aa69591d64a931e03561343d12544a2c466a12c41584d9409f92

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 47f2b34dc245f7290fd407c0481cec94f03456afe71cbee8b03a775fcf897a23
MD5 dad49f0beb5eb2614ccda24c8a2dd5ef
BLAKE2b-256 1a5809569298d9568caf8a7728c253e1a14618a9137fb9135ace245699e6f095

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: aerospike-17.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for aerospike-17.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f1545ae6d62c16244f8658beacefb916300aa00b816c624d769239e22248c322
MD5 6e13f80af26c54eb130b5b44dd91b851
BLAKE2b-256 acfb8b55dc7f3766b52fbd3568ae1566f952c7612774d9dd29002c73901e5cc8

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 da9108c0305dfac262f7199ac2ae96912f21616f81cf371502eb8894b2cbcff3
MD5 5857af906658ef3237b58d0ce195483e
BLAKE2b-256 a52e912b78d5b23962961dae436d11fa3644521b9f87d28cde04ee96bd3fe5cf

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cef3c371286b0af0a5d01a793103a5fb75613087f550fe19c06ab983be2c217e
MD5 d2cae224d391174a4b1d8c340b1999e3
BLAKE2b-256 b8c954cb2de2ed013b6e97b73f53e43c46235de22b33d73fef29f4748c78f2ed

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5e423a6b41e950e768c971511f1fa0960c844bc5956b26a0a34fd07cb9607d40
MD5 3558a1d0a8afbc4950a6d842b3e10c4b
BLAKE2b-256 affbf5be931d1383b2687a02f08d3ed5da43aa5c0f5ca5f74279e31c3270dc43

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 51faa2188ff29235fa0e174ab6ab61b7b3010d4b1811a9fd09b0bb48f60f28da
MD5 923f4a13a9e27c44781d9811ce1c589e
BLAKE2b-256 54560c23df6b488f8d18e039b0e1a75aac3f43485fc4b9b192985e12b0789880

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: aerospike-17.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for aerospike-17.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ad9e1664d381d59fa98fcbf964e54fd56fc516fcc7908b520c7267db8de97527
MD5 864456ada0dbb6a307c9834ff1415c3b
BLAKE2b-256 d14f796838592e76cdbea4b4497d7a9ec66e1d5b0d8bff805af5458d702b17e3

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea3d2d4eca723a4425f458a71e0723d536e182f878bbf208776de2f8b36b1471
MD5 5ce34c8e302ef6572426e0141f849af7
BLAKE2b-256 7a6ea86b9a3bc46f1ccf1fb42918867733c74ca3479f5ea03fcec00652ebc830

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ca6c65443f32c6bca5994988d6304789f66151968686a6481e4ead3e090eaa3f
MD5 348a84ccf9a68b5d3cba728236059551
BLAKE2b-256 2a13681395f5efa6d3f401034115aa94a9bf610834452511d3d36bfa53e0ea9f

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5ac3c1aa662fe6d699f5a8405a414a5b2e66fcb8c232b2083c3b562a3338beed
MD5 f634fdeb1e207159458d4940594f1a9a
BLAKE2b-256 acb1ac7017f0b8f5f9621d0f8d3a5a279ec35fb104875d562390ff9e3c43026e

See more details on using hashes here.

File details

Details for the file aerospike-17.2.0-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-17.2.0-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 29e575c2d99e3d983ea139ea4a02f7ea17ffe4b83eaa571d6c1b6e36b56d09c9
MD5 bcf43c1416ffa4dd804d960af808bf7f
BLAKE2b-256 42d16690a7e7446f482fc5048ecbbbe698c5c7f0a60f349d0af1d791e7f15be4

See more details on using hashes here.

Supported by

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