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

  • macOS 14, 15, 26

  • RHEL 9 and 10

  • Amazon Linux 2023

  • Debian 12 and 13

  • Ubuntu 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-19.2.2.tar.gz (2.3 MB view details)

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.14Windows x86-64

aerospike-19.2.2-cp314-cp314-manylinux_2_28_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

aerospike-19.2.2-cp314-cp314-manylinux_2_28_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

aerospike-19.2.2-cp314-cp314-macosx_14_0_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14macOS 14.0+ x86-64

aerospike-19.2.2-cp314-cp314-macosx_14_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

aerospike-19.2.2-cp313-cp313-manylinux_2_28_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

aerospike-19.2.2-cp313-cp313-manylinux_2_28_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

aerospike-19.2.2-cp313-cp313-macosx_14_0_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13macOS 14.0+ x86-64

aerospike-19.2.2-cp313-cp313-macosx_14_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

aerospike-19.2.2-cp312-cp312-manylinux_2_28_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

aerospike-19.2.2-cp312-cp312-manylinux_2_28_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

aerospike-19.2.2-cp312-cp312-macosx_14_0_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12macOS 14.0+ x86-64

aerospike-19.2.2-cp312-cp312-macosx_14_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

aerospike-19.2.2-cp311-cp311-manylinux_2_28_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

aerospike-19.2.2-cp311-cp311-manylinux_2_28_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

aerospike-19.2.2-cp311-cp311-macosx_14_0_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11macOS 14.0+ x86-64

aerospike-19.2.2-cp311-cp311-macosx_14_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

aerospike-19.2.2-cp310-cp310-manylinux_2_28_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

aerospike-19.2.2-cp310-cp310-manylinux_2_28_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

aerospike-19.2.2-cp310-cp310-macosx_14_0_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10macOS 14.0+ x86-64

aerospike-19.2.2-cp310-cp310-macosx_14_0_arm64.whl (3.4 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

File details

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

File metadata

  • Download URL: aerospike-19.2.2.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for aerospike-19.2.2.tar.gz
Algorithm Hash digest
SHA256 f0afb284277effadddeeadc91021b2b62e731e6dbd97836fc863bcd7726ea9b7
MD5 64e20eb90951d277ad10490b193a7389
BLAKE2b-256 b74e74f5281ce11534ed05fea71dd68513cb2a49ea0a010ae3f0bb2035271d02

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2.tar.gz:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

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

File hashes

Hashes for aerospike-19.2.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 534eadd567f05285840ac4ecd190367e2d5b0cf7098db7ff799c694e8b529a00
MD5 cfaeef3975ab1e3698c5b7505301ce43
BLAKE2b-256 45469c1ce573453f5e7c06311485941c7e4cbb5fe53a1030ee702a502ff1cb64

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp314-cp314-win_amd64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9da888da01f64873cfdb4fb2fb806c467000ca089353a2cfb86285e54411d38e
MD5 d1dd51ac3260d7deae9c2b19255d4fb8
BLAKE2b-256 4494bf08aa869942333265a2cd575c7eb00c7ab80a759ff110dd77c9b13b85f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa812ba95ab249f041432ad255be091da8412c8534442738b0773da80a5ab59a
MD5 41d950d7bbb94c72f20bc72ecb6643f8
BLAKE2b-256 309668200c946ebe2afac783f214cf1b35ef68cf748e95ee9a0790b0107a946a

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aerospike-19.2.2-cp314-cp314-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-19.2.2-cp314-cp314-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 c0f0f3ee2e8d10fd428be6fd70b9d2e05ffa89fdfc4edc5d200848ac160e9b59
MD5 015ef281322d9052225a76a10923dfa2
BLAKE2b-256 7a336a7a72aef3f22353745665a94e30062622f6f7cc5ae25c97f2d53231c1d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp314-cp314-macosx_14_0_x86_64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a4e09ea6de2376a2e3e8bffb0a52863ee5121b8951c1af6678caea5397c8fee5
MD5 3fa1f3bcbf380403defae318a0ccaa34
BLAKE2b-256 beb69f5e4a859f539e8f54da1fb3ab0a065e6da6c258ba73849430f226264c07

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp314-cp314-macosx_14_0_arm64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

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

File hashes

Hashes for aerospike-19.2.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7cc673d9f106348b06762dcebb1668e2f63495abd9067d84ccc29295336fcc7c
MD5 9398f1a2a34ec7d79119ffd5693bdfcc
BLAKE2b-256 d8d612893e25dea9f4de75bc93e44135260401bf45a05ed390f851b37d98da33

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp313-cp313-win_amd64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a0b006fe1036a7d9b1e2333ae3dfd380a1aac1e1527064ec16d06c13004cbad
MD5 ba47184240c68dfeb1cd60fb7f39e1f3
BLAKE2b-256 a5ac1f929d262b076a4328b73bbe6bf3fcd4c55299c2dfac26a725f538449a96

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 054ecf451fff18578f80c455ec5c98f7e5af1e09804687d4736c712dce08f969
MD5 e8f2883fc92f1377a25e351907e71687
BLAKE2b-256 68effc8cf96f9a38992c7299fbbcfe428cb5c08235a38cc3ea79426d652c1f22

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aerospike-19.2.2-cp313-cp313-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-19.2.2-cp313-cp313-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 ebe3ae1df58f83a444ebd1f553c248aa58f801bb5f95aeca28a123ac9ea4a656
MD5 4e475ebe869c4087a2ba73fc034b1411
BLAKE2b-256 9f9c9f46df8fbd69306ba08f2abd8b87c69dba738b2b8e923cce88e4094457cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp313-cp313-macosx_14_0_x86_64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7842b7a603eb2b472755fff6bc0fe05be3ac65a36eac5e4cb24431a684956fce
MD5 e146b370ea2860a77952707d3424a114
BLAKE2b-256 7c905b0fe00bb601b24f1c5eb7d1a988a4fde9a43dfe590dd717d1fb71741da6

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

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

File hashes

Hashes for aerospike-19.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4de984a196f6b66d5110c7e7196b3bbf27bfcd06775e911a015a7565eb04ac37
MD5 b2e832a2b405e5ca59fecd7b88c9e524
BLAKE2b-256 2f51451e4835b6932647194c9f3e01bbbd2f6d76b733cc71d455d5855be37802

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp312-cp312-win_amd64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ef3794a089a564d47ac110ba33032ef95fdcb15713c226bd60e6ddf858090238
MD5 0a077425cfc3c929c2e481c1e5e2d929
BLAKE2b-256 d7bc37cacf963e348e50ae809a5718eb77e8bbb0bae62af6686ad1b2be068547

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 87f9ad45eb6829833f98825d0be244f7b17a9f78f45a27531f680e83fae87bd6
MD5 55a5f16f02402b3426e90c4961184ff5
BLAKE2b-256 73977b045599739b5d7a8c89e7a64cd70f46fc30f461126698a0a5bbb99876e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aerospike-19.2.2-cp312-cp312-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-19.2.2-cp312-cp312-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 2c6a8e62db1348d556efc9aba740dc4d6cdf28e3be4825528a85c6a713885cf7
MD5 a6f4ae2905841706a3dbc8452832321c
BLAKE2b-256 1f9fb6f21c33b222bb6f862c0972301a7701dcb62333b4d517fab2a5b91013b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp312-cp312-macosx_14_0_x86_64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f59c1968023552cfc21f6019cb2fcb6624788981fd149d19dc708c20f752a7ab
MD5 d0eb34fdfe0a4432e6fec46296ee9ce3
BLAKE2b-256 a46b47a3ae88df22b52e861a3c8bde9d00d9e09c429631b7265ca8ea27233a6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

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

File hashes

Hashes for aerospike-19.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8dc30db3e0ca9a9ae611ddb818e2553f58751094ae1193888f24a7b2fc0012f7
MD5 abf31cb3c2c75b5f30bad6949ce5279b
BLAKE2b-256 5395fd5ece8533091d020ee2f335b7346caadc7942c4a896e3cdbdd519337351

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp311-cp311-win_amd64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3a8cd434db3670e700c0f93e35e12fe133bda0182793f09999afc2c2bbe45ca
MD5 6fe57c239e8fc1fe5a58ad20a5c7a74d
BLAKE2b-256 616d47267c1a9f68614a44274d081d89642f90639138d9959c9ffbbe09f53d22

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 35e20d63c988f4b7e60573ee80631cea44d02586a3e0cfa3329d4cae94439280
MD5 678666ae10ed147352978ac2540202c2
BLAKE2b-256 504bb4e4d4475432bb601c7ebfd9632707610e4c487ce6bf96aa9949e19cc1aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aerospike-19.2.2-cp311-cp311-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-19.2.2-cp311-cp311-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 ecea8b633001323882b7c05412f078a75d1ded0c91f53625d66fc5efffdf2b2d
MD5 99f5463f79dd088ca334076bf82372be
BLAKE2b-256 676a105646608da566cffeeee0f909f6d71d45274dc50b95607c49c939dc0c49

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp311-cp311-macosx_14_0_x86_64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4916438f2565fcf7e542383bdff866ece4137bf3ace06126fbd2b44caa85671e
MD5 ea400779562d34a5264798b21e76923b
BLAKE2b-256 110ba259d59dd24f7138277bec4b1cbb9a47b1ddfc34c67ce3842bf54a193b1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

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

File hashes

Hashes for aerospike-19.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ce17dd940b9301deb308649130d8992f03b95b7e018128a13a7184d8999351a7
MD5 2af33d478af41a76c2bbfb1fe6c2ee5c
BLAKE2b-256 6aa27869369157eba3a7102ff0e9b8e885943f5e8da4356e908709a2e8ebc2a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp310-cp310-win_amd64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2cc7f3094a6af6bf2225153de67451e2351114b4a93d09ba68e943d6fe457861
MD5 65ff4fa098c3690dcaf31b2cb0221114
BLAKE2b-256 e3d54415912500d017ea2375f764100233db070887dce09fb6dead13c31f1a69

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 266963d9d3726a107ef6a894efc55d979fa48aaa7301fda46cbc08bd2f2679a2
MD5 5110ab29f3c6bd2cf0c0f9830c15f27a
BLAKE2b-256 8e15d78298a7cd23777e7ef5a9537ded76d4991fd0f0a6ab4dfb879859700d0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aerospike-19.2.2-cp310-cp310-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for aerospike-19.2.2-cp310-cp310-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 dddba0c74479ba8385a179cf9101f3bc54e7fd1f6467a6f038b0e9cc19918bcb
MD5 572e9a0b14e39d476795b8f30a9b6528
BLAKE2b-256 4fe3e623aa64ea2efb7b43c912d7e20f5a921bd1566e5a0e843eacbac511ddc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp310-cp310-macosx_14_0_x86_64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for aerospike-19.2.2-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ebc0bc2366e59e9a0d0811086c717d54656f3f28aea0c07d5637a4215a520f26
MD5 7d88a1f4464cfd171070c873190a73e0
BLAKE2b-256 d9afc8c65087eb336bbf3748636db8ec31e129e501ec1bff7fb6d75b809570df

See more details on using hashes here.

Provenance

The following attestation bundles were made for aerospike-19.2.2-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: publish-artifact.yaml on citrusleaf/artifact-publisher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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