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.1.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.1-cp313-cp313-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.13Windows x86-64

aerospike-16.0.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

aerospike-16.0.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

aerospike-16.0.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

aerospike-16.0.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

aerospike-16.0.1-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.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

aerospike-16.0.1-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.1-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.1-cp38-cp38-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

aerospike-16.0.1-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.1.tar.gz.

File metadata

  • Download URL: aerospike-16.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 298104a78935a0903fa1929d43ccefabdf6b3ec41e96702a88fc865de440da59
MD5 95845ceab55f4c3f58f883ab573104f3
BLAKE2b-256 d2e54210f92ea1c6722b3743bad78dce998dd6b7865df286a10227a61c9d87d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-16.0.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 61c2ebef79dfa127fc30970797bc6c10db5895a799a52ce42e70fb5de3f4c09a
MD5 393e1cd26ca8b3bbad0a1edf390d99d6
BLAKE2b-256 2074ee93397eeb44b8b13ec5ed8d7e9fe08413042f486dac40c768706e073129

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f52f5f37b4ef09fbc55975fce80fc965db0f6f00c3401037eb705f4fc1a5bb88
MD5 3a5995c68ca92e6fc28edf8fa6c11294
BLAKE2b-256 a053e4019070f4a791526fba2bfb076fdcdc32aedbd31edad480ae789decfdbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f7ac0b8f079fe25cd16cd8dd4df511390ffc647023329e3cff0d840924951ae3
MD5 c8d738016481513b141f83d9eb3a3317
BLAKE2b-256 a3192b19ff7ec2055a937a51ea0e33132b44480f49f1455fc3876dcc64bdb8b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58a8fb9bf9673971763430e0856bd5ceb5498db25c34ce969db1247d95158afa
MD5 a2ca015e4787acdc6015d175f852e844
BLAKE2b-256 6b9ed40d8dab96715fef1d6dafa7f46a2d5d34b3669e0caccf822d07e7b2df13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0b8ae5da917433e951aaa9a13cef28c38df5c7ce9917cdfdfa95bcc3cd136f9d
MD5 88addf77c216d9244f64d3b149681c2b
BLAKE2b-256 8ef4f847a11d43aa83121a7c2be673a996c5aa3fe15414d61731b3912a7f56f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-16.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/6.0.1 CPython/3.12.8

File hashes

Hashes for aerospike-16.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 18b77fc5775d9b6f439fea4531172f545a86bd32d48aca4bf46c07f96d5b8c46
MD5 2de10899ef823f03c5c23e1b79847167
BLAKE2b-256 0552e1bfad7c50177a3266615216f4b02ec713810fc1b780e36e5ea982c30850

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8893c820af85598b591be3c329cf0eb79dff7880e261d0fc648039df749601f
MD5 351602ef9aa461400f23d8ea985ddc76
BLAKE2b-256 5fda6b0d77af39215d18b8b93671eb45e2783892197a46068a706a89b7eaa868

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd63bf1cdd37b644160820aeade1e7ea6cc34b6963ab78acf5fc65622dea9963
MD5 fce4d3f154d5e9ce82b29a19541ac3b9
BLAKE2b-256 7c97a1179c57e2c94e9d730588ae6335a695ce38e0262331837ec544c7221b90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1d3c199738fd817901288af029c6dbce3d8003c14cb99bbbed8e22f238d4e31
MD5 e203475db790902228886da268af6eb3
BLAKE2b-256 bc6f24d608e8ad3ec8be6921c2c8260823083c3fc58016641eff63997208b366

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ebaca6b0ffff8af45325a0c54f16743242a61ac69d32a4866f2593fa70303a7f
MD5 d1bb67ea80020de8663e9ab56674f923
BLAKE2b-256 57646040774f0177943b4884889a7293d9b3db830d36b134d2170a2d43ee637a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-16.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/6.0.1 CPython/3.12.8

File hashes

Hashes for aerospike-16.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7794514a03330afcf2209b149a86a1a09ea930e1a551353c5be704826d52646f
MD5 106c4487103f0883c7aacf9b36ee116d
BLAKE2b-256 9914aefa6fe24f5b6cba7110fc6ebd0bc5ed4866cf8b89b2b8e352675efdb7c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d808fb4e71966a294bf63ecf55588374cc9461e8e9c652206722189ccee11d3
MD5 313299617cd448cbde3caa662371627d
BLAKE2b-256 d3f6e006488345763623be3baf9bb1521917be12a71224d6d9ec36d273bb2673

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4c9984fd06cda3808c2147fde1c46fdc40d1026d20a1e654cbaba3ae7cad7ef1
MD5 4331b9639fa130d4ab82d004f0dccf74
BLAKE2b-256 d224a8bc8ac4691fcbca62934ad89f7a873de057b05e768069056172bfb5adea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c29c6498dd006195a792642cfa933c9326c75ca685579e976551cbfc5f9da32f
MD5 fed0316239a16ebb29b5f559d4512412
BLAKE2b-256 6259e8af319471fcf9559e16309bf60b2b0d420939b80237720dfdf5c34ae2bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f442060eda16d2c5e63a809b67ffee8bdc3fa41a8109e01ef1820bb2158d26e1
MD5 1a01a9317b376a28373d0c01a541a848
BLAKE2b-256 8c48f41c0b21a22774b2935ea285d2e1a4bdf3fcaa2567bdf3e114fe72852cbf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-16.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/6.0.1 CPython/3.12.8

File hashes

Hashes for aerospike-16.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9ea759f93ea4ab8c6c3aa75cf8329d297ed81c4e911b728916731a9676c036c3
MD5 2ed9a7126cd2e10cce8aaaa3ca872342
BLAKE2b-256 cb64f06c8a85049a68d7f21b41ea9bb7b50d1308430def1659a9e201e1b157a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02182ada832685fa05ba683d2165b888338a35708aa9349f41ce10231c669f01
MD5 16f7a171391fd5493f549b569c3a3b9d
BLAKE2b-256 52e6302e6a0ea87da7d261ea3c82322ab4216f795e84d02ef6ba7d010709ff9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33fdc944c18a027050f0822bfc13407c6b75679aca9607580c0aa9791f11a9a4
MD5 a1377b2a058ea8d82a7675db7833c94a
BLAKE2b-256 d2a98b7315a1f2f15e20e5960ed337d01f380ce7535b52a34aa4beecffa0466f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec2e3238b1dafbc554c0cc5cdbb1fff11cefa6184704d057ed08e101241ff978
MD5 26fedb36c7624d04fe08a27cced5ace6
BLAKE2b-256 4eec7633c7f723bf9aacd303d7afaae56fc140ff06409093eac5ebab1cdb8471

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d5648f506393b01ff7fb20ddad041b82609bf0c700162b5a780b1f1c002748fb
MD5 b559e1dbf4b77a4f1e51f9e19c539232
BLAKE2b-256 df97100f6f3a6c3429fc6a8eac91ea6045158a72250b594337db550b0126a3a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-16.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/6.0.1 CPython/3.12.8

File hashes

Hashes for aerospike-16.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4eaa615012ebaeae13047bb33dffff069e767c9257d0dc715991657335249633
MD5 5fc794e9707a188c392ba8796f5e6176
BLAKE2b-256 f04b90d8d669cc8033184be0c05dc3ea7949ad5c4c3b0f8f4aa3f6f40149dcab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0b046489ded432c455b720ef13fe24a956c533f21f6ba6a52a0ec229f87e225
MD5 6c699882fb9951175bdc3b3bfb21d37f
BLAKE2b-256 c9ad8f000742ae8049dcee6937f889e6320c460610286c015e7d039436444d9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6cb13f95d0d707ef8bdf65649a70dc3f22304530f2f29cc6288a640b86f2f0b5
MD5 0b2fc832ff994248889b6dd0175fcdb9
BLAKE2b-256 1acb568f922bb997b4857f29c0b99675d17134d302ae761c822375e51520f03c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe5f8e3a39e763fe9b23b3bce17d0a554471e2ee29c688556156bd69c99edb6c
MD5 bd9f50dd70edf247ed93f7bf514c123e
BLAKE2b-256 22661eb9f89c2a7de20d8a78d00f04071f8efd3d02bcc3d14a9742ac5b3dc907

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 68b0f9a8e8d66d14b34a55a0cd950a771c64c9d733823f995a6c40f0267c3016
MD5 7b5297335a5f28f38e7983912ca24989
BLAKE2b-256 eaa05246d75fc7deb0da84ee694c113ba3c9633b908f0d4337d837bf2133ee89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aerospike-16.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/6.0.1 CPython/3.12.8

File hashes

Hashes for aerospike-16.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 77d7d56bc61d47ae5746637552efe6414ba7c1df880dff1f8aeed0831debd1a2
MD5 30b88b7244d606592a0c11eb198fe4e7
BLAKE2b-256 8994affa6879bb45a0deb0de4d0fb0faa5041e5cef4f95f9a2cffa6439ce6f38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5204708eced05102168975e439955341720d5fd8ebaadc356592c749a4e18a6e
MD5 ec67a99510f7e4b4df009ba528e449f5
BLAKE2b-256 1e4fecd5127e1d9c63fedf867b3d7ce09bdf3093082a9c75eac6a304b802bfc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c62990a47be7e86c1ef9e511854b6084642b7f1f2ab174971397ca7e282a57c8
MD5 892dc1d6f1388fee952c01926c7d2560
BLAKE2b-256 05d6671f6529fbf1a3faaa06b291a1ac39a8619fae82d5d5037d6b219cdc75b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8de4a5140e7a2d3e2db38365f94489c39f13c7f67ff90c4987e546e3b2c6648
MD5 345cdbb7bfbd6a4f4b28fc9380df06a7
BLAKE2b-256 1550fa63138a1767b3ac6b2ceba100e9361ec9f2b3a265a4d1805d6671caf0ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aerospike-16.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 54a879fccaabade8e4bf64c0e8dacf3c477ac394ba524227ee766d8846cc2a08
MD5 98ee9981e38c00afa4a655656faba289
BLAKE2b-256 8f0a7af2269120853607646c16f59dd15562b0d626de55e99c62bab65cdbadcc

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