Skip to main content

Aerospike Python Client

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 all code examples:

python3 -m examples.run_all_examples

To run a specific code example from examples/client/kvs.py:

python3 -m examples.run_all_examples KVS

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.

Release files for aerospike 19.3.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for aerospike 19.3.0
File Size Uploaded
aerospike-19.3.0.tar.gz 2.5 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for aerospike 19.3.0
File
aerospike-19.3.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
aerospike-19.3.0-cp314-cp314-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64 Details
aerospike-19.3.0-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
aerospike-19.3.0-cp314-cp314-macosx_14_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 14.0+ x86-64 Details
aerospike-19.3.0-cp314-cp314-macosx_14_0_arm64.whl CPython 3.14 CPython 3.14 macOS 14.0+ ARM64 Details
aerospike-19.3.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
aerospike-19.3.0-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
aerospike-19.3.0-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
aerospike-19.3.0-cp313-cp313-macosx_14_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 14.0+ x86-64 Details
aerospike-19.3.0-cp313-cp313-macosx_14_0_arm64.whl CPython 3.13 CPython 3.13 macOS 14.0+ ARM64 Details
aerospike-19.3.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
aerospike-19.3.0-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
aerospike-19.3.0-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
aerospike-19.3.0-cp312-cp312-macosx_14_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 14.0+ x86-64 Details
aerospike-19.3.0-cp312-cp312-macosx_14_0_arm64.whl CPython 3.12 CPython 3.12 macOS 14.0+ ARM64 Details
aerospike-19.3.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
aerospike-19.3.0-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
aerospike-19.3.0-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
aerospike-19.3.0-cp311-cp311-macosx_14_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 14.0+ x86-64 Details
aerospike-19.3.0-cp311-cp311-macosx_14_0_arm64.whl CPython 3.11 CPython 3.11 macOS 14.0+ ARM64 Details
aerospike-19.3.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
aerospike-19.3.0-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details
aerospike-19.3.0-cp310-cp310-manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64 Details
aerospike-19.3.0-cp310-cp310-macosx_14_0_x86_64.whl CPython 3.10 CPython 3.10 macOS 14.0+ x86-64 Details
aerospike-19.3.0-cp310-cp310-macosx_14_0_arm64.whl CPython 3.10 CPython 3.10 macOS 14.0+ ARM64 Details

Total release size: 115.1 MB

Release files / aerospike-19.3.0.tar.gz

Download URL aerospike-19.3.0.tar.gz
Size 2.5 MB
Tags Source
SHA-256 checksum
How to use checksums
d9f25a50f4944799b31a320fcd3a56846d3e5a9090b514ca73efd5a1eebcaf07
BLAKE2b-256 checksum
How to use checksums
63a2504a02f008f696ee543d6fec8893a1bc19e39ed7a8f3d3c83596ec4a0116
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp314-cp314-win_amd64.whl

Download URL aerospike-19.3.0-cp314-cp314-win_amd64.whl
Size 3.5 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
0686b9ad952ecfb748e4bdbfda60bfe388353b719ce8ee33682069ad78301eda
BLAKE2b-256 checksum
How to use checksums
d09e56815e45f5e6a917ae0d3ef43376b051082478b6c4851f55430032f2fa32
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL aerospike-19.3.0-cp314-cp314-manylinux_2_28_x86_64.whl
Size 6.3 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
cf72b7b8a12e137c73f7b31dbb823d71c8eaaa63ab956e2493a2e3b14e4c3793
BLAKE2b-256 checksum
How to use checksums
4d3b25becd20ff24a920d042fd48d80e92a850cca8064308fb05e959d167e63a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL aerospike-19.3.0-cp314-cp314-manylinux_2_28_aarch64.whl
Size 6.2 MB
Tags CPython 3.14 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
42a298a87543d226e52749ee6ed2ae7ed3e4ad460c24aa62b1e3e6f33aea27f3
BLAKE2b-256 checksum
How to use checksums
18bb64c12c6e5d558bc2688ddd662f2f537c388289083ae0ff9ed534fe63f34a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp314-cp314-macosx_14_0_x86_64.whl

Download URL aerospike-19.3.0-cp314-cp314-macosx_14_0_x86_64.whl
Size 3.2 MB
Tags CPython 3.14 macOS 14.0+ x86-64
SHA-256 checksum
How to use checksums
7ab78a199795ba7a7a182a6f7f5270efd956bc3c8e8479342e60b7ba595681bf
BLAKE2b-256 checksum
How to use checksums
2d53d6d734552d012343e375b56afe73498791f0662c72dfb22f3a3137302099
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp314-cp314-macosx_14_0_arm64.whl

Download URL aerospike-19.3.0-cp314-cp314-macosx_14_0_arm64.whl
Size 3.4 MB
Tags CPython 3.14 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
72f37678798a403a6c562d6e20987b83eb44116a4537e972b772b0f2e8995b58
BLAKE2b-256 checksum
How to use checksums
33e8d57e7e2d62fe60f72dba81fa218fca6f9ecb465b12964f5e4a28536d10c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp313-cp313-win_amd64.whl

Download URL aerospike-19.3.0-cp313-cp313-win_amd64.whl
Size 3.4 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
08bd56b15fcaf987a564c495b2a8a606ddf6446e96e3badc1cbd408c0f349b48
BLAKE2b-256 checksum
How to use checksums
03320d77313865190df97a440c5d3ec0aedbe247a278f39182a5db48304b3fd3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL aerospike-19.3.0-cp313-cp313-manylinux_2_28_x86_64.whl
Size 6.3 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ec46b2f56ef281a17207979d9c8ace94fa8033e7b1b43899738e7635a568b51a
BLAKE2b-256 checksum
How to use checksums
e6ee5f8edd76896b9051e72bf71e79b99ec3502fbaec7430d8c4169b0b8dc94b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL aerospike-19.3.0-cp313-cp313-manylinux_2_28_aarch64.whl
Size 6.2 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
23da14f18f033b02c01e86b10a67e593ea9db1b0fdbd765897e06edbea4e52a3
BLAKE2b-256 checksum
How to use checksums
35cc674e1d75b0f0c17db371a44a18ebfaf9f52dd55eee6c39198f85efb1a30d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp313-cp313-macosx_14_0_x86_64.whl

Download URL aerospike-19.3.0-cp313-cp313-macosx_14_0_x86_64.whl
Size 3.2 MB
Tags CPython 3.13 macOS 14.0+ x86-64
SHA-256 checksum
How to use checksums
81e05860465404693b33b80b784b3c58695bf6ed55ea856e0b272167910502b2
BLAKE2b-256 checksum
How to use checksums
ac5eb4f3a3427054d737399a6df91211581a65e213f9b19690cd9e8b1dbaa110
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp313-cp313-macosx_14_0_arm64.whl

Download URL aerospike-19.3.0-cp313-cp313-macosx_14_0_arm64.whl
Size 3.4 MB
Tags CPython 3.13 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
926e52f9bf4a5629a116431787ebaf189daf10d62e91cd844c7fd2c837f3470b
BLAKE2b-256 checksum
How to use checksums
3802fb50a493e3738b918939445d9dcd97450bc6b2aa0ebae66cb386722f4830
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp312-cp312-win_amd64.whl

Download URL aerospike-19.3.0-cp312-cp312-win_amd64.whl
Size 3.4 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
c6318c845d5e64bf7febabba3d67f59c6ead7a5eee006ba72d4e6a7101df6e6b
BLAKE2b-256 checksum
How to use checksums
c17df833f8afe390ec18c7d4c783d6e34814acbbdb268129ea53846fb8d816e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL aerospike-19.3.0-cp312-cp312-manylinux_2_28_x86_64.whl
Size 6.3 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d307028fba2920acfe0d0a238dcf9e2d8f71fd6c15ac4633a7f9422687f47413
BLAKE2b-256 checksum
How to use checksums
9ab2e73803187d11692f631d14fb1688a5999f3a292cf87d7e6cad55b4ba34a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL aerospike-19.3.0-cp312-cp312-manylinux_2_28_aarch64.whl
Size 6.2 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
6b47c5e3ad6d9beb8124250905765c6b6f77c05300f9193bb8cf123c4522b595
BLAKE2b-256 checksum
How to use checksums
61bfad32f889b2853b0f32402ae676b0b3d07957e2a645e4549b15d6f86c63c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp312-cp312-macosx_14_0_x86_64.whl

Download URL aerospike-19.3.0-cp312-cp312-macosx_14_0_x86_64.whl
Size 3.2 MB
Tags CPython 3.12 macOS 14.0+ x86-64
SHA-256 checksum
How to use checksums
310e18ebc3352ee2b65322f62ad9735d6667776b391ebb4049f19c832de43aaa
BLAKE2b-256 checksum
How to use checksums
6e8a5d84fca40fb2aa74dd6e92ed295801168002eb9fb0593fcfb0939b2ea7e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp312-cp312-macosx_14_0_arm64.whl

Download URL aerospike-19.3.0-cp312-cp312-macosx_14_0_arm64.whl
Size 3.4 MB
Tags CPython 3.12 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
f076bd29fa070cd6b8d3ef64512c1a57034bf1f79ba0eb9a13f2c8deab8460c8
BLAKE2b-256 checksum
How to use checksums
f36d4c38f68661e762ff997a749e6a8ef626bf4a6ec9308555e4c586b4e92eb9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp311-cp311-win_amd64.whl

Download URL aerospike-19.3.0-cp311-cp311-win_amd64.whl
Size 3.4 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
07a98008faaec985d3f46bfb72ce7a3925da470bbfd83f085633dbcda23458fb
BLAKE2b-256 checksum
How to use checksums
3cae1b32ef3add2d76dbb23c841b8525e232b537034c002de7f54b8e2e4081f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL aerospike-19.3.0-cp311-cp311-manylinux_2_28_x86_64.whl
Size 6.3 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
8fd8dec1a1d46bfe4ce5a7ab504d9b8b385732dc2c823bc3ae31824f983b7666
BLAKE2b-256 checksum
How to use checksums
eaa0e45e5d8d42feb2ad2722e8e31ce7f9106d8b4a932daec853759f119df8c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL aerospike-19.3.0-cp311-cp311-manylinux_2_28_aarch64.whl
Size 6.2 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
115887e94af30f09bbb943bbd40b70b0094965d1be42aa098487a739e8968232
BLAKE2b-256 checksum
How to use checksums
711f2f195e7048e93ba49cf1705021453a052424f87bb32e05bf988dcf253954
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp311-cp311-macosx_14_0_x86_64.whl

Download URL aerospike-19.3.0-cp311-cp311-macosx_14_0_x86_64.whl
Size 3.2 MB
Tags CPython 3.11 macOS 14.0+ x86-64
SHA-256 checksum
How to use checksums
dda218580e9f3986fdf7f38a7d48c4da16ad20b75df1b5977724283adb295437
BLAKE2b-256 checksum
How to use checksums
732f6736e9c36b893cf236131ac123817a884b8ce96f5b14e85649e95c71a7d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp311-cp311-macosx_14_0_arm64.whl

Download URL aerospike-19.3.0-cp311-cp311-macosx_14_0_arm64.whl
Size 3.4 MB
Tags CPython 3.11 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
3f8bfdb0f0e4ba3b533a6db401fecd1021b1b645ddb6cb0722298a322462e8f7
BLAKE2b-256 checksum
How to use checksums
847282468841ed5a430d934b6d03ff42316a72a8f445f6c61f6d7df2a93bb2cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp310-cp310-win_amd64.whl

Download URL aerospike-19.3.0-cp310-cp310-win_amd64.whl
Size 3.4 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
14698a309a19558780f4dadc3495d9c5d956554007f3404833e24c6d56621e69
BLAKE2b-256 checksum
How to use checksums
9112ee7c27ea2d94996a7ea58b9c2122ba4fe386eb356864647406c4489b399e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL aerospike-19.3.0-cp310-cp310-manylinux_2_28_x86_64.whl
Size 6.3 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
cb504bb5ff410965c5f27bbfd53f67434dbf4cc2666a739c4528e23d5df1de07
BLAKE2b-256 checksum
How to use checksums
b09f8c08bdf9887f83b46fc91ab417094b31051fed2b10b362ad30f17ea1b050
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL aerospike-19.3.0-cp310-cp310-manylinux_2_28_aarch64.whl
Size 6.1 MB
Tags CPython 3.10 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
56106a56bf4d8b7dc151a61852ee9a810c30a827f48607e513ddcafd8f5d2c58
BLAKE2b-256 checksum
How to use checksums
09f02537832c0db81af8919ad8860107fe424b4a17dd7014640278b8c649609e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp310-cp310-macosx_14_0_x86_64.whl

Download URL aerospike-19.3.0-cp310-cp310-macosx_14_0_x86_64.whl
Size 3.2 MB
Tags CPython 3.10 macOS 14.0+ x86-64
SHA-256 checksum
How to use checksums
affe6e04e103f3daa7f265692be25d4fae8cd91283b17a59e7ce728927725bb9
BLAKE2b-256 checksum
How to use checksums
44d318e6d28a2015fc4573f705c35056e124599ac2d9b349da9f4639639b54ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / aerospike-19.3.0-cp310-cp310-macosx_14_0_arm64.whl

Download URL aerospike-19.3.0-cp310-cp310-macosx_14_0_arm64.whl
Size 3.4 MB
Tags CPython 3.10 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
cb4af20ab1f78e6ffb8d310091d65c7b8e1849185389bfc66cc20eeaecba590d
BLAKE2b-256 checksum
How to use checksums
405c3832d6eecbfe34005fb36235b3de266e8b7ca322512a1a81b994fe695893
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

19.3.0 This release

26 release files

8.0.0

14 release files

7.2.0

9 release files

7.1.1

9 release files

7.1.0

9 release files

7.0.2

9 release files

7.0.1

9 release files

7.0.0

9 release files

6.2.0

9 release files

6.1.2

9 release files

6.1.0

9 release files

6.0.0

9 release files

5.0.0

9 release files

4.0.0

13 release files

3.9.0

9 release files

3.8.0

10 release files

3.7.3

5 release files

3.7.2

5 release files

3.7.1

4 release files

3.7.0

4 release files

3.6.0

4 release files

3.5.0

4 release files

3.4.2

4 release files

3.4.1

4 release files

3.4.0

4 release files

3.3.0

4 release files

3.2.0

4 release files

3.1.1

4 release files

3.1.0

4 release files

3.0.2

4 release files

3.0.1

4 release files

3.0.0

5 release files

2.2.3

5 release files

2.2.2

5 release files

2.2.1

5 release files

2.1.3

6 release files

2.1.2

6 release files

2.1.1

5 release files

2.1.0

5 release files

2.0.13

5 release files

2.0.12

5 release files

2.0.10

5 release files

2.0.9

5 release files

2.0.8

5 release files

2.0.7

5 release files

2.0.6

5 release files

2.0.5

5 release files

2.0.4

5 release files

2.0.3

5 release files

2.0.2

5 release files

2.0.1

5 release files

2.0.0

5 release files

1.0.58

7 release files

1.0.56

7 release files

1.0.55

7 release files

1.0.54

7 release files

1.0.52

7 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page