Skip to main content

Tower CLI and runtime environment for Tower.

Project description

Tower CLI

The CLI and Python runtime for Tower - deploy your AI and hand-written Python code to production in minutes.

Bridge the last mile from code to production.

PyPI Version License Monthly Downloads Discord

Tower demo

What is Tower?

Code-first platform for deploying Python data apps, pipelines, and AI agents, with built-in orchestration, analytical storage, and multi-tenant APIs. Works natively with AI coding assistants via MCP.

Install

pip install -U tower

Other install options (Nix, Devenv, releases).


Why Tower?

Are you shipping your Python code to prod but struggling to:

  • Turn scripts into production services
  • Expose APIs for users and customers/tenants
  • Store and query analytical data
  • Run reliably across environments

Tower gives you:

  • Python-native orchestration and control-plane APIs for pipelines and agents.
  • Consistent execution environment for your code; run on serverless or your own compute.
  • Observability, user and tenant management, and managed Iceberg storage (Snowflake, Spark compatible).

Quick Start

  1. Install (see above) and log in:

    tower login
    
  2. Clone the example repo (includes the hello-world app):

    git clone https://github.com/tower/tower-examples
    cd tower-examples/01-hello-world
    
  3. Create an app and run it:

    tower deploy
    tower run
    
  4. Expected output:

    ✔ Scheduling run... Done!
    Success! Run #1 for app `hello-world` has been scheduled
    

Full walkthrough: Quick Start

Using Tower with Claude, Cursor and other AI assistants (MCP)

You can build, deploy, and manage Tower apps through natural language using the Tower MCP server. Tower includes an MCP (Model Context Protocol) server that allows AI code assistants like Claude or Cursor to interact directly with your Tower apps.

Full walkthrough: Quickstart with MCP

Add Tower to Claude

  1. Add the MCP server to Claude:

    claude mcp add tower tower mcp-server
    
  2. Clone the examples and start a Claude session:

    git clone https://github.com/tower/tower-examples
    cd tower-examples
    claude
    
  3. Ask Claude to build and deploy — for example:

    Create a Python app that fetches stock ticker data from the Yahoo Finance API and prints a summary. Deploy it to Tower and run it.

Add Tower to Cursor

Install MCP Server

Or open this link directly.

If that doesn't work, see the MCP Server reference for additional setup instructions.

Add Tower to other AI Assistants

Using a different AI assistant like Zed, VS Code or Gemini? See the MCP Server reference for setup instructions across all supported clients.

If you find Tower useful, consider giving the repo a ⭐.


Features

  • Consistent execution environment everywhere - tower run on Tower serverless or your own compute.
  • Deploy in under 30 seconds - tower deploy packages and ships.
  • Secrets - CLI-managed; injected as env vars in runner only (E2E encrypted).
  • Optional AI inference, Iceberg or dbt - tower[ai], tower[iceberg] or tower[dbt]; details.
  • MCP server - Deploy and launch runs from AI coding assistants; details.

Demo

▶ Tower demo (YouTube)


Use Cases

  • Data pipelines - ELT, dbt Core, dltHub, batch jobs.
  • Interactive apps and APIs - Marimo notebooks, FastAPI endpoints.
  • Data agents - Fresh, company-specific data, Tower apps as Agentic Tools, lakehouse as facts database.
  • Platforms and SaaS - Multi-tenant apps, headless data stacks.
  • Sensitive data workloads / on-prem - Self-hosted runners; data stays in your environment.

In production at CosmoLaser, Inflow, dltHub, a-Gnostics, and others.


Comparison

Tower replaces the typical stack of Airflow + custom APIs + storage with one platform.

Feature GitHub Actions Airflow + self‑managed compute Dagster Tower
Flow orchestration (data/control flows) Partial (1) Yes Yes Yes
Flexible compute (self‑hosted + serverless) Yes Partial (2) Partial (3) Yes
Analytical storage (lakehouse tooling) No No No Yes
Multi-tenant platform (APIs, users, apps) No No Partial (4) Yes

(1) GH Actions has orchestration primitives but no flow support.
(2) Typically requires a managed Airflow service.
(3) Self-hosted Dagster requires hosting both data and control planes.
(4) Run-triggering APIs exist; user management depends on Dagster Cloud vs self-hosted.


How It Works

┌────────────┐     ┌─────┐     ┌──────────────────────┐     ┌────────┐     ┌───────────┐
│ Developer  │ ──► │ CLI │ ──► │ Tower Control Plane  │ ──► │ Runner │ ──► │ Lakehouse │
└────────────┘     └─────┘     └──────────────────────┘     └────────┘     └───────────┘

With an AI coding assistant (e.g. Claude, Cursor), the flow goes through the Tower MCP server:

┌────────────┐     ┌────────┐     ┌──────────────────┐     ┌──────────────────────┐
│ Developer  │ ──► │ Claude │ ──► │ MCP (Tower CLI)  │ ──► │ Tower Control Plane  │ ──► ...
└────────────┘     └────────┘     └──────────────────┘     └──────────────────────┘
  • Apps - Python + requirements.txt + Towerfile (entrypoint, source). Any Python; no SDK required.
  • Deploy - tower deploy builds, uploads, stores encrypted. Tower cannot read your code.
  • Secrets - tower secrets; env vars in runner only (AES-256).
  • Runtime - Runner pulls app/config, decrypts, runs in sandboxed Python. Same model locally and in cloud.

How Tower works.


Roadmap

  • Code-first orchestration
  • Observability
  • Self-hosted runners
  • Interactive apps
  • Organizations
  • RBAC
  • Iceberg ingestion

Not For

  • GUI-first pipeline design (Tower is natural language / code / CLI-first).
  • GPU-heavy model training or inference as the primary workload (Tower offloads GPU inference to cloud services).

Contributing

PRs and issues are welcome. See CONTRIBUTING.md and DEVELOPMENT.md.

If you found Tower useful, consider giving the repo a ⭐.


License

  • License: MIT.

Full installation options and optional features →

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

tower-0.3.60rc1.tar.gz (317.2 kB view details)

Uploaded Source

Built Distributions

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

tower-0.3.60rc1-cp314-cp314-win_arm64.whl (7.9 MB view details)

Uploaded CPython 3.14Windows ARM64

tower-0.3.60rc1-cp314-cp314-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.14Windows x86-64

tower-0.3.60rc1-cp314-cp314-musllinux_1_2_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

tower-0.3.60rc1-cp314-cp314-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

tower-0.3.60rc1-cp314-cp314-musllinux_1_2_aarch64.whl (8.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

tower-0.3.60rc1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

tower-0.3.60rc1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (8.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

tower-0.3.60rc1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

tower-0.3.60rc1-cp314-cp314-macosx_11_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

tower-0.3.60rc1-cp314-cp314-macosx_10_12_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

tower-0.3.60rc1-cp313-cp313-win_arm64.whl (7.9 MB view details)

Uploaded CPython 3.13Windows ARM64

tower-0.3.60rc1-cp313-cp313-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.13Windows x86-64

tower-0.3.60rc1-cp313-cp313-musllinux_1_2_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

tower-0.3.60rc1-cp313-cp313-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

tower-0.3.60rc1-cp313-cp313-musllinux_1_2_aarch64.whl (8.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

tower-0.3.60rc1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

tower-0.3.60rc1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (8.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

tower-0.3.60rc1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

tower-0.3.60rc1-cp313-cp313-macosx_11_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

tower-0.3.60rc1-cp313-cp313-macosx_10_12_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

tower-0.3.60rc1-cp312-cp312-win_arm64.whl (7.9 MB view details)

Uploaded CPython 3.12Windows ARM64

tower-0.3.60rc1-cp312-cp312-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.12Windows x86-64

tower-0.3.60rc1-cp312-cp312-musllinux_1_2_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

tower-0.3.60rc1-cp312-cp312-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

tower-0.3.60rc1-cp312-cp312-musllinux_1_2_aarch64.whl (8.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

tower-0.3.60rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

tower-0.3.60rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (8.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

tower-0.3.60rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

tower-0.3.60rc1-cp312-cp312-macosx_11_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

tower-0.3.60rc1-cp312-cp312-macosx_10_12_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

tower-0.3.60rc1-cp311-cp311-win_arm64.whl (7.9 MB view details)

Uploaded CPython 3.11Windows ARM64

tower-0.3.60rc1-cp311-cp311-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.11Windows x86-64

tower-0.3.60rc1-cp311-cp311-musllinux_1_2_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

tower-0.3.60rc1-cp311-cp311-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

tower-0.3.60rc1-cp311-cp311-musllinux_1_2_aarch64.whl (8.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

tower-0.3.60rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

tower-0.3.60rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (8.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

tower-0.3.60rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

tower-0.3.60rc1-cp311-cp311-macosx_11_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

tower-0.3.60rc1-cp311-cp311-macosx_10_12_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

tower-0.3.60rc1-cp310-cp310-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.10Windows x86-64

tower-0.3.60rc1-cp310-cp310-musllinux_1_2_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

tower-0.3.60rc1-cp310-cp310-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

tower-0.3.60rc1-cp310-cp310-musllinux_1_2_aarch64.whl (8.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

tower-0.3.60rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

tower-0.3.60rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (8.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

tower-0.3.60rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file tower-0.3.60rc1.tar.gz.

File metadata

  • Download URL: tower-0.3.60rc1.tar.gz
  • Upload date:
  • Size: 317.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1.tar.gz
Algorithm Hash digest
SHA256 b36970c29ff81b5e7ff7eb81b16e553e8b289fedc302ee42aeb95153cb0cd6fe
MD5 bd73a258b81b15823bc75a00500bc483
BLAKE2b-256 b23ac5eb5ad4147b52fd23624702060528f2f081daa1b252a1f6883215a92b36

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 9499e15ffaf57f48437f66f97f72edc4512d6d3f3c6719ea048635604bbc7e1f
MD5 cc3982bdc3cff4d1c2bc5820614ec8f5
BLAKE2b-256 299fd9423649910601c3d4bc7212b739a2ab002e5270186236ac965ee27929c0

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 55efb56d5a1374dfa8e2cf001eeb8222f89538decd68340432fc0477e1f0854f
MD5 6601353787240412da122d10d912c64e
BLAKE2b-256 b85f4de02e173a3bcc0b6c7300485810d335e6ff190e55915b5b9b84491db993

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp314-cp314-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51028822d84a7059176eb4298b4f34c1da318f253bc9b076fbe57d9ed240e0ad
MD5 9db7a7001b72b3b0c43a20a2bdd9fbd2
BLAKE2b-256 eb8c0fa6730677aa688812ab3fc4c06c47a97bfb0910a3799029110441963162

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp314-cp314-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 16db368c72dad2aa6309c14df670716be9fe6adea0ddc3e67532d08d619e70e8
MD5 75a473a18461b321b916d7d0b36f9c17
BLAKE2b-256 60716047a2cd2bd72e9a64d74cfb7422c3f04bdb45cf063ee9d3a527e3c74ebd

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp314-cp314-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eb568b38c68ec504e180b171b6e35ef0051020693a215aaee0c2a35b05401dfd
MD5 513300fcbf85dcfb0e2033cec7752320
BLAKE2b-256 50270815899895fa7743ab6f2963ad39a295172ec4b76ee8fbdaf8c382886667

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 528a13c4a3f3569be7f130b9778a59ccd615c00fd382a7979877dd1816af6ca4
MD5 bc1b1d69d75ad7801d3a1526b1b3adcd
BLAKE2b-256 3ebf7dbd0a3d8ed2766ac11f417dd263dd65400eb99c91662161c23db343043c

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 8.9 MB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f8e07911e039d008462d61d12f0dbc309e6e7317e2143de1b2d8fd4f6c2530b3
MD5 7f4f0928c88f6e6261da836a02ca8e80
BLAKE2b-256 09d4a10caeeedcf4f80bfd3ece5e0699416aa715fbc2203088fa3f1acc49b5f6

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0050172544a95ef937f9e66e682ab89340e0c9cc6d4b217541ad4c4a57239a98
MD5 2f387dfe732b110c6907865fb7d90a55
BLAKE2b-256 8e7d27f0d9b15b1886c9963f5e31314a3599a7e91dd92415961f5d2cbfe39349

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f47d588e021c43e981362dd2cac393a0510b2571de56d179694936752970b840
MD5 cddcb5adc615dced96661b18d4cb908f
BLAKE2b-256 89d055f4b79b5bf129728e9eec08d9c581cb9524ddab0f4b5eba55c4420e98ae

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp314-cp314-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.14, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b4f518cddccf94fcc6903513ef3b6377d96b2f682ae3835746f3ce2b0e21e308
MD5 619ecf518560c885e734c32bda162c3a
BLAKE2b-256 b222a71e73d93f38bc07a08ab4d7ca98197a21d6fbdcf6d1812eeebf8a61fa18

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e3b55e79eb580ea351a47124e4c0dad7f0929d6f17c89c79a676494aad162117
MD5 5745fcfb2836b482bd64c1dd63460736
BLAKE2b-256 dc3d065a1ab7ed87b14e43a88e94e25ee1099b458aa89b1e259535efef817412

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0e7702e6136cf505efa913c727574433b5be2cf46904658c0d33d6e70844ffb9
MD5 787da4134162be1edaaba92cab093ba4
BLAKE2b-256 a118e9a26a6acaf1326ff9d7c02547a99bba32d444149e892bea502262755cbb

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a89d6cd787f69ac1b9d087b7ecacab128e041fa1d73b85c0c4ed934457fd38f
MD5 1855387c51a4239947d99ce079df9de6
BLAKE2b-256 ac4136f6bebd119dbb4570a2f1a230ca65fe8d31c928b065be49ded1ecb620de

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 785379d58b6fd7f21ff2f78198ec2f4d29941f4eed345a426e9ba44f7baa7d68
MD5 f2560a06e431afd9247a31e4abe8f854
BLAKE2b-256 579b53018bab05b1f26b53158116f7ec88cbd04c442157d2f1921574e9dd7875

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp313-cp313-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2365b23b8d1f65a0b22519c9f059b7d4473e5d15c7efb039a6edfc22e08db851
MD5 4182229dec91e80fd18322a43d7e941f
BLAKE2b-256 48ee3c6fe18180308da32874c65ca8e03bb3cd2e823567cb78b694d7f16b5255

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 daca7355e5d075c7e029db9494edf5c5025dca5c841d3e14eb9e57bed11a1b1c
MD5 a593aef690824d2e6ff6ea17314f4c99
BLAKE2b-256 b75dadb71a3b7aaab9a1284f2827f10f7029d31f4a757deaa75cbd93b5bef7f2

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 8.9 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1401f77f087b61c260608cca7641cab18c507550ea879c4c8e69e3dc7a29e39a
MD5 f8b4d1ee1a1d762b5d95eab17fea533a
BLAKE2b-256 00c233d0377dd437a8fa73ce625da07803483692f6c9d5797535083ef287e5c4

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 821b64db8823673f93c62e9f8e6efb9e3c6b3248d446283974c178ed4e36c15d
MD5 baea4133a92e5f77624156a640096d2b
BLAKE2b-256 fc68022e31ef2467d7814a51d5afc60e66f89e3cb57bfc09b9282c628182e193

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6cc5f1e047a7b88567a40b53c998d8f68dc63e3c2d643d3fa4330a43ccb793a2
MD5 5b040a9beefbb0e9186ad16dd2a5926c
BLAKE2b-256 65d1ab94d1173bacfd9f4e79fab813f33f6c0d394735c3cf96ee27e4a35d5584

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp313-cp313-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.13, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1dd5982d900276e20f6ece0644ac806f22d7156794f2581d8464c782b2ece2dd
MD5 9bdffb8de372c2ae0e53ef04e42dded2
BLAKE2b-256 6599e9900c6a8904ba0b9f9d5da52bb54446ddab9f9c163e8835ddc0f4036f1a

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 6ca16a1ea27dce120cc9092d95493ba0f67d29def8ccf66341ff666a620dc491
MD5 8bed5a866a6735ac0d66d361571fb838
BLAKE2b-256 861613d0f587d15a683a4df7ad3239ce2b4f63250ed86655b2c4dcd56c78f9d4

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 af269f96fbbf965c93c2dee4d2a17dcb8009aae4b874af5e4aee6f37337b8fad
MD5 4f2da4ba31e0bfe9f066804d723ef0bd
BLAKE2b-256 960bf6abfd391f1cc7884ad3cb9ba7d93a1eb67f3b4cde13a5e8809b6512381f

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9317e908c04d740ac5369ac239e9f457f0ecc32a3a4bbe041abf4262f6172a7d
MD5 dc78682c9348960214e5ce5f3ae30b48
BLAKE2b-256 4b07e611df285e0f8ab0b2db8e6fbeed148261d075e6d26275f9f2a8a000d7f9

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9fcd71747f1405b55a95a2226a660137fc84385effa25d18367b65f99f9f41f1
MD5 2e007e19c07a7eb5bf076abede063495
BLAKE2b-256 94706e5fbdf9cd94139f3da80a4d13f637d6c1459b61deddcbab9d0594276379

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp312-cp312-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7db80d44d1311c41f83ef779e3e86dfbc7f12561c8c74e79f16364731ada5e45
MD5 b4837faabddc1acde090e8ccb2c366f3
BLAKE2b-256 3f901933b46bf15866bdf7ca1b04b41de44919cf0e9c210ea4b23449042d679c

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1132d02799f4243435287f74e2f7c885796d6e46185f309ea2a99a2ac93d90a0
MD5 483da17169ff0aeada74ac91d530e168
BLAKE2b-256 ebf1222309f80a8b13c902e3a80cc6f5aab84ad0dc7292a10dc471469784f574

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 8.9 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 723892cc9d782069f1c955af6cfbaeb95b8b1f2fd3f4670045f5891546e0a447
MD5 ad15b3951b5fbca20046eee578e4e951
BLAKE2b-256 f3cbd93467af7c0c80ff0ecf018aff809977ad959214bf09950b69b400b37cfb

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 46c3c06719a6c5f960af8713baf22f1d1d744f597a5c8f5152847c5fd84884ee
MD5 4c8df27e2b3d87821b411fb62a3d9488
BLAKE2b-256 d739feadf25c6cc84c1c523f83f93d8316f0630589bb2d74d2e9dcbf6cd1a105

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04c770287db56f8c5848d1ee39613e5d06d6641a3084fbf6e8d25aadb941f2f3
MD5 a20ba4ea84b91b1c9379bc97b65e6a1e
BLAKE2b-256 688ff0eed32a113f48f066fe4dcccedb3e4a228d85be621a117bfcbcd8cc30c4

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp312-cp312-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.12, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e2982b2cbae654bb775bcd12ee2674f8b3a0f783a2fd758c49d88ca5a2ee6678
MD5 a248534627ea8a2680c0b381392082f0
BLAKE2b-256 cd50a784cfa4a05e8442af03b932cf5a8208201c9b74df7cd87b74b925702bc6

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 77df0b10c0e97fa988e6ab76b8ec25219cc73951b751dcad1a2bb54fb3265bba
MD5 fff95a0bfb4eec05ce4fcafcb993b71d
BLAKE2b-256 87c7dd370a79498e714411abd66f45191a6ac78b6822153d03c26be072e00e48

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c653ec1141018d2082cc85d5738fb52e9f8d615572a2aecce5ac7c26f19d8f9d
MD5 aae579ffb82c2720e8ccff5c5df0fcb2
BLAKE2b-256 9ded2f761111433ed920b11e44ac01c798f59cc39ae8b2e3e32a0f7c41ccb0bf

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc21dbf5462245fb1c860d2cb40d4b420f75cfd5387edab8491fad73b565d809
MD5 e6762ae55cdadd22ac0227bf1fc132dc
BLAKE2b-256 f3aca37ba64bdffc03d3c012a852da2f99b061f40b93a76490f177e5dfc0f40e

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 42582fc8c1244ca8ef019a638ad0ac746c1a86110768f2ec4de071c21f808263
MD5 3e1775f0b435bc7281316615b5bccecc
BLAKE2b-256 bf4025a7da24d4094b2e6732602a6bcfbbc3c3a931efe5a113f52d3490c48e44

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp311-cp311-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7fb25a3c4c8d7d8a9eed185ae2f395a5d623600dbc09c416e026970f8f7cc1c0
MD5 b1a68162e12b02a3b23b2d87e90c9444
BLAKE2b-256 a8546a07f2d0100e8be7e013377274b3e9aa8e89c1f7be8b241d99450158daef

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba52aef4f07a9034701216e23bf6c94644a271c169f2743e98245eb1a7b278b5
MD5 b0d4325d43636b1113e7906fe0545d83
BLAKE2b-256 52816dc8f7d0b066e3a8eba677eeb516020d487c8b69f60f967486be1be2ce6a

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 8.9 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8f4f1952daed0debaf2b7151b942477fc5ff1a149f1c74083ffc83bc76d15a2c
MD5 356cfe49bff09aa0fe484cee6d767e9d
BLAKE2b-256 8ea3dc7ce818a3c4f154a7eb7f88e3a2123da80e149cdd2a776b433d4cb9f48d

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 693c8562968329751f42ca1cc39b9e8109e6caf267dba302f53480b0673e2922
MD5 d91ccfbc1c3c87d29606bb96e2cda13b
BLAKE2b-256 c25d7f1e2ff1a2a61bd39027578bf548ebfab5debd05e87822115419575e6987

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3ffb2ad9346dec088fdba4568160634a249b924ac4c8eb8ff74a10e626f988e
MD5 56edf305bae3fb53e525607120034f21
BLAKE2b-256 8cc7a9490cad3776b85fa19755ae3c23740b79545fa88c86976901eb564ae1db

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp311-cp311-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.11, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 efc515de0ea5e2a096b018fea63ef38edb1ccb764ad38431ccfdacc8999a4bc1
MD5 80a8dd8fb65f404dfcd7514615901fcd
BLAKE2b-256 6a6a62f624b8c63831bf1b86c181047d6998dc61c84be3775bece9bfcc78fa7b

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b7f121d4526844bb7a5aecbcb41202d2ecb904bc44d7281a5b8cd9251bb24123
MD5 0b728540f7eb5b521442dd7eaff5a86a
BLAKE2b-256 31d6c1c18c531c1de1e317084e590985373c0fa92c0a71db85d76978ce5dfe63

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp310-cp310-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0f67d20501ede73a1cc5259bf931a0309e21dd8310e67293fb8660435157ccc
MD5 97d8b5c4cb3f76d1e27ef9054bb31c67
BLAKE2b-256 21eacb26b0aa6e125b8d229961956243fe59e9acc1e89662b8150d42020a3706

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp310-cp310-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 14ac88abf4cb639c677569a7d8416155fd5361fe4a3bc49c9701e8cf78139f06
MD5 dfc14c82ff239ed5e9660927c5c00653
BLAKE2b-256 cbc6f5976746042f3d971cd1c85d263d011eccc39119c5e9ee34438369f129f0

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp310-cp310-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a67d05783ab0ac08434315053cb952f1eecf7a228521e164f2d6fda4ea54f6c4
MD5 007007c702ea9abe2ed4451bac483e6f
BLAKE2b-256 a44d9be9e2db83fb26c02db01218d4c8088d60aeaab08c0bc7d2a1e2baf78cfe

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4664caa2ba4ba1c4bd18f472bcbc544b7c8ad000adb5c7731b22224ef93e7bc
MD5 1f0f1c7af16aabfe75f3a8c3983a23bc
BLAKE2b-256 13843601db575ce6caa71fd430d3119e70f6c2890e4aa8d705bca8d13afaf0c0

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 8.9 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 abb3178f88f27f4f894da16882cafb549a31fdc2ff8f2f8648ba09986ce5cbb6
MD5 a2bb824afd6e5c86acadac7ad4664845
BLAKE2b-256 327ce2befb58196cbcf1d9369cf25e5c4f88f43b53ba02a0edbf28493cc3072f

See more details on using hashes here.

File details

Details for the file tower-0.3.60rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: tower-0.3.60rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 tower-0.3.60rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 932fdcf78de53ca0075c55d3c264e721aee8d45c59f60e071a62b7b1a176d4aa
MD5 e6b50d013aae4e9558d8eef37da17b37
BLAKE2b-256 8629645a7e431002c3431928ca23c10963ee0a4529dd6c499f8797c86a4bcd3a

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