Skip to main content

Bazaar formats

Project description

bzrformats

Core Bazaar format implementations and utilities, extracted from the Breezy version control system.

Overview

bzrformats provides the internal format implementations that power Bazaar-compatible version control. It includes serialization, compression, indexing, and data structure modules for reading and writing Bazaar repositories, working trees, and branches.

Features

  • Versioned file storage — knit, weave, and groupcompress formats
  • Directory state tracking — efficient metadata caching for working trees
  • Serialization — XML-based inventory and revision serialization (formats 5–8), plus CHK-based serialization
  • Indexing — graph index and B+Tree index for pack-based repositories
  • Compression — groupcompress for efficient delta storage of related files
  • Pack repositories — container format for bundling versioned data
  • Rust accelerators — performance-critical code implemented in Rust with Python bindings via PyO3
  • Cython extensions — optional compiled extensions for hot paths

Installation

pip install bzrformats

Build requirements

Building from source requires:

  • Python >= 3.10, < 3.15
  • A Rust toolchain (for the compiled extensions)
  • Cython >= 0.29

Usage

This package is primarily intended for use by version control systems and tools that need to work with Bazaar format data. The modules provide building blocks for implementing Bazaar-compatible storage formats.

from bzrformats import knit, groupcompress, index

License

GNU General Public License v2 or later (GPLv2+). See COPYING.txt.

History

These modules were originally part of the Breezy project (breezy.bzr) and have been extracted into a standalone package.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

bzrformats-3.5.0-cp314-cp314t-win_amd64.whl (6.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

bzrformats-3.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

bzrformats-3.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

bzrformats-3.5.0-cp314-cp314t-macosx_11_0_arm64.whl (5.8 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

bzrformats-3.5.0-cp314-cp314t-macosx_10_15_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

bzrformats-3.5.0-cp314-cp314t-macosx_10_15_universal2.whl (12.0 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ universal2 (ARM64, x86-64)

bzrformats-3.5.0-cp314-cp314-win_amd64.whl (6.2 MB view details)

Uploaded CPython 3.14Windows x86-64

bzrformats-3.5.0-cp314-cp314-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

bzrformats-3.5.0-cp314-cp314-manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

bzrformats-3.5.0-cp314-cp314-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

bzrformats-3.5.0-cp314-cp314-macosx_10_15_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

bzrformats-3.5.0-cp314-cp314-macosx_10_15_universal2.whl (12.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

bzrformats-3.5.0-cp313-cp313-win_amd64.whl (6.0 MB view details)

Uploaded CPython 3.13Windows x86-64

bzrformats-3.5.0-cp313-cp313-manylinux_2_28_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

bzrformats-3.5.0-cp313-cp313-manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

bzrformats-3.5.0-cp313-cp313-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bzrformats-3.5.0-cp313-cp313-macosx_10_13_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

bzrformats-3.5.0-cp313-cp313-macosx_10_13_universal2.whl (12.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

bzrformats-3.5.0-cp312-cp312-win_amd64.whl (6.0 MB view details)

Uploaded CPython 3.12Windows x86-64

bzrformats-3.5.0-cp312-cp312-manylinux_2_28_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

bzrformats-3.5.0-cp312-cp312-manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

bzrformats-3.5.0-cp312-cp312-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bzrformats-3.5.0-cp312-cp312-macosx_10_13_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

bzrformats-3.5.0-cp312-cp312-macosx_10_13_universal2.whl (12.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

bzrformats-3.5.0-cp311-cp311-win_amd64.whl (6.0 MB view details)

Uploaded CPython 3.11Windows x86-64

bzrformats-3.5.0-cp311-cp311-manylinux_2_28_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

bzrformats-3.5.0-cp311-cp311-manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

bzrformats-3.5.0-cp311-cp311-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

bzrformats-3.5.0-cp311-cp311-macosx_10_12_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

bzrformats-3.5.0-cp311-cp311-macosx_10_12_universal2.whl (12.3 MB view details)

Uploaded CPython 3.11macOS 10.12+ universal2 (ARM64, x86-64)

bzrformats-3.5.0-cp310-cp310-win_amd64.whl (6.0 MB view details)

Uploaded CPython 3.10Windows x86-64

bzrformats-3.5.0-cp310-cp310-manylinux_2_28_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

bzrformats-3.5.0-cp310-cp310-manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

bzrformats-3.5.0-cp310-cp310-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

bzrformats-3.5.0-cp310-cp310-macosx_10_12_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

bzrformats-3.5.0-cp310-cp310-macosx_10_12_universal2.whl (12.3 MB view details)

Uploaded CPython 3.10macOS 10.12+ universal2 (ARM64, x86-64)

File details

Details for the file bzrformats-3.5.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9c794a18cd6fe52f7179f255cc118a5f533bca22ed44c873466053227835aa8b
MD5 722122f23a06e5f6d69ebccc89e17a45
BLAKE2b-256 76d58b7c824cc088723330c2f3334cae651bad440e81fdc473bb4830bea23c21

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp314-cp314t-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9365c813b2acc1692e9aea158cf12b9bba7f6cb573104ea41ec95747c11f8250
MD5 abac72f89532eb0669733d3572876dbb
BLAKE2b-256 c5fdbec31830a894f11ade6e15eb23246777f54f26c6766fe46361034ec42883

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 364fcdcf53ff6a500a6683f90df1d1d2f131b0ede1f401168f320f6cbe329e65
MD5 f24b0860bd0a73d79633a80a34f0f70b
BLAKE2b-256 7e3a80d47697335a8576747705106f6da5a0040ab8a05825a7b7508271f592c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0388d4607464ea14cbebbd9a551ecaf87428d0b75f85dcd642c3be549ca98fdd
MD5 55ebbf55391a024f73b2e633cc222ab0
BLAKE2b-256 a4450dca4f61af8a7eea666731ba5ae37767d410e388cf68fea454894f376691

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c6e891108e5682db470e8c424a39f395643420f6f37287234dcef6a861afddb8
MD5 b2380d7f30ca3dc286263735cb3b5d8f
BLAKE2b-256 59f370bc57037f4075d94a4e7df15a187cb040329d4c6c7a7580d56a11fd4da1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 fe3638cbe46f5c5158b5b37e1f599c4a89fbaebacc507bbf231a522682d52551
MD5 7543328aecfce0829605e5e20381436c
BLAKE2b-256 716af9962a8386c4542674cc3455fbb77c6fa1d605ad6954e05bcc49d80f8795

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp314-cp314t-macosx_10_15_universal2.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: bzrformats-3.5.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bzrformats-3.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 df4ce2609c1054bf6bdb3bc07e27d4214b36611fba0f131bd71e4c81cb487aab
MD5 f3139b5f9fc7be8fbca7a4412964b05f
BLAKE2b-256 743b70a4841a49cd7cb40900c9bbce7fb4452c78fca49ef3fdfc4129e1bffc48

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp314-cp314-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a0ddaea376cd4a97fa6fb1164db5903397ece3b427d28a79ece9bb25d57a756
MD5 857f5206a5c19b0decae25f54465eaf8
BLAKE2b-256 2832b0b20f68a32dd615ea4e0eac5d59f509978c9e48c110c67e049f04153955

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8fb33121f3671eea66a1a7a6d1a8acf4763b1e0344384431ca2a9f0a3f33206d
MD5 d8d5709fdd8b360aa7412a9b769b7122
BLAKE2b-256 3ec58e9828aa4fa633ffe944f227188f6a3362d6cb567cf1d0cc5d930aa463cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4a43a395e7646e62acff2cee1a8ff56214f1a8ac794f7a1c7921d33ef3a158d
MD5 28f8f5238762d095cbb15ed2e7d1f2a6
BLAKE2b-256 e073a746703d9dbdc942e9f697161cd44fef7331c3276083f4a6093235901e20

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d742c0a67756b25c3259643f407c551dff651481f862aea2b48983df5af6cad9
MD5 85959be86fe88647daa74d397a833945
BLAKE2b-256 393b7dbbf6dabd7237cf3f8e6cfc31560834f5d6ba0ac8d8e6aa152835d92e86

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e380ae8a7b911f7c5df2b30ade1919c1e68c66f2013db20287150ea49872fa6d
MD5 4050bc6bacce04bae248c48a0ecdc97f
BLAKE2b-256 08bed339d9c82e778225c4072273bec2eb7bd1ee719a9193a4eeb715be922b42

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: bzrformats-3.5.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bzrformats-3.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7ddee1d553921d81e1dcff09be9a0838567b892a2a18db2e93c5e00beef3c341
MD5 448fe3a673a8544d70bcb06e3d43d1b3
BLAKE2b-256 9f7403b3707c635ec3b4d8d995b56c32ca84aeddce0940638516bcaeabfa9b84

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp313-cp313-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 26df0a09d933dbb7b231d0b21fb61582651b8b8e15dc843f2cbd2da43dae4bd3
MD5 84f6e542e4701f3b809f4cbc13f917fe
BLAKE2b-256 f76232593df9d133e063fa8bb6c0f9a07f35be15e950634663728e6297fc1b43

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8aa903cf6db8351be7cedcf5ff736101be4259d68f08cdb4b8b471e65e4b7372
MD5 fc5cc35f8bf70fc5a2df8ab57eb21020
BLAKE2b-256 fc90d34d860593cb68f839bf551ab6367a1c84a57e00612649a8834b51f4c123

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a157a87cfc18b8564381dc302ab12f92fac4e5652a5f06f172df29cbef8346f5
MD5 0b894d75eaa5bbe2a77f0d2daf00534c
BLAKE2b-256 7318c3e137da605bae50f2792c4737f386a4cd9ee64538b0816ca3f4644fe18d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 73e06efa469088e0f0410da9d9f40e4a458424a7bf88de406dd2bb7f8692d767
MD5 afd4c286e9e8f505a4f3f7195bbc99dd
BLAKE2b-256 9f67e1cc2b33270e217d014d126fcaab99d51bf88487f8345e6f2b47e957891d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 b548190a26a5ab7b08a1f7de1a0d968982d5d14d6375a345628ba124df6141d6
MD5 0c543643e1c964db579f93321ced71d0
BLAKE2b-256 a2aaa81fd719b1c50a9db6cf01349e5854bf3e7ee3b6ba0396dd5ddde07cc51b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: bzrformats-3.5.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bzrformats-3.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7702c691e36c98f012e43dbff33ea4d47e35504393115b7f929798691b579899
MD5 291d51297204514f82f302f9b6580585
BLAKE2b-256 b7db83509cd855c533a1510c5540feacc4354393c65e3fbcce1dbd67c8a21ea5

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp312-cp312-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a0d5167e7bc715191bd6f26f1b3b3e3132ec7c516432902fae66be261974627a
MD5 a76d960a7544fe47c1158cc1fa17de7b
BLAKE2b-256 2fda1ecc0fff5c9f0abd9ba25d6c504fe04951d894c583606a1e22d23768a95a

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7bfbeebe7ee22bf6f2df868a1c42d80f9bab2f43db134b9f7fb00d89e2247d68
MD5 ebc056414c245bf036c60ae7fee42c2b
BLAKE2b-256 e8ac7b727e04edb1689f190825a26ca7a6ede7004b820a5ad286ae71d11c0d01

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58bdaf61de4c7ba05ba6cd59f2d82107933f1a0a04ce1a2410468f4ee4c8740e
MD5 db4cd78f8d9b3acf7159a0d685ce5fb2
BLAKE2b-256 e7101ebf4e06e26e4aa439675919d743c597bfd586e8e451b6ec9fbad291a3fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6c6d57f48b2a1cb7b38d0cdd92e7b79f4ffc552f2595967b4cf9d0a9a7d4ba14
MD5 c956db6ed7f931b83403e803035a766b
BLAKE2b-256 f209f268ada5d8161dad1b28bf30ca765fcfc7a252b979593a345b1c2dd8c0e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 ffee381f183d4d951cb0cb1c9bd22980a7f3fc2d008467d1a4444857136ab0d6
MD5 0133c4b1ad50b2783b229336bd34eb9c
BLAKE2b-256 0d00a0df0452035c734f69605676474f668ce543610eb8de931b6ec90425498d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: bzrformats-3.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bzrformats-3.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2347d504ab4129ef2cab94bc6517dc75a4198776031cedd8046d537773a66c61
MD5 96d5f6d998571abe9209f6d217390eec
BLAKE2b-256 2705fa65549082678f153d20a508128b26756ad8f9482f2f3be462cdf469a9fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp311-cp311-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34a1b8b5d9321738e2de725a56c53217f68148fa108d06b4ec5e18e64b3be455
MD5 1a52b96a7569472cee101d7df6d47198
BLAKE2b-256 b07e9938fea67a4d726d62110a452e040c4d42e736b16b8f86408bf1bb37e703

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c21ccb706ac2884636972b2b74ebf82a481f0a7877bc71c35702d585a9749c8d
MD5 110c3c0014ba2da8bbe129c60c719fd5
BLAKE2b-256 92c5778895ea202d37328f83574c3d9c74d25143ca0ab7bfe85781a8603d0628

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b53df34e5f2ee5a633df0e13902c93cfe3a49a7d994181e588656564104a9a9
MD5 723f772f5246ef0eaa6a4db71f9bedbd
BLAKE2b-256 6e4c831d265806f31eff8b10614076521f89be76ba82bd8f2cfd1d53fa60ff62

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 44cb66e1104339e808f19929454b943f809c8b5b7baf12a92e7fc1c061f79a8b
MD5 ef0f521a9659ccea6371239e4833b6d4
BLAKE2b-256 706784bf16dfb634b8d45ee1304240eed9bbffeace4c929e8ca46162431ed743

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp311-cp311-macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp311-cp311-macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 5992b7f93d748e643874fbadd2a5673a2f7f18cbd6f96d8fac785a9de7a6c561
MD5 c379140954ba67de74675f51f74bc25f
BLAKE2b-256 efca7495ecaee942ff08ca8c47080d0d9c8fdb7f6a46bae1d08f5daefadcc381

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp311-cp311-macosx_10_12_universal2.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: bzrformats-3.5.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bzrformats-3.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 37cf969477fc653b25487ebf3d706f037f1f375734330c7b655a4fbd67b41317
MD5 f965024aa05df9b5a2705a44f57dc84e
BLAKE2b-256 9e4c8c329d45419d607883fc27efabc7ad187884ea2321992c2540472f2ed973

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp310-cp310-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d801b53282969b736ef499b35db5b198e72362359c2f78fb6bf868889e12e20
MD5 92b548d93921e991a0e026180a177abf
BLAKE2b-256 af12b6c5226c2ea7baff9050f68811445d569bf3e10f7a607f5619e4f660933a

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 296cc6df58a8cfddd3aab9761621356a04747a77f3df38d27c4028b3ab7ee93d
MD5 13f37fb7fce2a577e618549defa12e3b
BLAKE2b-256 1118df5e241bd98b40925631ae1f7cfe5ac35fdcc7ed174873f9a4d4a75809c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f357ec0fddaded85a9a16a421d6baeac6e147cb42a1dc17a3a6171aafec2b14b
MD5 fa38571b6d9fe8c35f786e9bb1732e8f
BLAKE2b-256 4295ad9aa9b9328547e6b5926f69b013e7df8116d415728b4f7bf694adfc018a

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0195dcdde78ba248b512deb2c874c9e1dceaf9fcf3cac68e1367f0d0aa3ced3d
MD5 6d44b0197bf32f3b8b46088af88d7c6a
BLAKE2b-256 f042698241f0d3d857f0c9d36d7ea926dff6e56a735e6a798bcef9fa3cd07329

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bzrformats-3.5.0-cp310-cp310-macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.0-cp310-cp310-macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 21490edb0e7a567fe62549cc1a9b10deb86b1188ad7c8e9f695e7a8ccec4b4ce
MD5 5bf799d5216a91ee727e3ebbdc580f3c
BLAKE2b-256 622f85c9bf87475a547caf0ca62da4da352a3e39b60ddaadcef6159cf6e0e845

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.0-cp310-cp310-macosx_10_12_universal2.whl:

Publisher: wheels.yaml on breezy-team/bzrformats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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