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.61rc1.tar.gz (319.1 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.61rc1-cp314-cp314-win_arm64.whl (7.9 MB view details)

Uploaded CPython 3.14Windows ARM64

tower-0.3.61rc1-cp314-cp314-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.14Windows x86-64

tower-0.3.61rc1-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.61rc1-cp314-cp314-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

tower-0.3.61rc1-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.61rc1-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.61rc1-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.61rc1-cp314-cp314-macosx_11_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows ARM64

tower-0.3.61rc1-cp313-cp313-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.13Windows x86-64

tower-0.3.61rc1-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.61rc1-cp313-cp313-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

tower-0.3.61rc1-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.61rc1-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.61rc1-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.61rc1-cp313-cp313-macosx_11_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows ARM64

tower-0.3.61rc1-cp312-cp312-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.12Windows x86-64

tower-0.3.61rc1-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.61rc1-cp312-cp312-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

tower-0.3.61rc1-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.61rc1-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.61rc1-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.61rc1-cp312-cp312-macosx_11_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows ARM64

tower-0.3.61rc1-cp311-cp311-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.11Windows x86-64

tower-0.3.61rc1-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.61rc1-cp311-cp311-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

tower-0.3.61rc1-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.61rc1-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.61rc1-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.61rc1-cp311-cp311-macosx_11_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

tower-0.3.61rc1-cp310-cp310-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.10Windows x86-64

tower-0.3.61rc1-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.61rc1-cp310-cp310-musllinux_1_2_i686.whl (8.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

tower-0.3.61rc1-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.61rc1-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.61rc1-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.61rc1.tar.gz.

File metadata

  • Download URL: tower-0.3.61rc1.tar.gz
  • Upload date:
  • Size: 319.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1.tar.gz
Algorithm Hash digest
SHA256 06c63c5d4f987dbdba5739f1cbc4859bb3389d1b7306388ebe88f02b43c60e69
MD5 3abeab95b00af47499727fd5ea16450e
BLAKE2b-256 f1341f39f898aa92acdefc90ccb72459e47db96c73e40075d96050baf58f18c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1144728efdc9f51b634e6afd7d87092f9c2f5a75842c9e5261e6f93a6c88cd07
MD5 4efbcbd8e6a593af343d64372e97d5e2
BLAKE2b-256 1f9cbb3e4038e40bde007c473e0e3835a95a4a372ce736a386e775f2ff4858a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b593955e5d4f55676fb075670489de016970f5be1195f3137f0af612852577f0
MD5 52cd8ca03cf35aad58241d1e0f045828
BLAKE2b-256 db6f684f61aaedc5badfb4787eca7f1656d8a7924a63cd28936f74ccb5e20580

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1d1c72e32023dbcda4b145cbe8d0ee5dcc687f8b5e1f1d2b4b9ccc71652edc3
MD5 3af493b35765d35d25d9cfa1eb0964d0
BLAKE2b-256 964fce9f572f0d039deba131cb53ccb735bc0c4e9de1320534a7767ca0a35959

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 db4f1557b731fce5dd850902660d5890985def0dda5ac6bdbe8d68c990ca3c59
MD5 dddb17a2578c4203ed0a45f4511a893a
BLAKE2b-256 2cf9f43defe6254a9a2163489a33d56286ccf533b5fb64076ac9942acc568529

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be23a436eb708317ac2d9b8d56f30916a41c611750dd07a620e6b2898c21a3e9
MD5 62a64a2285c0f8dc865c0d97eeb8810c
BLAKE2b-256 b3e9f7b5954dfd2d1efd7656018ebae12a15d405422ae4d6e0241b1dcba30d9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 08281f8d4d1087b8bda58adb1d1ea3b71fee13cdcc354fc0e00758a46c83e241
MD5 1afcf051bd146ff25108de49241d1d2e
BLAKE2b-256 4f793fd2332f0dfc41dff0c822f62acf680584e5f4e1ba40660e38ff8f04d3d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cd4288f089fc52ed46cac60963a1a1a5c905449e0006d234503e4bfaed771315
MD5 257f065bc391fa47080fd844c8d6692a
BLAKE2b-256 dfed38151c1cb2cd56a043084eea0cb6d84e04744ccb770996f1c7b79aeb6345

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80ca5d0f2cd9a479dcc3a7d5ee5fe0a600dfabf6ef0b7a49efc00b4aef99a784
MD5 af7f8ae7e91a48a0618aec9eb051ce4f
BLAKE2b-256 03d379921dfb690b41533e41bcdb8f8005509c8833a3145a9929cb9cab9fbbf8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab9ef0c14d86fa9abd168b10d02783ae8996cd30affe4a5b3354b756faa3c970
MD5 0fe95559f18be81a534eb4c9840ef3f0
BLAKE2b-256 cf9972d479883193418176e5923bc3ceeae90f433b58d80a36671c74a942cc8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d7c31c52ba3547e12d91bb9fa9e4246aeb11946cfde9f0ca9380fc260d8b502c
MD5 6b413c0838769cf1f9b16dacc17e29a5
BLAKE2b-256 841f199bb15f513a3ea02bf6aee37af46291374d985c660874ebb4c63bb5d6a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d00d289941df250d77d72b99a285cb4d3b5f7d0ec24d84ac196c6cf9dd3b4109
MD5 3c9941a16d2bd04c8c542c2910cb6b14
BLAKE2b-256 0d6436048e97cb460deb2dc6a685cff7f68c53ab4da42f9fd83716febd51a59f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 26e0375f1b8d8dd31e7c1360b09f2187b9026cc1cdc614d68ef283691b5a0f7a
MD5 3374cd425b91df5b7a11d03cbb2c3292
BLAKE2b-256 7d901fd8eb5b9e166c43eefcf30c66d880b422b56e8e850f7bbc6382d6d04ebd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a74d9d1c77b70205f05017e4ad2761eb5474bded03aeec824dce38860cf3f7fa
MD5 d0ebf7697f84416867f9cd3721ef457b
BLAKE2b-256 801fe939d6f5e07614dca511ea05e62da35eb6ea21eeaa183c1843d80b550e5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 070ccd906affd5732ec902df977c3b0b108dd7e03fbbce43f5fc92458c8cb59b
MD5 8dfb298f8043ea7eb14e207d647f6a59
BLAKE2b-256 468b715ef7960dcdd36ebd87fd5ef61eb0e37b9df903ea8510973d95212a282f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72000657226bf9349d14d26cedfd46916632afa0275856b666d16aa8eec37c6a
MD5 73da8bd28e8361f62d7ffc468199326f
BLAKE2b-256 8081e887e6779d7b6dc3181fe5cc4b304ccbb05feb63a35287b60279383abb5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a38dfafafabe9b854d1ff76c7b235495e1cbfbc5a82d727e306790dc87bf8e6b
MD5 ac30bf5f43a5aec0f0ab9ecc30f4a114
BLAKE2b-256 e49080a06b486fde01396db548ca1a1136040db7716a446edace0c4cf816847e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 81299b0ae889a3f7da2a6d5df5045275d81c16af07e28aefab6b7e38ce187b6d
MD5 2483010d31d0ed47e09a810fce9bbd6b
BLAKE2b-256 f7457cd436332542cb0223b920224c4d27ed379c6f30f3475ce8ba6cb3874bad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b0408efe73fb0d3d7d99cd1c5d9a47bb3c0ea368bcacd1cee2e82ce7395f05dd
MD5 3e81036e04d3f7f67c26a63da8f696f2
BLAKE2b-256 175b3a6eab46cd05d3d668cff5f602c15ee33e526a64cc591cb139223ec1e92f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9abd0a7bc5ff56086332b34cba3b2e554308e0392989f8a30f3e809333e51d9
MD5 0bb879fe7365f23cca83eeafcc9596ed
BLAKE2b-256 b1ecb11eabd93acda4c730c892eb664383f5b485804df14fe4344317c6f3f655

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 916fadd35dcfbcbc91518b032df148ab004f776af980d932f4e0f20d5ba2ec91
MD5 ac9889bb7d13e227d8b43d48a2219881
BLAKE2b-256 3c398b8cfed5d06db9df54233907b5c69baf639c6092df4514fbed4d2407a968

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2bf3e56e260d2dcea0b048d6f6afd4f3ec5d0d7878f1ca8936b01b473fab1b89
MD5 dff42717ab27e15f0f4dd5e884f05614
BLAKE2b-256 fb263a6ac0c470731464366b232bb9a6db34dbd34fd577d8b1cbe5b3f39580a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6b297a6949cf6ac78a3b05e0115b5ebeb9d361f3b1a020891c25e351398e1bbd
MD5 97afb97a5f13baa7bb09aa90df5eb82a
BLAKE2b-256 fad2117e006645c4db19574f8f6f517dbfd49454c3514d3447d8672e9f4d2a86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de674e31cae1f83ca7c4ef618742cc01d9eaafbf144fad8efef43573c5b7c2f0
MD5 7972230c15ed2306b514047a2d27d808
BLAKE2b-256 d363b0236df8f1c52b7f0e8e3d277a869719c768944707c3b93fee29222391b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0e45c7ed1e0a7a8735332790e7f61ea396359b66807dcd47ff3588c9ab0f76c1
MD5 41702a39b66f39c1868ae3b5aad14282
BLAKE2b-256 0f2b0b16f0110e1f4fa3a0aa2cdfd3f5f079dc4ba7557ccaff30d694853bc6a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd50692d98024f36e8e618ac4ee78cd4d6eec3e462b5546216555736b8eb18ec
MD5 15587c75d6cd23c02e41139b1895a3ff
BLAKE2b-256 426d8b728abc6d242e548ec20b3b5f814748b7149386f334b58515d503024f01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6e90aaf4ac65ab27a93827c1fab28f9b985a3b037915a6a4ec3acc30bf332fa
MD5 5c848648d19a7951fdc55bd3e10741a0
BLAKE2b-256 ff877911d7bfce848a5d7ba63135dc97361eddec5e24e5d1557edd059f3da9f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 724e41cd268cf72b972be8ac591c5db04b752c6f96e3615ce6bddce183ede821
MD5 8b21abcac6ff92902c9f7d38723a95b1
BLAKE2b-256 c73ceadb73acf8c41f309cc299c172d28b8324c06f09dbf109193dd1f6946d12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 df35bb602053ef971143430d4f9014aeb90030f39289809418ab1838c3ae5ac7
MD5 4fef711c1865cd747151e6a74be62c26
BLAKE2b-256 1ae8bcb4f5974986f0d0a9eed714e4a8ca82ecaae32d4f3c0b81c282a9c364db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37f3a240073a70e86f0df338eae91c4ac34def2c89963882443bc66c5fac28ec
MD5 e24d5abd58cdc46140919c1b286a715a
BLAKE2b-256 39f4856f8b09f5dc84291242c176b305526e7c1618613767a2b0432d9d033dfc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 89ae21db12e3dc159a89f7958f95a558c36bd9e9ff860dda431b5f5e9189cff2
MD5 673fd6aeb8eb8e88234cea2899d229c5
BLAKE2b-256 c9c13069e604b75e4a9b103ee7805a27e86b5db15b9b200a9e5aa7440a5816ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 93686cf1eb74c2c3968b51efd3d8c6aa1bb0ab6bf9a7a399de3151802b8ffce1
MD5 a1faee59d040986a814a513862232dd8
BLAKE2b-256 331f1564fa2e65b42cbe06923098c385db8d17bc163d4aa4cfc37e8a2e6299a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c425fd868ec87ac836df44ba1394905dab76d16269c031adc2918fb8f9d899a7
MD5 e476c38bed3e39a8d57bca93fa0e0298
BLAKE2b-256 286245eee0e9bf1f1a1dbb25181ff40e8207412b4ae57d78448a3764ab04d860

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 62d4e0260093a96a81f91d1e065c74607dd6d3da09139568874a2192ce74129d
MD5 52ef4faae10fe3b235b33431ea2b339d
BLAKE2b-256 c3a7d6feb42466b733fdf6184505d5a531aae6b1f4d0772f2697d9063a254418

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 478c5f02564e3ebd7c1897ff876345426226106dc819f5cb1f94cf92db106ff0
MD5 728292f202dc48baedd74833fb135191
BLAKE2b-256 ab3e5f706deabd4273651489c7650dbaa9cf2c1918d4a624f6a7ee810aa16358

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 09c56e42ff9ca3735decfb3f5f90e3e1c19e0dc5c5a022175a4673d45daf909a
MD5 35f61904cd3ec662138296ec25d4a493
BLAKE2b-256 40d5a027d37c786796296673304d05de2e71548c1f6a774cdb3c1bce8a08cc84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 acde4b5bcb833eeb5c820129dfbcfa1467ae35cb7b9dd4c2fb916af50190995f
MD5 17879f68b4cad9a8b8e1ab9a4ca5d55f
BLAKE2b-256 f286acefc8a3c885dde615a64370fd94bfe4f2ff2f5c2d324d69248baf68c77c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 61931d721670a2ea4504133dbee7b5829dd93f398d9b8add7f80106e1defb733
MD5 d81592aa9f45aa6caa321df763b85e75
BLAKE2b-256 c542cb283aa1f12ef5f38bbd57c05ba766b2b256155a40218548e2129b91c52e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 160a600fe37a38d42b86a1e2c1055385ff079773071b22655696c532ed4a5526
MD5 cc2d7b4531ce1c2be8216ed674a3ebb0
BLAKE2b-256 b0e8825232c9d45c129d1f22abe710940dc5c8133c2703adfab07a3751af6a9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c00562ab654f683afe37c11f307298b9dec920ece33d4df45945248cf27f7c9
MD5 ef444a4e4d4a99ac1e97535781372062
BLAKE2b-256 2568fa63a04330b6ce867d21287aff376c6e9366e52ff931bea2c6fdadb4b0b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f223b347b70a41001b3b6c9e0f057b0a312935dd8c12fa1aead5b87d56d039f1
MD5 4fe9b0a7bda42abc534e1985be6bef97
BLAKE2b-256 5677514bef730cacdfd0968005bb965dba6698bab7735e6c59770f9c0eb951a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6b8ecd9889da04a285b4231eda88698990363a0d297be323e72fbea8f110501c
MD5 ab29e00675a427ebee9e24e11a5d8455
BLAKE2b-256 149532763d62a5166bfeeffaf99d48923238eea67592645ad94ddb51a83a2f5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 38fe053e2b05d7a5c0214c24a304b46b8b7519c90bce659d85dfaf499545b361
MD5 22b8aa8871fb762f71b9eab242bef248
BLAKE2b-256 53f43064f8575b8f40069fdf3f842a5e3208d423a1b3b12195b5f8e42c54cec2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e05dfb47467aa70b78bbf2209a73ba054370fe475593120df41f51374fde4bbe
MD5 bf0f934e99b7b5e6c8cce4f120e5fad2
BLAKE2b-256 86439ad4337f27507e1cfe5486e38bbf440701fc7088c8c198081d4ded97e4e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a31d4df323bbdc0a3c959289625fa34261763223c02b0877e7c293d34e20cd75
MD5 7aac46857d61611fff972c02c7f8aa8c
BLAKE2b-256 af3d035f568bc7809b2fd6b5f1325b16d19d99358d03d02c7ae7e9600e35bfcd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 989a8ac1f7b609ad4f4f27542ea5ab192bf3875dc8dd25dc97ef204fc08b3f79
MD5 512ffd30525f7c012d73501f4699a97d
BLAKE2b-256 70db00328ef99445d1e9cc46413e17e28c5bbe3bab099262effd18fda6a837fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 170a85c96ada7abf2e23703250b4d5778d5de30bad56b5e7cb84e9042aba9dff
MD5 0a45ff6ae4fca9b2224154275450a7c6
BLAKE2b-256 9337aee47484a945c77afc16e749ca6d693d415bb5fec9e251fc43fe9f266b4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tower-0.3.61rc1-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.8 {"installer":{"name":"uv","version":"0.11.8","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.61rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 85e97d1d23a049b7debc4db59ca92a57cceda7d647990f4f31ea7c17be883ca8
MD5 76613dab3919206b1be90079a1216ed7
BLAKE2b-256 690fb3e8d807374d1334d62fefb63d594e180fef11baa1122c56dc8fb4b0939d

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