Skip to main content

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.

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.2-cp314-cp314t-win_amd64.whl (6.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

bzrformats-3.5.2-cp314-cp314t-manylinux_2_28_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

bzrformats-3.5.2-cp314-cp314t-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

bzrformats-3.5.2-cp314-cp314t-macosx_10_15_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

bzrformats-3.5.2-cp314-cp314t-macosx_10_15_universal2.whl (11.9 MB view details)

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

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

Uploaded CPython 3.14Windows x86-64

bzrformats-3.5.2-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.2-cp314-cp314-manylinux_2_28_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

bzrformats-3.5.2-cp314-cp314-macosx_10_15_universal2.whl (12.2 MB view details)

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

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

Uploaded CPython 3.13Windows x86-64

bzrformats-3.5.2-cp313-cp313-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

bzrformats-3.5.2-cp313-cp313-manylinux_2_28_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

bzrformats-3.5.2-cp313-cp313-macosx_10_13_universal2.whl (12.2 MB view details)

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

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

Uploaded CPython 3.12Windows x86-64

bzrformats-3.5.2-cp312-cp312-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

bzrformats-3.5.2-cp312-cp312-manylinux_2_28_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

bzrformats-3.5.2-cp312-cp312-macosx_10_13_universal2.whl (12.2 MB view details)

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

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

Uploaded CPython 3.11Windows x86-64

bzrformats-3.5.2-cp311-cp311-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

bzrformats-3.5.2-cp311-cp311-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

bzrformats-3.5.2-cp311-cp311-macosx_10_12_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

bzrformats-3.5.2-cp311-cp311-macosx_10_12_universal2.whl (12.1 MB view details)

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

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

Uploaded CPython 3.10Windows x86-64

bzrformats-3.5.2-cp310-cp310-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

bzrformats-3.5.2-cp310-cp310-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

bzrformats-3.5.2-cp310-cp310-macosx_10_12_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

bzrformats-3.5.2-cp310-cp310-macosx_10_12_universal2.whl (12.1 MB view details)

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

File details

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

File metadata

  • Download URL: bzrformats-3.5.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for bzrformats-3.5.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c907e1a46e9c67c6cfd0c656ca3ed2999f92b9b99349dd4029eb39e5b695505b
MD5 f43201c5c79479192bb70a68f42543b9
BLAKE2b-256 c1f1db621048f3e7b61c048630f05ec43e908dd380b6aea3907a4433add27599

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c0e2891cfa3b17a06b3b33a48d9edc70993bda16b247de6b63e3d9e79a87e9a
MD5 5467022f44210b822a91f79380c4a6ee
BLAKE2b-256 75ff94136efef9673426e8d8c76c0c87f580bbc80239c07443d9ae372e8f5954

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2edf56933587b130e76d565577c9040193563fc49f90014fdc7f190e2dcb811b
MD5 d17b043f08829676ae8d8724e797acdf
BLAKE2b-256 e85f2808cc7485bf2a7e371605921b381962ec1e6fe91c9ed821404216beb343

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61e4e26c16b9a1cf1bc5957f2c27274f5b175cfee6053193e5fa5fec883430b9
MD5 15a4ebaa14f46627f7a0e20dd6b23d59
BLAKE2b-256 8cc6dfeba5d2f025230718d8d2d98c971a711db6870c13870e7590fc390e5342

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8b2547a8a3d081765de96c62d5f78ff7582581b86297adc529b955c392f3425d
MD5 2ed02493559d1812096e29a6ad897bf3
BLAKE2b-256 6a34c49ed8e5d2029ed576ce83a7425b364f601cd4b38e491599be9aa59a9e02

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 cba733f0e52c454555d4b4072550d451119a76c573683d5ddff78f225fc2321d
MD5 86650fb21be0d9cdf224f92191c5a24f
BLAKE2b-256 7b6b00c6175963b84e70523c202e914f41c84f320f09a5681d1b1c3c20647912

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: bzrformats-3.5.2-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.14

File hashes

Hashes for bzrformats-3.5.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 404dad7172f30e4cb1bf51d6fe5ae770cc939b12152aba110bb07d63fe1a8e01
MD5 bb94366df17081bb6ede7f17345d5b19
BLAKE2b-256 e8824105c3eea3cf939703cc4d4333f94322f3f025f9770755008655f3e65aed

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34edbc017f1ec0fa0feaad567b318ef2330078e51c072613ac0f5d8828ec7c1e
MD5 91c70763aef764cf6089af6fc0784332
BLAKE2b-256 2cdab7c1892e27a02c4f943ea6e3ee81ab82b592a00b98675ae0e81c4d8ccb73

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e193b8726c897a6eb5f6260bcb672f847f7413642b805283ea39c0ea396b87f
MD5 3d1257297b4f7f3be11a60a480db1d43
BLAKE2b-256 8b44a2b34562c0ff45a1a40f3ac2ea41b708b2520f6e051634e76c133006a7c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1056674cca0adb97dfc9f238dcb0b8bb8ee05e0890a28d05a112c96914b81362
MD5 d77fc34f3aa1047ca45a368a029ab91d
BLAKE2b-256 c54f330a5954424420d2a9575cf8a97fc7a77150b2647ff8724420a177461712

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a2fd2f499c12923f39c17177f62019454a07265897baa5526fb185ff02e3cca5
MD5 6693c8f3b2b1ac20703e5b6cc9f679a4
BLAKE2b-256 028af2ff2d41bde792e0d2ae6eb13bf15fd914468f842ec272327531cf000562

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c5125f9fc0fa7fca64c7c569fbf7e5d437c02d7c7173e1102d968c41c041f019
MD5 017e00eb59b91f96f910f0b1c09b5223
BLAKE2b-256 17dd0ef4dcebf0f84a128285a797ec517e7f85505e046d346dbcaa36f40b585c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: bzrformats-3.5.2-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.14

File hashes

Hashes for bzrformats-3.5.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f43360a42198cb1945ca1abcd29f7205c75f3166c5c6d085210b479056b12dbe
MD5 12cf91a96874f1a947f709992933b07a
BLAKE2b-256 0ff24726d6b99c854f46bcecb245baa711b786eb5a473ad24e656be4b977d9a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f075ce83c09186d4820218dbe696255433fc7098c2bada985d1e9dc7d0297b3
MD5 5366f3a5c355fef1aa0392177d6b71a8
BLAKE2b-256 f9485f294f55f94773cad40c8681d37c4afbd79ef2ac66b7698efc0c3d83cdf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3739e33cf8a302a9187becd7e5b8364f108a02d6b7ed5439e86ac458fdb18930
MD5 a119dd56ea7b2b3780ad77a02d4a6ffd
BLAKE2b-256 95590d6bfdfc1e908611ac8e51683c4ee52226dcc35dd5a7b97a237086307595

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8d7b4828ac9a3511afe8eb3bf03f9a97f89c34fba1e9f97c4aed496999be945
MD5 37c09b5888dff5633a884005bb9e9249
BLAKE2b-256 4b55e0e6c736f6c39d0df310acc9bfada6dd0c57677c3bc1bfa00526203b6050

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 09eeab1583807d9dfa923c62519d19f744f51f3415c3feab082959c0ec305ac1
MD5 58605193caf6f5241f2857df71988006
BLAKE2b-256 8c9cb151af90806841e0201fdb0eba3c0f98d7cafeaed9e7137070b15f6657fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 944d40a88f08ccb4d40087d90991d1278b5f22382af3fd1d973794330b314acd
MD5 9773be95b8e703884266a0281446d04a
BLAKE2b-256 4d28c9822455da125fba4bf9dd49b775117cbe88e5c736b192c7338a714f2c2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: bzrformats-3.5.2-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.14

File hashes

Hashes for bzrformats-3.5.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e2507976abf7a5daad939b1e548bb7a36b48f6c90cdc2146f8703eea145021d8
MD5 deb8d035bb0c7b35b7378dcb7aad3416
BLAKE2b-256 9a86a17e028bfca4be6196f0c9e7b72dc63c4b227d6d50ace4b87ad72d5b66f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d11109fac8e197f821978eb2b1725150d905ccabee65cf44b5d5d2fe896bce77
MD5 fc92e61511877f62d42452641e41646a
BLAKE2b-256 48a165b63a344da594f8d6cd6d4ddce160e234e1015404d6269ab051902afc4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 344dfd743f1a7ad3997358a5f1374bf5e2f5c84e7b1dce75eefdf847408b4ea6
MD5 c702ccdbe66f804d8ca8edfaa311d242
BLAKE2b-256 9f4cc2701b7b42a7f1f105fad711d4ab2fe9f86f0ad341cf6b35ccdbf660e78c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ebd1b33002471df46b778a8fa9fd4976952bd57e4eda4f7bafba4226d455dc7
MD5 875e7c77144bd393250c969cc7f4e106
BLAKE2b-256 be1ab0b3cb8320a176433c989b2fa10bbcd8bdbdca9cd184f10f8f545c7b7610

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f897b4156beaae569d20cc0fd5f8246fb48da5f1fd0a6f803460e3e47b397ffb
MD5 894c20de04a43b875061b26e0ee08e94
BLAKE2b-256 27b431c8c4b35e1bf5828d12da3db06b7bcf70745b9e8f4b07f75a6d33aac1ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 04b20c4eed2a9a4d3feaa138dc4bd8e53b10be4eafdaba16ab1c4ba286d62bac
MD5 17cd2b0e6f23bb5b79ca589f10558fb4
BLAKE2b-256 8baf06ca79023c0e26389323a3cd8a12fdb93443c0037de4d219b975764b7c43

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: bzrformats-3.5.2-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.14

File hashes

Hashes for bzrformats-3.5.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8b51073837b14546d89c0a13098dabf19522875c770166b291c9dbb0366f976d
MD5 ebb92b2e199ab1daf31e5c0eb2a1497c
BLAKE2b-256 a220ae2d400118ca40a9a5483a4b69b79b955e18886707315b5b3d98ee2570e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e55afccc1ce709280c4994708ea230b174607c8b832fe1d989b4801c61ed389e
MD5 2d49b751f92f58d9d73acad23308a26d
BLAKE2b-256 2b737c03c2e948861056f96f3b106d6b35014e355bbb6ae126c00640633826dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 65e3b4a19cdd1b6bdd023a27d268fd130c82ba58af902d17168a0c33ebf4d2cd
MD5 0acc384594454decedebb2b2113b33dc
BLAKE2b-256 59262731c3c7bb8dd8394175cb36acdfb70f2ac7c8b3ac5d9a7ca66b6549d959

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d7d0baad7a3cb2bc2102571b94a0d2deebfcb65b4bdeed5423a21195e3a73b4
MD5 c8b902dadd4a6bf1434f694530f2c3b9
BLAKE2b-256 870fa08177236262595866b5d2b8e74b67c4d8e9b53ec33d5e661e1b87025e4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b3003cf6dc624442bfb7e4790d04342174c2cc3e909dcc69fc79b38160a8bd20
MD5 f036b28a76d59e14a0cd2cd81421dd63
BLAKE2b-256 69b6e6a7f9febf0504be95fbe5cd310cfb09902edb52bdd21453c161e6f5106b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp311-cp311-macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp311-cp311-macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 11605637dec0e7ea9bbf1704d307303a936f858f12309fb51c305e3723b643c8
MD5 5533caf680d161ba38291e1ec768f76e
BLAKE2b-256 aa0212ca84524c8b9d330bf3e2b58fb512ee37a72ee365a187d706b814a778ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: bzrformats-3.5.2-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.14

File hashes

Hashes for bzrformats-3.5.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0d10d69475896009175f2112947405901cfdc750ecfc059ed97cb43eb4f1ed2b
MD5 4769b90961e41a71d1cb0fceff0962c8
BLAKE2b-256 467426e5ff919cce25c1097a8c7898509eaa81c73f0ff9fdaac28162baadfcbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 384bd7d76a6322d8dabb889367bf66d64148dfc4a209a53bdfcfd397eebbd2d9
MD5 b48f5f60e29dd1166b537d2aceddbe14
BLAKE2b-256 aac65e6f89eecd39372f555a96d398ec3265c6ace76d760a6038780c9e5d3804

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c9bd972817acb80a2a14e4e64a41fb0d9f745554dc1daa9282084d5a2b147513
MD5 6db3d2ec564cb99e1abe17aab6484671
BLAKE2b-256 4f29c79fd7fa20937aabd17d83371536c4c0d1383ea165f489cfafd4d4cff375

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b26a0e60a670282d8e6d38600ea4b7eafa90c8a1f0858b6f79985cfb3ab51e39
MD5 2204c3f3f42af5d850252060069cfb4a
BLAKE2b-256 1426eb361bbfb510b06354ee763b1e2d68288437d8808586ffa4c897e8ba38cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 057936ae56ef6448147ea6e12839e939738e707f2775fec4918f372852810967
MD5 0eccff67b34902cdf03fb0a0b30a993b
BLAKE2b-256 c7b5cb3b0bf2591fc06401e432205eee8e16f580fa6fbe475258247df1b67816

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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.2-cp310-cp310-macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for bzrformats-3.5.2-cp310-cp310-macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 a3efeb703d24c05e3b7fcc8df63653e6bbf20f33db1555dbc9daa2a3be683d2e
MD5 8d600e87616b6d481b8841ec435567e0
BLAKE2b-256 abce3060410d69c1d46059971cc11d6b4150d6f1eb4edded3abe9be983c52e3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for bzrformats-3.5.2-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