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.4.dev1.tar.gz (374.3 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.4.dev1-cp313-cp313-musllinux_1_2_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

apache_iggy-0.7.4.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.4.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.4.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.4.dev1-cp313-cp313-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

apache_iggy-0.7.4.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.4.dev1-cp312-cp312-musllinux_1_2_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

apache_iggy-0.7.4.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.4.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.4.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.4.dev1-cp312-cp312-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

apache_iggy-0.7.4.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.4.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.4.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.4.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.4.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.4.dev1-cp311-cp311-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

apache_iggy-0.7.4.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.4.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.4.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.4.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.4.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.4.dev1-cp310-cp310-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

apache_iggy-0.7.4.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.4.dev1.tar.gz.

File metadata

  • Download URL: apache_iggy-0.7.4.dev1.tar.gz
  • Upload date:
  • Size: 374.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1.tar.gz
Algorithm Hash digest
SHA256 82536250388f3f74c70adb5914b49aa87b441b32c38a2985f070627568cd462b
MD5 6e2a5cce515988d0d7f339f588c6a58a
BLAKE2b-256 9711a2f59da138f97a77a36ffd2671c34ddc9f2646dc2e16d2584ad9298461d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.dev1-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 209a59997b5886409ebdea504a1136ab4e09bf9a4ae8e95c93bd77becb00d854
MD5 bd5ae4807b84a3223365de0579782b3a
BLAKE2b-256 4a59f4a878868b8b14dfa85eb920e30a3d49814733e0f0677576361b8715b43f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21ee1d409a2ff3276a7a14b81357add5419947a7ee0d38ccf69866443d781362
MD5 e9cb091feebb73d0b57d9f3680003428
BLAKE2b-256 7e162efea60cffa394e01380489bdb9d0eba4008f7f0df517710c4958c88396f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 09893f353c55b036cee4c9cb081ee6e8c8536eab10a490120b7327c9b0a61cca
MD5 e36fa4d7ea1bc9564714abfc67aca3fc
BLAKE2b-256 9248635ab2064aa0983e2c48748c0c17b62a8e29f7313ec2c3984233a4f26c5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b43827d3e7311a03fe5966e720fd26887643a317cbfff78b0771754a20e74ee
MD5 9bd90f145a621fc64dd913f5e2b1117b
BLAKE2b-256 06a9d4283888c630e65e15aba41e880c2d12a786ef19cc66e0a69dbffbb90fc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40cad4ea667512d10fd95508c7fc3d2564ebdf78d7a7978d20390a6330117332
MD5 8facc56c22665e4111b677bb9e3b07d3
BLAKE2b-256 c2c793cc7699134cbe80f7b67c98c201fbeb34fa88b56345940f7abeec874a80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2451f01a1fb394db3bae62b7a68ce2f68e5021119b108a9a5183283c2c171d1e
MD5 a27414593ef567bc70214619e47ab29d
BLAKE2b-256 31c3f977aba38a9b00ecbfb6df849fcb0ff7c6c847456d449398ddd3d063c2d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.dev1-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 acb44f592b815b0cafbc155c9fc9d6218c1d2457fed2f42c2008531f9458c29c
MD5 98df36e45601af860309e82c2228e994
BLAKE2b-256 22681b2aea9b2d03796575c30cbdf3b32793a5dc674cc55dfdad69b9be5e4b26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e37ddeb1cdab348f96a51e639b5c94bcdeae7095e23086f0b9b97ec41e85282
MD5 18a76f38ddfa9c0180260bda9201a6d6
BLAKE2b-256 1482a8ad9451bb9f61a94e4af4e91ab331921cce163be9bf438769399201e970

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e108f0c241337761710b40d0a2b1209205161d0ece37a77c3359ead8bc55c9a9
MD5 e9891e93ab0cb24fc9f22bbcc5fe6af1
BLAKE2b-256 7c82d7278069f6f8cdab5f87b3ad77e33e910446c0e710318bd2e5438dc355f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a774beb31ef7a62621b518f68c2a9ad6d56dae0187feb5ef1645f0c0a1fef3f
MD5 5c5d6c52d3f519bd9a0c84e2ca0c4352
BLAKE2b-256 52122b5302e3d866375ad790128e6daef1e4a8619e438999fd7f6c27c1cdc8d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b05f1ca089a5f96795dedc71b21aac665c98b54696e5a915271960e614ccd73
MD5 cb11ccb698de613200267d7d665463e0
BLAKE2b-256 ddea79fbce4ada98b2eed3913a08a68c0e3cdeb99f6afa29e699980b8e4c3120

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 90bc8411145fe445fabd059975b6a432b77b4a2b0365c648bc33bdd0f843b0a1
MD5 35f1134a3e3115c5f1e478a9055b6811
BLAKE2b-256 7600da1841e048380f8173aa4c7f71f14bc15079a82ac55b1c933845f18fd8fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7fd92b49e32efdf537a5bc61aed34b32e6bd9e9c4a0e47922d3df4abeec6f9ee
MD5 afe747fceee2cd5b58d7bd6a0c512436
BLAKE2b-256 4222029f61cf185a0926cc95bd6cad6cd238f3b2abba0a65670e63c7c174956f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4cfb29e9eb10aaf8ac3ecf6c28c4cfbf32570a8806b6a8ec4f50885187787f1
MD5 25aa7213c25ce501c5765f38516e7961
BLAKE2b-256 9da31a1c2ffaf05d530bdaa3c1857256ec1b7395ee59d7b26d77b8a4c12000b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 fa5ef261c0cf03a47e7d24411b590316aa59f9f07d89bbf51d12f9c8dea8cc4c
MD5 043e4503c468a4180dbb79e334eb6a1d
BLAKE2b-256 22e001a2bfc3b13761823e8b58cc8c7f6910ba425888255dd14bfef399bcc2d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f45b4f2d7ca6bb97254ffc7b6c1ba3bacc2800a8b01cae5e09f5f887b175f3b
MD5 0c7f6852b2127fe95c7e6b9f684ab5af
BLAKE2b-256 6df0ba5faf103f0feecb2de1a9560e06f57eba0246dd0ebe419ebb56d102f9ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1c9fd5d7c6ba54632c9634bbd8afc5bc108c3f7340a911a91f11f4df30b01872
MD5 3d5b49591a86e1892654ca6f0e0fa7a1
BLAKE2b-256 25f4899e8a3316a85bc7516fe0d0cf8ba9295c156e5c99d53f8c1cfdb68dd8fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3cb93eefbdb10a6038f5ac473188bdc69343f8ed28a9723b66f54dc1891a6070
MD5 59a99abb6c6de8faa03974f09b7929c2
BLAKE2b-256 f910621ced17e524ac0bd90262371577d50f32adb3d412c82890e5374736c608

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cda6605c7aff65a5de3ed4cfe58ad9b96e4ca5392db83ff79f53b500154332a8
MD5 42c44b4a9de1d3f1eecd3017deeb14b8
BLAKE2b-256 c97c095bb08dd2161f4d33538f657e1aa38e1da39e575f9a7ba891578aa6fd84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 64b7404ca975c5577dd653ab0faca3f30ce6f4549e77bce096a4345e9c80b6c1
MD5 5f31bc81b1e45947c03cb89a9432094c
BLAKE2b-256 1ec40d9ac609b1dd8b53b88f677a78353a437f37c6ecb5015f3b4e44c52a72e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ad040ccf660a882ec1e8a0163dd4a389ac8d29d474dd70817f2adaf989d2be5b
MD5 83716ec0ae606a37423f69d5068d33b9
BLAKE2b-256 373467274030bd261038462bc77a4dda62583a0e12d3dd3af1e1e1022ff33d21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9637014a76c8beb4d1ba4b10d70388d29f8ebefd24636d7e8624522799418e49
MD5 3bba78311d0974af5e4edc33d3653e1b
BLAKE2b-256 24f6b25d040d65b56120d3b32d481c8aa0d03a328af9f3ab6e7874b0b489d96d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf832251f61ae789011392cdbf9c0c0298236ede11dedad69b403f4fb243428e
MD5 0644ef91a3d75ccbcee220a4bf1c59fa
BLAKE2b-256 291ed3e74f6b2fd9d1340ce43248290d7133dc58eb3f001ce096171bfa1da43e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: apache_iggy-0.7.4.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.10.12 {"installer":{"name":"uv","version":"0.10.12","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.4.dev1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f614045a47222794c75966c04e451f175bb294c2dc286c306abdc53d66095a1b
MD5 891414824ffe7c7454c2e046d48daa53
BLAKE2b-256 95f5cfb2b33ca2a1d5b442cfb291805359e932cf03731c36de5c2e36897409b1

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