Skip to main content

Apache Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second.

Project description

apache-iggy

discord-badge

Apache Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second.

Installation

Basic Installation

# Using uv
uv add apache-iggy

# Using pip
python3 -m venv .venv
source .venv/bin/activate
pip install apache-iggy

Supported Python Versions

  • Python 3.10+

Local Development

# Start server for testing using docker
docker compose -f docker-compose.test.yml up --build

# Or use cargo
cargo run --bin iggy-server -- --with-default-root-credentials --fresh

# Using uv:
uv sync --all-extras
uv run maturin develop
uv run pytest tests/ -v # Run tests (requires iggy-server running)

# Using pip:
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[all]"
maturin develop
pytest tests/ -v # Run tests (requires iggy-server running)

Examples

Refer to the examples/python/ directory for usage examples.

Contributing

See CONTRIBUTING.md for development setup and guidelines.

License

Licensed under the Apache License 2.0. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apache_iggy-0.7.5.dev1.tar.gz (366.5 kB view details)

Uploaded Source

Built Distributions

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

apache_iggy-0.7.5.dev1-cp313-cp313-musllinux_1_2_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

apache_iggy-0.7.5.dev1-cp313-cp313-musllinux_1_2_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

apache_iggy-0.7.5.dev1-cp313-cp313-manylinux_2_34_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

apache_iggy-0.7.5.dev1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

apache_iggy-0.7.5.dev1-cp313-cp313-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

apache_iggy-0.7.5.dev1-cp313-cp313-macosx_10_12_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

apache_iggy-0.7.5.dev1-cp312-cp312-musllinux_1_2_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

apache_iggy-0.7.5.dev1-cp312-cp312-musllinux_1_2_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

apache_iggy-0.7.5.dev1-cp312-cp312-manylinux_2_34_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

apache_iggy-0.7.5.dev1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

apache_iggy-0.7.5.dev1-cp312-cp312-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

apache_iggy-0.7.5.dev1-cp312-cp312-macosx_10_12_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

apache_iggy-0.7.5.dev1-cp311-cp311-musllinux_1_2_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

apache_iggy-0.7.5.dev1-cp311-cp311-musllinux_1_2_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

apache_iggy-0.7.5.dev1-cp311-cp311-manylinux_2_34_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

apache_iggy-0.7.5.dev1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

apache_iggy-0.7.5.dev1-cp311-cp311-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

apache_iggy-0.7.5.dev1-cp311-cp311-macosx_10_12_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

apache_iggy-0.7.5.dev1-cp310-cp310-musllinux_1_2_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

apache_iggy-0.7.5.dev1-cp310-cp310-musllinux_1_2_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

apache_iggy-0.7.5.dev1-cp310-cp310-manylinux_2_34_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

apache_iggy-0.7.5.dev1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

apache_iggy-0.7.5.dev1-cp310-cp310-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

apache_iggy-0.7.5.dev1-cp310-cp310-macosx_10_12_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file apache_iggy-0.7.5.dev1.tar.gz.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1.tar.gz
  • Upload date:
  • Size: 366.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1.tar.gz
Algorithm Hash digest
SHA256 8e55b2db83821c3d570af14d67f5478415d8c15f4ccce5478517db6a52c15946
MD5 b6cbd687d21b132d70a84d9910eda65d
BLAKE2b-256 77857bb56a8fccfa805666cc1a18aa5beb7d230594c167e417c59012efb7398d

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b82fb251dfd8a0adb751bc49121007da389ac1862e96ad3841322ee36302d916
MD5 f7a72fd0cdd92325d1c2d5a310176d11
BLAKE2b-256 788bcd070a5cb15f59fbab8fc7cf1452f28711cc3bdc21a18bea05c1a74f7160

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp313-cp313-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc893b28185bcd7a5cf67cba47b2b756f8ec8ad3365fe040ea8036bd69a85244
MD5 1cd9d051c0a7a420c62cd6ac68ad8113
BLAKE2b-256 ce674fb56d0f75d9b20cec158c0c74f4313321f2ccb29836117f05b9d9b37eae

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp313-cp313-manylinux_2_34_x86_64.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.13, manylinux: glibc 2.34+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 74ac4862c53ef371899424c00f2b997c0f84d6a41a71e5c516decb56c592fbb5
MD5 4dd930602048ee98216bd83bd5fb53c5
BLAKE2b-256 37998f8c5dab63bf12fbc97ef687a5f9f33e3bf37352867e2289b7968bfe2c98

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a2e89a5c4de06c5667002d5dbdf0c5d11b37561af2e47f2ffeedc2cd041c219
MD5 4a3d7b02dab6526138bc69b3123dd203
BLAKE2b-256 005046c04357b0b0b6dc29ab1c082fd6b5f445346758c0cff4f254aecbfdf6c8

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8c100e0a616e8ce117f7f292f41a807ed9daf26a18d70bb033709a0923886df
MD5 e7924941f258ba68a914475bbf62d3ac
BLAKE2b-256 c323b81bf4fcc9f005c596448bab1c50aa177bf7544460606add4401daa2f262

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp313-cp313-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.13, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 53809a63cdf8e347e331e3f25058e14ae4a4adeb7494d827e3594c073c00f062
MD5 14fb4b8e8c9b1ccfb0dbcc699a7bc9da
BLAKE2b-256 35c7b41349ec195088614e4587115b9dedce8aeb61668311a0246164eb3c45d7

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0914f069cb44ebdaf492b580b4c1a26fb10c15cb97a94eafc825841d47c0cadf
MD5 78717ad92ccd94e9774f4c5052bc5c33
BLAKE2b-256 d17be5b72f4ee392d2af8a75225f872fb755de1e348f8af74b76ccdd8e12c709

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp312-cp312-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d88ab26cfd13c45b52460c4709e0858ce1214ca2adf2b2d5d62fe9e0a063ec0b
MD5 2645cdb334daa7c0f8eacf6d4e339d20
BLAKE2b-256 4e875eb3755bb7ca249e66daa20cfbf036d99eac4ced88bb87caed47a2aed6aa

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp312-cp312-manylinux_2_34_x86_64.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.12, manylinux: glibc 2.34+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a10fc09611e18ee6c972aabde91ba127ed5e3b47d64f011fcac8d7bfc1ac763b
MD5 d596766cc0cd4cb86fc49d050334fbb2
BLAKE2b-256 fa33fc83c92efbbad41d1db5d0477b37dacec31bbfc00244027c061d50637c85

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d23a3d0489de2d1c63e575715ff20192d582a41abdbfc4db04f228039c9566b3
MD5 47bb11b36f14502ff455ae3e332669a9
BLAKE2b-256 1e51349d63cdc9c03f309d0eccddcc185151f91670c6777d1485df5e6960ef54

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef487ba8f026a6695bb633d9ac42a072bc457202cb2575d663fb7e5d4072d302
MD5 087efbce693b76f0044cc5849d523082
BLAKE2b-256 994d9a7ca5cddea26e966315e4b97c302212ae41334a733510c0a1031aeb4759

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp312-cp312-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.12, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 be4753f7a21f36348698beafbdd3d5d66ff9ef8dd8588bd36371c0dbc138d178
MD5 eeeb7755e31d4d4d20037087eb491d6d
BLAKE2b-256 d00641f81f1f8ea8ba37b770c0f2c57f1a2aa27c4972783f0d53248850f2f515

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0206ab39e2dd7c21d8ad746380f1e62e9fb08077089055b20d3b8e9a35c00a44
MD5 ab4289fb8404c418c42ff1a85c9432f6
BLAKE2b-256 ed3066dbc724452177fa6e0cd9eae2428858b4a50cf7f18db5cc69da85b31735

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp311-cp311-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd1c00fa044281b9a650db3cb347ad5719c31dca23e03bd3ecf79eabb46444ac
MD5 5e4afc19fb5571a8c0d3af2392b1c005
BLAKE2b-256 bc48eb7606d29550cafd9e09267b013e41e6dba4eb6f0187a417d7c0acdc3e32

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp311-cp311-manylinux_2_34_x86_64.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.11, manylinux: glibc 2.34+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 588694a1c2026d803ccd0404172bac2cae3d7ee411d47dbbe12ad5547c09a5c2
MD5 baeef86239cef50071dacd3b69edb79e
BLAKE2b-256 2b5445d61d6cfad866dd308c003b4d1ace3074af1bfcc09e476aeae15f7d58f2

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1db8fed52cf82a3e232784af9c4ce3fc52341252bbd001aae140bf8a4ca8bdc
MD5 ed06b2fefcd0a3d396e2430a35fdf226
BLAKE2b-256 43d234c5b23228a9e16da6b44eb0e5c4c738100b4abafc16e3ccf4a350170e0e

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6a47042c28fc9a3968e44ac8001c960435eea42d462fd3646a516079367c32b
MD5 03fce2baebeea9d286e886c4c18e885b
BLAKE2b-256 b1fb1c7c5a8d90a23c886f8efe920fb8a91c85812342ba447d7203809d340cec

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp311-cp311-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.11, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9f1c9a20c6e0d107eb56682d61d3b4bc79c24b72ef1ee3309ff2ad41c9eeea4c
MD5 7237ab8db5a2f0507414fc6caf3a856c
BLAKE2b-256 27775d5e5f940f8525649793bb50d00ef5f6a121f633f50443c133b73c6625c9

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp310-cp310-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca3f44d4fa5496f48f7216b8e3df351586f8330027a3bc15769a29adb7d6e23f
MD5 e77ac5452cdc6e527ccbbd7ae2acd6bb
BLAKE2b-256 b212726326df35cf1d0381aaa749185fc25fefeeba06dea24ac1873f8356d4c4

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp310-cp310-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a4e383838221f018547af3680d35ae5053a8667a8591572cd4b74e9f83e07319
MD5 d28b55f01576d388263da0bb7f5c1038
BLAKE2b-256 d7d822914f12d813e70989b2753dd83b535b20aadfb4b3a79572bd3d4c9173e3

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp310-cp310-manylinux_2_34_x86_64.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.10, manylinux: glibc 2.34+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b04e099879e115712fd3738b7f910ba908c0988fffb23118b22a4583b350f586
MD5 5419d447dc7d639e38fe078f03753648
BLAKE2b-256 59f85da4e552f1bb60e7ddf049dd336049a11ca0ccb6f97d65cfc25807c87c10

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6e7f956323294f02b080c673887e76da1cdb543aeee35f9dc960008f01a5c6e5
MD5 03d0a634183bfe07308cf01e4f6b9928
BLAKE2b-256 ffcf90e6f94c27cb58cad67a68a94a56c6da2b27c9728f409d1daa1e8ce70d92

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6fa7bdc20a6081db41153bd2edd51cae34a62398349e64de227dba03303386fd
MD5 7309e5dc5669b5943a3eee6a93698bfc
BLAKE2b-256 4188cecc2ff7d9cfc27d12f9a228040d58eb4ca14b732d83ae4225c94f11ae72

See more details on using hashes here.

File details

Details for the file apache_iggy-0.7.5.dev1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: apache_iggy-0.7.5.dev1-cp310-cp310-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.10, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for apache_iggy-0.7.5.dev1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7d17495381688520cc1143d4f5c5642b867fc0f2a9418bdd5b40399499d99741
MD5 d5b460f022a158ac5af1313d9c0976b8
BLAKE2b-256 ea18e7d37b14115fde849da342cddae36865fa543ee6f23fa3e7a28d6f87606b

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