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.8 - 3.13 and supports the following OS’es:

  • macOS 12 - 14

  • CentOS 7 Linux

  • RHEL 8 and 9

  • Amazon Linux 2023

  • Debian 11 and 12

  • Ubuntu 20.04 and 22.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-16.0.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-16.0.0-cp313-cp313-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.13Windows x86-64

aerospike-16.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

aerospike-16.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

aerospike-16.0.0-cp313-cp313-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

aerospike-16.0.0-cp313-cp313-macosx_10_13_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

aerospike-16.0.0-cp312-cp312-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.12Windows x86-64

aerospike-16.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

aerospike-16.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

aerospike-16.0.0-cp312-cp312-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

aerospike-16.0.0-cp312-cp312-macosx_10_13_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

aerospike-16.0.0-cp311-cp311-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.11Windows x86-64

aerospike-16.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

aerospike-16.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

aerospike-16.0.0-cp311-cp311-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

aerospike-16.0.0-cp311-cp311-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

aerospike-16.0.0-cp310-cp310-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.10Windows x86-64

aerospike-16.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

aerospike-16.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

aerospike-16.0.0-cp310-cp310-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

aerospike-16.0.0-cp310-cp310-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

aerospike-16.0.0-cp39-cp39-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.9Windows x86-64

aerospike-16.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

aerospike-16.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

aerospike-16.0.0-cp39-cp39-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

aerospike-16.0.0-cp39-cp39-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

aerospike-16.0.0-cp38-cp38-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.8Windows x86-64

aerospike-16.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

aerospike-16.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

aerospike-16.0.0-cp38-cp38-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

aerospike-16.0.0-cp38-cp38-macosx_10_9_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for aerospike-16.0.0.tar.gz
Algorithm Hash digest
SHA256 bc3c0e5b92532337e7133c75201d4b9ce838d5aefa75e754db89c154689e24f7
MD5 903caa8e57d1b146057a49931df06753
BLAKE2b-256 5d6ebbf4f11a8ec7bf9123dcccb6353ad1a4df2ac5a1f843db44a8e351fc764d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-16.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for aerospike-16.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bf9037d4d3454d02be981c75ae39a95b8fbdf297b7b8448f2310562ae69269a8
MD5 dc191feb70719c8de1d50b847897f7a8
BLAKE2b-256 a6727c5fab3de97903a943446fe145ee034da7a076f91675f9e5af8118368f3a

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 721f60ba8553cef0512d39fd2a89ddb9482248f398df839c526f0b6b75917eff
MD5 70ab608093b4836aaf2d20e85bf4e4d7
BLAKE2b-256 11f11b14bac909244d8fd23ac487c3f0ec0d22ced15b8fdf1232d2c0327d3ca9

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fd4a8f6bf5026bc34a9b18821152712015dec1cfdd127653c1a1e9954a83e8a
MD5 662b823534ce255b75434ee2bd29761d
BLAKE2b-256 3dacb4c065dd9a05423b897bc197b6144a92bcf38dd58e08ab6ba7b8eaeb05be

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f9c8ec9c0ee80838aacb2a0b44c151c7c79668b97f67a1272e44178da75e02c
MD5 338af6bd118e890249c24a5874cff0a2
BLAKE2b-256 372a5d45c4546da774d8676862d044c2c46115dfcfc3492a6c4fe5b02ca26837

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 30fb8245975e2630a5aacce10056525ec9c60fac15e631b61a9317313bed6945
MD5 5ba753c9e64d3f4e8b16f8bccb1aaa96
BLAKE2b-256 519b29bf1bfc38c74af61c7e34e68f58386b5dad9bf81274773d0f9f2275fd8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-16.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for aerospike-16.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0d49462bafcee6b68720d2f2ce62e24b1c2705fbedc3e527690c6985e69ba657
MD5 3157361335de966c6fb945d314a941d8
BLAKE2b-256 b44c2cc3213c2de2943d5c9d08a0d1106a19d7cb9a18ef2b2e333f667bbc1ee8

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4aa9346886a9e5f77ea071ced121aef5cd3c079370a6551ed9d1cc31b5980cc
MD5 eac77c305f3503bfd75eccc735f25404
BLAKE2b-256 64c1ac872a87ca2c7517fdb4074ed04871f512b7302d95308e908529dafbd8fb

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a60477bbf4d2c60a9cff9703ff82fe29c156efb2e9f68589a8b19666acea5f9
MD5 6dc34c1d20eb303d5f4b3fdb31f25e3d
BLAKE2b-256 549bf6e851c3ffd5e8360683c392cd3522327a1750b278af50c88a28bb4d0ee5

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b490229a48c9e20209b65b3493b11dac033333c9c5d82c42dee92ac4799f3db
MD5 f659c8aea7987a97cd1a8907db23f990
BLAKE2b-256 90b842f48c4c7fdfd9646b9d354519e75606e37281be8a249443cbab184f70c2

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 16b4879e37f7e3ff0a70002f7f963e94f713e37694e1e4c2fab812a63bc2058d
MD5 ea39f2e5f9fd3ee36cf3b220057904ac
BLAKE2b-256 2ced21637c77370961b5c0170113c62b2314d5d84db7f3fca0ea15bc5a1c6e69

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-16.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for aerospike-16.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f99219d9be458da91ee38dfc83a8f0e26c1ba9fb13a361e76968f97deee94535
MD5 3c49d9edffc55595a32c1d61bc54aa13
BLAKE2b-256 c5340b3de42bc59f925059edc6cd4920c4212a0e470ebc7133ed32b1f110bb47

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44c45757bed64711b1c012a7690f146ee79e48f370b84d6de2ce14212b11bf0d
MD5 40a2db7c24a3e1bd1beab80c151f14b0
BLAKE2b-256 81455c78dee7e1192b9e237bf9e6005cc08aa2a5adb2841ab9993db60d727746

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 535c6cc9eff9640eb94e28505265d9cecd213c5538b42396d425d66fd92d1ae5
MD5 cd9b2867aa8dc18853e31980285434f8
BLAKE2b-256 e700f1eb2218adcb6d75efef8e096aca33502051c4fb16268c54e9e9300f8797

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24638c16d9129d6cf4a0307feea11f91b541c49609c10fb1943ebdfc8ccd2ffb
MD5 035df2013926abc9bc4dd5909ab7a049
BLAKE2b-256 4b0e65bf52e0c113259b0dc06c16c22cdcb89df1b3cb2caee6923dc3f63b7da7

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 56da7585482ea35bbe0514c23e3435076cf213233dd3089b098ff41e597b8a38
MD5 e82d540af0de1aecab98b54a348c4803
BLAKE2b-256 31198b1de54c4fe8cbd48403fa86403ee41f73e2ea409376e691036e89d51473

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-16.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for aerospike-16.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f5331138c61c48213f4729589bf21879d3a0bdb15c6e5e9c3bc0ec04b6e3715b
MD5 a86c83a2f772a14d346a87f0e06b3dcd
BLAKE2b-256 3cd0c4ea17cdcaf5367c73817ccf95f26ee11d47aeecd1f2aff9c7ab82e2bfa6

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4fcdcaf4d801b05267607573395681d31906cf4990a3f56823c1fb11458ed18b
MD5 17b32a877cc1e0b93f08589ca8a1fb76
BLAKE2b-256 296f51f246fa8d85ed561ba5a79785d065329caa1b039ec187e5bba7dba19187

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2a5b123248f28429d6dfaca9e008137414227a0c31612e27ecb1dc3b7c4419f
MD5 bb3095def6752ab87d243ed0714a0c28
BLAKE2b-256 80a9d199329ed75f5fb93373ed78ff7ce1245595e4eeb56525311b5beeee614e

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8308526c1ca12470f58cbfdb5f5a9960458eec2c74f4b4fd4c6eedecff9800f7
MD5 c8495bb18f226a1398fafbfa7a1da792
BLAKE2b-256 dd3cac82c969258060649a0de0ccdd5c613c51e6f045fbc56380fca8ff151e28

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be50475a08d985341d7c62a98322dbe93ac3e361017c8970ba5018c33924e123
MD5 33911fd67b5add26179faf8fec19cc0b
BLAKE2b-256 5f1e8f59fd08d709fda38ac254f7ca5f866494a0db2c3cff11eb2ed058d07e62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-16.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for aerospike-16.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e2862c02eb6eb57d8e3ea76b403068322dd6d96e215e13278651f9a4507eb29e
MD5 6c49faf24cebcbee5ee73a0144e5327e
BLAKE2b-256 cfb4992c98e0b5ad07da9f57147f82739da9dad654bdb753d05b724480e3048b

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e948b5d350578913a90b799b1cbd1f7605b485ba057a57455fc9b7ce2a41245
MD5 03a356f061264cc995621c39f9a55b47
BLAKE2b-256 c906ac49a84563e0937d0121c337e7e0be3de8912c2ce9104945d45319d1d23d

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4421f3fd179933a57c490fa597b2401a2d78175ef2154d2243a004f43c407b8a
MD5 0c49b5e93f4d9659bc94c46e761c5328
BLAKE2b-256 c58bf1f1768e58866b07e9a7a94b09360114cb47e6eee7b262e0295267a1a3e2

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8589b85b6577fe54f5c6dba236fba8e5cc324de9e9e8c6ae4d0a4f01fb9a227f
MD5 9574c7b32847f8a869bbfc670b5ad12f
BLAKE2b-256 31fd9ba3dc18f0a47bfd788f84b12944f203fddc86e75060a192374dd325808c

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a072586ef66a1bff1734acb9c4d2fb0ed9a5027f9a576628ed53b1e41af73593
MD5 3caeb5796efcc24aa3274e8735863d5e
BLAKE2b-256 0f2210fc1b76e8760eefe5f286797af5cbfac2d0af395dcea6ffa478fd0d550e

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: aerospike-16.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for aerospike-16.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 650925132deadd9b70bc5b01136191a63ec76ae14c956330672726c6d94cf6c6
MD5 74440ad14b1c6446307d8474167f0c6b
BLAKE2b-256 a3a6b8b271035fd818a88f151d8d2ece183a48e64cfead404c0eefce43e78eb7

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70cc6d50dac563f73e80554a71a68db89ed37d088f12d394e06cb7aa319209ef
MD5 9e7683eb19ddfcd213c55d86d07505fb
BLAKE2b-256 d6cf6fce4b82c58e454a59ce1d3eafe2c8fe76266cc4a25dc052bba489ec9360

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7cbf49ae16202cf04d0ba32ba8ccf745b16aef90a209d6672b72552c50db5055
MD5 d4f488ad34127c2c113bfed5c00a2869
BLAKE2b-256 8b90265b46e71e7751fdb3524a669c695541f9e5b9e1cb0778a339cf657f8712

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 727b17eca0351110feada84e19295865f831be7d24cbe26109614dc662ba2dc7
MD5 45943f57fa024e8e6bd0d88303bf0b84
BLAKE2b-256 09720215f0710dd6c6e4b5abac2a2363aac09857075f7b660e700796b75ed903

See more details on using hashes here.

File details

Details for the file aerospike-16.0.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-16.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b1074dae57c49a605d57fb69ac5b1ce4ce8c85f1d66eafbd88fce8bce8a6f8e7
MD5 a738ab5c7f5e905fd59db6c0d4c98325
BLAKE2b-256 23099b853c91913574940110b3b3053eac4b2781913df321c4a9787cbd7d7ee5

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