Skip to main content

Aerospike Client Library for Python

Reason this release was yanked:

Accidentally released this while testing changes to the Python client's CI/CD pipeline

Project description

Build Release Wheel Downloads License

Compatibility

The Python client for Aerospike works with Python 3.8 - 3.12 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-15.0.1.tar.gz (2.1 MB view details)

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.12Windows x86-64

aerospike-15.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

aerospike-15.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

aerospike-15.0.1-cp312-cp312-macosx_12_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

aerospike-15.0.1-cp312-cp312-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

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

Uploaded CPython 3.11Windows x86-64

aerospike-15.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

aerospike-15.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

aerospike-15.0.1-cp311-cp311-macosx_12_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

aerospike-15.0.1-cp311-cp311-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

aerospike-15.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

aerospike-15.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

aerospike-15.0.1-cp310-cp310-macosx_12_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

aerospike-15.0.1-cp310-cp310-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

aerospike-15.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

aerospike-15.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

aerospike-15.0.1-cp39-cp39-macosx_12_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.9macOS 12.0+ ARM64

aerospike-15.0.1-cp39-cp39-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

aerospike-15.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

aerospike-15.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

aerospike-15.0.1-cp38-cp38-macosx_12_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.8macOS 12.0+ ARM64

aerospike-15.0.1-cp38-cp38-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: aerospike-15.0.1.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for aerospike-15.0.1.tar.gz
Algorithm Hash digest
SHA256 144305a8ece1b4d5291dafa16547073218f7881c4e0f8addd0066422d6638545
MD5 886011c1130ef1e6420fcde511d9bb61
BLAKE2b-256 625784b0c9078b6e28c7b1ca4db948378f52dc039cfa00e614d4f86fbdc42d30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-15.0.1-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/5.1.0 CPython/3.12.4

File hashes

Hashes for aerospike-15.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2e89d6842fd0b0c9aedf66217f1034bfb9955d2b5ef59138dfbd04404d6466a9
MD5 4769471bc2522df63592fd5c5035d6cd
BLAKE2b-256 4da0693acfdf6c616987e1bc4e3b4cc4e74a99df54ba3007531506cd58fda41e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-15.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 333865e1c6b5f3222badd96f8e8e86c92a71de08f2fd77c03d5cac61d1c84c91
MD5 fe0abf95b5a2698702f0d56495f8b5af
BLAKE2b-256 9f1618ca76cc452b1673f02c19cb4d953c4441a89293a0efc8b9412d15f57cc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-15.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f98fd003247efcf2be8c034be27bd8cfc72b216fe3ef1a1b0a4fa0739971b01
MD5 22f44988103f050e951bf8cb35cb8eca
BLAKE2b-256 be4bc7e37b56fd3a543f53085da382563cde00de560d7619a3d02a930f69ec66

See more details on using hashes here.

File details

Details for the file aerospike-15.0.1-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-15.0.1-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 e26c7ab5f631c5764020d5bd210a3d137e2e82ca35cab13bb130b0c41728ac7b
MD5 071c0c4124cd83cb4e0cfc88f73b2bd7
BLAKE2b-256 5cfa0c8fc0abc3d267a470ad46fcc5b7288f902f4e040d1d85047693730516c9

See more details on using hashes here.

File details

Details for the file aerospike-15.0.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-15.0.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 424025b9dd55b9c84bd4331f4668fac10eaec6f1cff23cc3199c7e3b34273e5c
MD5 c59b74592cb0b3b31c9728e9d672fe54
BLAKE2b-256 03d1adff60d59a4566b715c3d78d45b464f3ee0d525ede3158e543ae41ef0422

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-15.0.1-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/5.1.0 CPython/3.12.4

File hashes

Hashes for aerospike-15.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 62165d22e5e54d97bbdea72794a45fc625c8c1f6b33cac6141a6d3542a0fa49b
MD5 5de135187723dbe4fc27acb74929b3dc
BLAKE2b-256 fe7d4d78e49d77a391dc7ec17285ec7d32ab8738903572530372db7a75bedbc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-15.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c959b69bd0c07f10a0960b6b543af87e426222c1d34befb6983e40252ea3e97
MD5 684f52f694594e71e4d8158b07f380aa
BLAKE2b-256 ac3569b9226dc3ff5660ad3b009e8eb09c70c95f26c96b12cdae0ea4606070fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-15.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c88cf6193025aadf22d2e78dca61f31fe02149464380697ac4605142fcfce22
MD5 1ee08a2493c833fbbff08ecce1ee97cc
BLAKE2b-256 4944a291e0d0492b0d69e6f5a8cefb6e63e31b20c80e63a4bc2fa24197d44c0f

See more details on using hashes here.

File details

Details for the file aerospike-15.0.1-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-15.0.1-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 2d2dda52491e45a7c17c2d0be6b3b091283a9b3aaa4d7a0eda9958a54a6f6922
MD5 d5eeb4f0b1d1226ee17901b28140cca9
BLAKE2b-256 0785e7f418af263b6bda6a4d7281a38b1c4c07205d1ed9ea675c9c543daf398e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-15.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 430ad6ae0ec849db93d28ff6c0be0b73317e2492f5fa3459647c67a430344829
MD5 c4ca5f28c07bc02c665cb8c126ce8c3c
BLAKE2b-256 038e9259b1ff941a428c10626834ff6227ba6e04f67c0e4fba2110b140d5fdd0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-15.0.1-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/5.1.0 CPython/3.12.4

File hashes

Hashes for aerospike-15.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a6d3c8aee4699c7ffca7c584f9f3fc3418f65840f9744380a643adda4c802484
MD5 80ea34a2738bd4fc61d477c0f509987e
BLAKE2b-256 32ac32f7588657345fa05390f997d68d7cf1710dbfe12cb3e5b9bc371fce1e1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-15.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28c203fd09f76618cf377ae7cf405e8d032a1013aadf8e97594103523145a80a
MD5 22bada0d8f0f6dd3bf48ed06d32d6228
BLAKE2b-256 965b0064200fea64d3364d18c9e958151a776ec6c1da47022aef6ed53e76e776

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-15.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6bb6281a6b54246a08b0b15077ead7decde5720785e1263bd743245ec15a77f
MD5 02ad95a005d640b8977e559626a4fa1a
BLAKE2b-256 a8e454860acbc3929a6eac701fc861ff1866b9f4686d4f3b5ea3ed8ab2c0845f

See more details on using hashes here.

File details

Details for the file aerospike-15.0.1-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-15.0.1-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 11a9f004bc1f150d156a5ad274ca368f03a3be4abdd7afe4c879dd507a33968e
MD5 ed65efffa6f58768daaec5d03c1e14bb
BLAKE2b-256 92540844c36e3fa20a5391a40b2728cf2979b0fa693ec1645c914979206c4ca6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-15.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c2fb6b7b06c066e6e079872f8528b3c649d12af7fc115e24582578bb2cec517f
MD5 48fb0e8ee176c86eac98361d1b9a3d3d
BLAKE2b-256 5e42b404261165594e503eccb5845992762c769e79a7fce77875f169724bc2d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-15.0.1-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/5.1.0 CPython/3.12.4

File hashes

Hashes for aerospike-15.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 efe2b817d29f8f6309c5abd4758d19d8b989e01f8db9609edf21ca394e7b1bf9
MD5 4d6cef32f4059da41002504049059d8f
BLAKE2b-256 bcfc25cb44aa694de9e610f79abbd7a6ae6e494fdec6195b70f2c8099a09ff35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-15.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00d5c9c67d5530bfe0610955a06888bfcd4556ab5205235fa708631ef7ba69a2
MD5 20dbb8438ba0461ea6876ed053fe4e17
BLAKE2b-256 6377c0f939c18fc8fa43be61cfc9f4e4d7e25826c6b1fdd4cd49a6bea691af13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-15.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c483b7755f3a5b6c74d5e66101692db7a3361d30300f697fc471172cedfe15a7
MD5 47c877b9eb30a997fa5bae3b2e00c9b2
BLAKE2b-256 6b3e5020a5cf73fe42fb983e81892ce2f258a46196dc9f3595718d8ab2d1b8d0

See more details on using hashes here.

File details

Details for the file aerospike-15.0.1-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-15.0.1-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 156d74c5b2b6cbc5a4f8795402b6bb2c5a96d8469aa2ca78aa455a47b80d242f
MD5 95d6bb0d50903e05dc3916a0a16eb850
BLAKE2b-256 0465119ecee8b4b4f2bfd1b84d929299e9f1801b9cb94f291fa94cdcf7352758

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-15.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 39e2129656968258f44f6464343f5820871c1710e377fe2e2f03304eb8156ade
MD5 5135e624318f82c2495b6d0cfe34a461
BLAKE2b-256 6ec3842ba3054c13d591303c431feab887366199860c12c8fe75c74903037dd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-15.0.1-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/5.1.0 CPython/3.12.4

File hashes

Hashes for aerospike-15.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d06ebf4087837c27da93f31802b33dcb3b4b1c6f5fe6fe338d820932f6b98b3b
MD5 f661d69cd0524d6c5569f6de19c691f0
BLAKE2b-256 02ce696ecf783089ce5bda58e87b22ca2b1d7ca1c7c484d5a13dbf141e5df426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-15.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db269d2a69e13011d69b5556255b42882f507194a7eec59450226928c043f37f
MD5 1b595407075c8f0c452a1b455244b826
BLAKE2b-256 aba1a611b4dd065024ebeecee32858d5e3c5714ad6094b5c61cc7beab4823278

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-15.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c9b9580e247989e55eb24b5c9028f2763f5d19cb06d8dbe811cfef0d94867a3
MD5 d4d201e75098c3f0c5c59f29192f0585
BLAKE2b-256 3f77d993c3c091c329200fbb6421c520bf2ac5072fbe8cde0af82daa5de5c017

See more details on using hashes here.

File details

Details for the file aerospike-15.0.1-cp38-cp38-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for aerospike-15.0.1-cp38-cp38-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 f70a1baaf5530cb987589800a6297dc7cc7bc149d71b3dcd54e8704398209f9a
MD5 d7ccdffe4e0039cc5a7111e39f7e499a
BLAKE2b-256 6c91f691b84a053271e5f3fc115dfbf1d3862d674d4f86a8bfb512e58af5ecaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-15.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dc2efad82d53bf4ff573d1c958633695e842190797e0719d1ac68866c31ba603
MD5 fc1cbd740dd81ef67406bb92a19ee17b
BLAKE2b-256 56e12bc9f5181b220f63c74a5e5a85909aad56aa1d41576b83a01a8ae58d598c

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