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

Uploaded CPython 3.14tWindows x86-64

bzrformats-3.5.1-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.1-cp314-cp314t-manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

bzrformats-3.5.1-cp314-cp314t-macosx_11_0_arm64.whl (5.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

bzrformats-3.5.1-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.1-cp314-cp314-win_amd64.whl (6.2 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

bzrformats-3.5.1-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.1-cp313-cp313-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.13Windows x86-64

bzrformats-3.5.1-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.1-cp313-cp313-manylinux_2_28_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

bzrformats-3.5.1-cp313-cp313-macosx_10_13_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

bzrformats-3.5.1-cp313-cp313-macosx_10_13_universal2.whl (12.1 MB view details)

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

bzrformats-3.5.1-cp312-cp312-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.12Windows x86-64

bzrformats-3.5.1-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.1-cp312-cp312-manylinux_2_28_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

bzrformats-3.5.1-cp312-cp312-macosx_10_13_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

bzrformats-3.5.1-cp312-cp312-macosx_10_13_universal2.whl (12.1 MB view details)

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

bzrformats-3.5.1-cp311-cp311-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.11Windows x86-64

bzrformats-3.5.1-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.1-cp311-cp311-manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

bzrformats-3.5.1-cp311-cp311-macosx_10_12_universal2.whl (12.0 MB view details)

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

bzrformats-3.5.1-cp310-cp310-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.10Windows x86-64

bzrformats-3.5.1-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.1-cp310-cp310-manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

bzrformats-3.5.1-cp310-cp310-macosx_10_12_universal2.whl (12.0 MB view details)

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

File details

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

File metadata

  • Download URL: bzrformats-3.5.1-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.12

File hashes

Hashes for bzrformats-3.5.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d18a42d9fb75626e957f81b14c26840f69c0d03843d668adf64d5d985d5c7682
MD5 176c691d48c021815e882b704091fabb
BLAKE2b-256 64bacbab1fc146d56c4fd07a2c6a64de365aaefbde126d3a8f667fd6aa7a5013

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34f457f87b6483e942c8eee87d7621ecd308c1cc7de7760b8bc632e28fb7540e
MD5 a6c78e288c6566cd984668a09939903f
BLAKE2b-256 4dee61c393ccd2d6e1cd9ae18aeccb0704abf0db9aaff361bb90f8774a0dd6c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 862b2b64f63badc920a2e25e380c85a78894ead76af9ca3a316c20d85166d789
MD5 9e57a5bdf19af6b91eec55d5d36a21d0
BLAKE2b-256 d3785281440f202a21c83db7568acc2a332add73bc26690d1e47232beb11d559

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7018937e603e697705853fa67facaa2caed24f7825bf063f45f5a54de30381d9
MD5 a0ae2a8fb6db2becb20591d7bca8ee54
BLAKE2b-256 5ffcb70031de2cc74e7bb225419e5b4dfeb629fbf7ba79c466e6ce7f8ae2d807

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c18cd25d438a758dd077e883b4f6d2ad35467c1dd00d971bc02a262416e65641
MD5 44bb19c163e04198273014cf19866fd9
BLAKE2b-256 3a625fda29c56b9e8ced82164178ba19af233690c36a9d4aa604682823b90e1b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 245d5213fd82b87bcde23acaec60a7cc79d6b2cf53affce2e8ef33a471a5d6d8
MD5 12483ae3d883723c3b59691f4c83669f
BLAKE2b-256 3aaa79452181939518e9ba82400431755169b7c000448b823431467d0748b43a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: bzrformats-3.5.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1ee7682bb4e628a09c82ed8940866e0156f0822008829341e6edf555228da427
MD5 6fcc1528ac587f0af237e1fd31e28afd
BLAKE2b-256 14fddec67c14853752abc65f15005b19ae9dcd7fe58f18c864fc1eea606d8126

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73abbb70772dd8f60520f0323a2f43b6251e1998d7ebbb9121d4313c54e27b32
MD5 d78a8e1fe96f8f7196f8b4759d636d67
BLAKE2b-256 f207624ae713b8f67364ce7fc66eaf4e9c8be70ab51e22a880e6271291fb3ce2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eb324d1082bbf0fc194a997d3c29e5ea1675d80f297007a972f9e4fc11a9a950
MD5 db04bd0ade396b63f6bb24072ca987ff
BLAKE2b-256 b880650c1d8b89c44b7fd0913ca2ceeab272f82a7f4a9f5ea6daa33c019c8947

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3a8d766785bb040f0fe8d576a4db9ff7514cd45d33a0a2c2fad30b5e36b2467
MD5 e89ca2a2b4ff897a28ea3a53279ff59d
BLAKE2b-256 7777567a576989e945d202eb3d46d643aecec065214160669636ddd07bcef9b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ca365e0360a669a9e82202b67c3d5fb82164882e7191543347dcdaadc33b61f3
MD5 728d65cb65d1cf8985565fd9e9e28571
BLAKE2b-256 ebd919fb3b8dce8d26e6b4cb8466998c90564543e823a88f988f58d7b2f313f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 78238548e1e32f5a2f00596a6f5dafaaa9d803035f6af5e906face1dcd87a107
MD5 72e8b3ee36461b57a3b46e5ab58843c3
BLAKE2b-256 73e4adcc966264944ab150ce4cf217224a75622d993e2f4f0758e92fabc1c5bf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: bzrformats-3.5.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 5.9 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e64ffc8ccd915c0ea76cc84fc3b935e28788a124458e8ff88b78a95f983c3f17
MD5 2548a041498aff5dada0be454e8c6398
BLAKE2b-256 3efec014c2ae88f730839d88ba01ff637715b0de95c4a985b81f38e7a6911284

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a13a5a02174dbfa574ebd728ecebabd3f87c44fcf2c37b08c833bac1c398c93
MD5 62e087fbae4c666e69820a88c438286b
BLAKE2b-256 81c86dfe68297bc7842b4886b0a7fd7191390960db35bfb414501214328efd28

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0d6e46f7840bbd2cf8e64600c9a0d564b3b0eb0e01a6ebbbbae09716f4fa04b
MD5 14d05c738224ab3e2934ef1ba2d90ecd
BLAKE2b-256 f2eeee4f9d09909a667a933b9def835e0e28289259a1875fe80324f5db528cf8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2d382c7ee4b328cde9a1c5667dae3e59ef93406baebb9ab82ebb9ff85d0ca18
MD5 98526967d7f5cdf5479c781b9068aafb
BLAKE2b-256 f5dae8f33fc0943e492fee770b519bdc7c99e3935f2217933a81c02cb124a07d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5f40ca639f1eefbc653ccd81c47ed63e5d158ae010bcde780bad32fbbd8586a0
MD5 712efd698dbb45d5818b3690aef074ea
BLAKE2b-256 577b7526e794f85b1010b74c1520af192be74a33b5816e64226e83bc009bf26a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 2f1007a08d8b922acbc26f9915134c787c18fd8a71b0997b27cd236ffb7c3609
MD5 e7ae2c8213ae46d52ee5f524f6e336d8
BLAKE2b-256 05965171e5e2aa68d8c9d2e0376d81b7aa6bf4d53245fca83ad5d685329868d1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: bzrformats-3.5.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.9 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 806032aeba7b3732a631de26211bf7c4af15780e7179ef3ac218df8081b39338
MD5 d8e03fa580862184d9dff4e25e6d6b55
BLAKE2b-256 ab6f1fa3866433c24c4d65c2c840e361d379576b19b6dccf7e5d2c9183da698e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a5e9b42bfcee91f6d93deaf297799623ceec27e469f7f9ae57d3ed8675076cde
MD5 ac32d438adf33674eeb3ff828b09724e
BLAKE2b-256 c9297ec552496d1f7b810e14e2fc3a0ab7c15353b9a2354551319eb8fecad359

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 067838d8ed5982245640c5ce7f94fcbc039eaa6535be5482d44a4c194e12266b
MD5 b00e6ea10eebc5629999f906a02f8a9f
BLAKE2b-256 a412a897e66f952d267866bb280a029251810c5f586aa797454b8cb74669b6ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76545be2a881fc0705c4c6697eccc38a0a8e3530f668c98ceaa56107b2f9741d
MD5 fe08d5213916ab46a9cec353c1bbab83
BLAKE2b-256 98e5c9c3d3568d337a15c301e6430ab28c85d17c9aa8c8ddfd71132661d5a484

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e942e858ae760691975e798bd18534b757df3f17549bba43496dff666e6ab9fa
MD5 5e0241763158be1b8d2a9387a3990980
BLAKE2b-256 5b916a0b454660d02203a5d8aef4b4b279c85ccca79fceb9b66668fa6bde6127

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 52b11936e105ca7ce27a5c014fbca61ba145b4007d402d1a2be5c6262fb41172
MD5 12ebdf6d51f0d3d4faed8bbd60ff7bd0
BLAKE2b-256 9b625e1250fc2119dd30e8dfd0f4c8efb213d15a22a3de7d28746348021587fb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: bzrformats-3.5.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.9 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f65fae04a3ff0900c9f5a17fd669412a77dbdcaecdccd6a4d10245ef9da311db
MD5 b525be05e5afa9c0c3a2fed7888e1ad2
BLAKE2b-256 c2ef7f6d6a1377df7348c8fdc944437c7f2f62745e57184526f17c5126246ed8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dbab83f4451d7399945e30340cfc7cbf176ad20126640f612b50247f126f44f7
MD5 bc70970b412a8dfbb223cc6617faae0d
BLAKE2b-256 87e74212020136143d3e233f3a1161ede99f5aa5e68154299ea833d96a6d23ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 06b5c68a770210378f9c4a7cd3b8465f434cb917d8c92020d3203b6a3da6a618
MD5 2500e89aa95276137ba7e0586b502e89
BLAKE2b-256 3a311e4cb0e8d49cfc7ab93ba7fb9e7a1af387fb22943e66163f15d58801522a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30e6595bcd702be3c82c81582e0cc78dd690e9a8013f940702b944cf24d3e8ba
MD5 690d79b76bae8d8169b722f72f1dcba0
BLAKE2b-256 0478f58b793a8682abecc461886908a4d508cbe2459a0a34703aea426b5a49ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fd04d84f2d0fe8fb12ac65ffa54b4fc8ef9f2cff99cb14304660ed3d9fed3428
MD5 c770d21c67de74b7713bb1b57deb5de9
BLAKE2b-256 70e4563664b8cecc434d4259e471dbce69019cffa5ba9b4889eb0687901b8ff0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp311-cp311-macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 01651a05303c4c8c169fec611ba56b365400917d0c473c4cd0f6030eeaa7c543
MD5 6db9788f4d9089a02ac6e5249d95a810
BLAKE2b-256 ac6cc41ae1112a4b859bd470bfe8fb25fec7dd153e736163f865d74a9323e23b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: bzrformats-3.5.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.9 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8db9e2fdc38a00e0271247f948e830a3d026b3a5d676ed36368fa87459ff5990
MD5 2d8fdf663a969fd5bb6a3648e45baf64
BLAKE2b-256 b023b3b53c5bb11105ceda24ddad96b09d4d9f4e09324add289a821124e09d29

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6aaf09eff05c4bd9db8a7d5e09d67fa218b3078b861071ab46ae3b3ee04fb63e
MD5 ac35507af1ed7ff4f5103be3b8f604b4
BLAKE2b-256 ac332bed384069598aaba71cbca142f0c8decde9fb00f14a0d5710704352b8ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 97c676847cc4608e5b4c92ab36e4ba11bad6ea180b83931b390bdcabd396bb50
MD5 dd3de2e9baff43c707eec9405ed6dbb9
BLAKE2b-256 dcfa47741184dec4a22ceb562044c623609fee2309b203c435fd130052bf6779

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e1eaa390235e8569262d94bffddb27bb3c321c5372ff931b5c3f4ac22fd898c
MD5 127a40c9d3b814129f3ee4e06deb5113
BLAKE2b-256 4885779796f4da38f9852878d20b393142efcd1aabe83c9eb5476149e950250a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7ebcb4ca51590da2355c651788cb418b616b10e7816a36f975bdc3dbd438e056
MD5 a91f5370870677bfe09eda56586f0ea1
BLAKE2b-256 4b4535a9ea10d4893b7f172087d5a802ffa0939a9f0025778d41fd3101755c5a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for bzrformats-3.5.1-cp310-cp310-macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 d4c8f1e12c2af1c4d1daea7f9a312bc17abc3d822f9385a0e22dd378deb5302d
MD5 d80789734f3bb61e2f5deb94944e5212
BLAKE2b-256 9b0a294a468c8524fb46299d6cc8fb7bb275e3155eff404d2312e21f0933e9c6

See more details on using hashes here.

Provenance

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