Skip to main content

CBOR (de)serializer with extensive tag support

Project description

Testing Status Publish Status Code Coverage Documentation Status Tidelift

About

This library provides encoding and decoding for the Concise Binary Object Representation (CBOR) (RFC 8949) serialization format. The specification is fully compatible with the original RFC 7049. Read the docs to learn more.

It is implemented in Rust.

Features

  • Simple API like the json or pickle modules

  • Support many CBOR tags with stdlib objects

  • Generic tag decoding

  • Shared value references including cyclic references

  • String references compact encoding with repeated strings replaced with indices

  • Extensible tagged value handling using tag_hook and object_hook on decode and default on encode.

  • Command-line diagnostic tool, converting CBOR file or stream to JSON python -m cbor2.tool (This is a lossy conversion, for diagnostics only)

  • Thorough test suite (Tested on big- and little-endian architectures)

Installation

The simplest way to install the library is with pip:

pip install cbor2

If this fails, see the next section.

Build requirements

If you wish to compile the code yourself, or are installing on a yet unsupported Python version or platform where there are no wheels available, you need the following pre-requisites:

Usage

Basic Usage

Command-line Usage

The provided command line tool (cbor2) converts CBOR data in raw binary or base64 encoding into a representation that allows printing as JSON. This is a lossy transformation as each datatype is converted into something that can be represented as a JSON value.

The tool can alternatively be invoked with python -m cbor2.tool.

Usage:

# Pass hexadecimal through xxd.
$ echo a16568656c6c6f65776f726c64 | xxd -r -ps | cbor2 --pretty
{
    "hello": "world"
}
# Decode Base64 directly
$ echo ggEC | python -m cbor2.tool --decode
[1, 2]
# Read from a file encoded in Base64
$ python -m cbor2.tool -d tests/examples.cbor.b64
{...}

It can be used in a pipeline with json processing tools like jq to allow syntax coloring, field extraction and more.

CBOR data items concatenated into a sequence can be decoded also:

$ echo ggECggMEggUG | cbor2 -d --sequence
[1, 2]
[3, 4]
[5, 6]

Multiple files can also be sent to a single output file:

$ cbor2 -o all_files.json file1.cbor file2.cbor ... fileN.cbor

Security

This library has not been tested against malicious input. In theory it should be as safe as JSON, since unlike pickle the decoder does not execute any code.

Project details


Download files

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

Source Distribution

cbor2-6.1.3.tar.gz (89.5 kB view details)

Uploaded Source

Built Distributions

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

cbor2-6.1.3-cp314-cp314t-win_arm64.whl (299.4 kB view details)

Uploaded CPython 3.14tWindows ARM64

cbor2-6.1.3-cp314-cp314t-win_amd64.whl (310.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

cbor2-6.1.3-cp314-cp314t-win32.whl (282.4 kB view details)

Uploaded CPython 3.14tWindows x86

cbor2-6.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl (534.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

cbor2-6.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl (518.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

cbor2-6.1.3-cp314-cp314t-manylinux_2_28_x86_64.whl (466.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

cbor2-6.1.3-cp314-cp314t-manylinux_2_28_aarch64.whl (452.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

cbor2-6.1.3-cp314-cp314t-macosx_11_0_arm64.whl (409.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

cbor2-6.1.3-cp314-cp314-win_arm64.whl (304.3 kB view details)

Uploaded CPython 3.14Windows ARM64

cbor2-6.1.3-cp314-cp314-win_amd64.whl (313.7 kB view details)

Uploaded CPython 3.14Windows x86-64

cbor2-6.1.3-cp314-cp314-win32.whl (286.3 kB view details)

Uploaded CPython 3.14Windows x86

cbor2-6.1.3-cp314-cp314-musllinux_1_2_x86_64.whl (537.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

cbor2-6.1.3-cp314-cp314-musllinux_1_2_aarch64.whl (524.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

cbor2-6.1.3-cp314-cp314-manylinux_2_28_x86_64.whl (469.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

cbor2-6.1.3-cp314-cp314-manylinux_2_28_aarch64.whl (459.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

cbor2-6.1.3-cp314-cp314-macosx_11_0_arm64.whl (414.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

cbor2-6.1.3-cp313-cp313-win_arm64.whl (290.4 kB view details)

Uploaded CPython 3.13Windows ARM64

cbor2-6.1.3-cp313-cp313-win_amd64.whl (300.6 kB view details)

Uploaded CPython 3.13Windows x86-64

cbor2-6.1.3-cp313-cp313-win32.whl (279.2 kB view details)

Uploaded CPython 3.13Windows x86

cbor2-6.1.3-cp313-cp313-musllinux_1_2_x86_64.whl (535.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cbor2-6.1.3-cp313-cp313-musllinux_1_2_aarch64.whl (523.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cbor2-6.1.3-cp313-cp313-manylinux_2_28_x86_64.whl (467.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

cbor2-6.1.3-cp313-cp313-manylinux_2_28_aarch64.whl (457.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

cbor2-6.1.3-cp313-cp313-macosx_11_0_arm64.whl (412.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cbor2-6.1.3-cp312-cp312-win_arm64.whl (290.9 kB view details)

Uploaded CPython 3.12Windows ARM64

cbor2-6.1.3-cp312-cp312-win_amd64.whl (300.9 kB view details)

Uploaded CPython 3.12Windows x86-64

cbor2-6.1.3-cp312-cp312-win32.whl (279.9 kB view details)

Uploaded CPython 3.12Windows x86

cbor2-6.1.3-cp312-cp312-musllinux_1_2_x86_64.whl (536.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cbor2-6.1.3-cp312-cp312-musllinux_1_2_aarch64.whl (523.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cbor2-6.1.3-cp312-cp312-manylinux_2_28_x86_64.whl (468.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

cbor2-6.1.3-cp312-cp312-manylinux_2_28_aarch64.whl (457.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

cbor2-6.1.3-cp312-cp312-macosx_11_0_arm64.whl (412.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cbor2-6.1.3-cp311-cp311-win_arm64.whl (296.4 kB view details)

Uploaded CPython 3.11Windows ARM64

cbor2-6.1.3-cp311-cp311-win_amd64.whl (303.9 kB view details)

Uploaded CPython 3.11Windows x86-64

cbor2-6.1.3-cp311-cp311-win32.whl (282.3 kB view details)

Uploaded CPython 3.11Windows x86

cbor2-6.1.3-cp311-cp311-musllinux_1_2_x86_64.whl (539.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cbor2-6.1.3-cp311-cp311-musllinux_1_2_aarch64.whl (528.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cbor2-6.1.3-cp311-cp311-manylinux_2_28_x86_64.whl (472.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

cbor2-6.1.3-cp311-cp311-manylinux_2_28_aarch64.whl (463.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

cbor2-6.1.3-cp311-cp311-macosx_11_0_arm64.whl (421.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cbor2-6.1.3-cp310-cp310-win_arm64.whl (297.8 kB view details)

Uploaded CPython 3.10Windows ARM64

cbor2-6.1.3-cp310-cp310-win_amd64.whl (304.4 kB view details)

Uploaded CPython 3.10Windows x86-64

cbor2-6.1.3-cp310-cp310-win32.whl (283.4 kB view details)

Uploaded CPython 3.10Windows x86

cbor2-6.1.3-cp310-cp310-musllinux_1_2_x86_64.whl (540.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cbor2-6.1.3-cp310-cp310-musllinux_1_2_aarch64.whl (530.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cbor2-6.1.3-cp310-cp310-manylinux_2_28_x86_64.whl (473.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

cbor2-6.1.3-cp310-cp310-manylinux_2_28_aarch64.whl (465.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

cbor2-6.1.3-cp310-cp310-macosx_11_0_arm64.whl (422.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file cbor2-6.1.3.tar.gz.

File metadata

  • Download URL: cbor2-6.1.3.tar.gz
  • Upload date:
  • Size: 89.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cbor2-6.1.3.tar.gz
Algorithm Hash digest
SHA256 8d70680acb55c04ea5b5ad86da094f9612b53d5a8a65d0f5b3aafc3ce917ecbb
MD5 068e19c4f73da74ed74a137ed57df5a8
BLAKE2b-256 3a6f07b4af8da8bd27f640362b1ac8271d80895407f2ede0c2bcc9433c06e1ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3.tar.gz:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 299.4 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cbor2-6.1.3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 da98a5e0ae9487bed497ac74e2c850b49975a3b7b5314b76c3843e2c83a6c8c4
MD5 8db08a2a8906b0041b5f5bddaeb2b4d9
BLAKE2b-256 05d0b0780a396d145e3356bfdc48578d021ade1818a6c7d7842a3d6bc6f16fbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314t-win_arm64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 310.3 kB
  • 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 cbor2-6.1.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 dc6bcd030bf5043662b84b0ca0f0ca942491bf509105db30cedca6e2ce82d158
MD5 6c635b55e00fd0b3ee23028aef5eb704
BLAKE2b-256 11c8dd54878589df22c863d526cb82e1bb20e953d40223436449a52481c49804

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314t-win_amd64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314t-win32.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 282.4 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cbor2-6.1.3-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 61c92661665bccfed4ffa69d1fe10097f2c820d262f56a8cf909a5ebf9f6d8c6
MD5 53f36b8fa37d63ad20ff8aca8005ba1a
BLAKE2b-256 73cda57d97177f3777c96f3406efb0ad60794fdbf249d497ec24559bfd1d0328

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314t-win32.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4af35baadb66f7c9cbb3998eab469767c04641552416c1c69dd4d3d183797119
MD5 2a0dd5fa72cb5827471ee655480eab24
BLAKE2b-256 6013c740c0002f127dc3e9e87b61a5d1285dd3b71aa11d8e0f6a408fc1f36173

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 76d257ce797e651fa430b0269e8e8c43549c54ce8b0d12860569b3709bf1326f
MD5 52818fc49be1e4a49163934e14f8f281
BLAKE2b-256 23eee85b2ddd46b3b43e39a986704353b433efab0881234e1b4d824229fc2a75

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 37ccab1d0bd3f57ff536a41e44165d0c99cb166ac6e5ffb8b93c42304b56e48d
MD5 4ae40162879663ea97e8f9fc9147bf6c
BLAKE2b-256 efbfb5f43c75dc5f0ca3127919d3273d8671917932aa3e90767da63867e0f06f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a076f35abf1dd0a4de6e2f7f4d4932abafc951a26275b6aa4a3b370c2fd3bbf4
MD5 4c1cec9a113c71ca9f88d06fe23ea219
BLAKE2b-256 3b03efdecd0848b9c9e43242537f6dd8ac5d441a077d362e5e6954c7775b866a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 856ab525bfc599588b8d2a45babb7c3400c693ea0bb574d818467d997102fe24
MD5 69da97e79e11e6e231172fcfdcf5041a
BLAKE2b-256 33cf54a497ad1026833c1c92d482edbda0bdebb48314b51563d2fcea24ab89b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 304.3 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cbor2-6.1.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b62b5d80a0eb4305cd5f0217faa4d7747bd64fe0dff9b88415e7be3782f8249b
MD5 ecdaa8a87e2ba07d505143d4656887c9
BLAKE2b-256 a1c7ab9828e4efc26badf89f1397f866f3ef03ef65cdcd55518254b84bdaf86e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314-win_arm64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 313.7 kB
  • 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 cbor2-6.1.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 59df264d4a508ba61daaa0bf3c2f92d63275509549a0875c1fa38176f651e4f8
MD5 f8140a9179ef4b66f678f838dd9fee8c
BLAKE2b-256 1b2d79eb513a2586a2053a6f18b33693beda65e2c766820d99676a306573fed5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314-win32.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp314-cp314-win32.whl
  • Upload date:
  • Size: 286.3 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cbor2-6.1.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 1413cef2aa7f478a38298cd3492a055e8e8e45d17fb53bbe103e79ca15c33f3c
MD5 7a6611077464be363cdcba23a2bc03ff
BLAKE2b-256 fb01beefe26258d66ce39a9b057b679bc67dba81698d5a63e0ada5b4752a5c87

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314-win32.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 672727ecb27d7fb3ca0bf8a58fc489d5374ab1fee680ed3d0348a11d9d3ca78f
MD5 3925143a05f9b918792460f485c156cd
BLAKE2b-256 065557178fbf2d1206af5299c688f9c917b83f30636694c8f932dc89c6652545

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8bcd609eab4a39745123bfb28e73311abba3d14975a87f5906e0e8b910d918ac
MD5 77fed13a95a32d1aaac2c82678e7d935
BLAKE2b-256 8ed194195bcd8fcc1030ecaf22a7a825faa08891b5bb2d3553e465e50fe115f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ad4f3c6dfc6b83331eb04c6975efb2839ab65a3aa81502bc2b3f7945d4c4aa44
MD5 7f59c1260aa9d010ad1bf63c4f9de275
BLAKE2b-256 c8cb6bd33461e8be8ded7ebb0fa38994a63752aefae2b4fcd1b2cc71ee3c06f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 48c677971e4b71e685491e1a267d9924dc205e7ddbe3f34fd2562f16c0f6bfca
MD5 be54320063ca6d26ebfeb759ba8623af
BLAKE2b-256 8e2994238c61f90653a606535e7509a2af312089fe10dafcb4cf82d6905a7a1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f3167ca9920b90db4ff72652db109dfd93b56ee0d583aca12f3a5d9a7019477
MD5 afb050f3c5bd71549cfd136add080dfe
BLAKE2b-256 8f4004ad7d34182b27487a1824422b361b32d2607727ef20e563056eba62d12a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 290.4 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cbor2-6.1.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b144be2ab3e9584ee7b6359d2a92fee0a5bec1d00dbd34c215ccc2040ac0b2ab
MD5 3b6d7aa7f451dfcff2024a22271d2f36
BLAKE2b-256 e7653945702dd84b6e5b7800c9c7f1ada038d33d12d0042de10e38164cc03dfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp313-cp313-win_arm64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 300.6 kB
  • 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 cbor2-6.1.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b77df56c462c10eb3444db8ef78d8c3e71d9ef8d021ea92e97c1f9e3aa918690
MD5 4a5fed528f9d853e196eacbf03cc5740
BLAKE2b-256 e86f1bbfce3b3131e4e03e8a86966a38ff92ebb72215fcf36aeecea1547f3e4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 279.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cbor2-6.1.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c73b54ce09dd8d522f3c1540426e36172ba0f34abf3d89eb93909a5e14590003
MD5 678bd73ddf053fde597c78b46b38a64c
BLAKE2b-256 54bcadd350acf37f367ae429f997f2e047b042f2d5ef9ca62461c923fbb0f3c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp313-cp313-win32.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8719a7a2a2a82168844533389957b8f617a139f5f40e4d0ad7ed905fd3abebd1
MD5 af48a143d4d3017d16d719ca5f5ae2f3
BLAKE2b-256 5b46e17b2bce2efdc26bfa045b4f6168f02923ac5f0e79732a1b3c42ce9ca9de

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ccf4d263983d830dd429d2b01f27be58ac02ba7c790c45d861f767eb63963e5
MD5 408076450c659c07dbb09462b2a17b34
BLAKE2b-256 b2f4b5aa27813c02f37e03eb86bd908163562edd6fc7f99665bc7bbb25ef5e6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc8e44c7bf172687195dcd428157885bc00ea06efc0ea30fb371163b92bef733
MD5 1f832dc1cbc02fa6029a70c948505fe7
BLAKE2b-256 44866ef007f0d4f7afba90a80cb1657984de542e7474d2afaa7e920ac9860df3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f291a0ae4c1ed96eadb0afa9752568c7424f7d6fa818676d5e33005fcd22ddd9
MD5 ba5a23239618979699fcf3c8157a8b3d
BLAKE2b-256 61f3e50654203c3b746166a96bea680eb6463b20c2c160cc14dfbe43f215ef6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 21c74b8ab67977c8b87b727247eeb730145b0068ad6d47f71e9f80f6b48c65f8
MD5 31b54a43c7e9635d4debacad157013c3
BLAKE2b-256 1c8c5024d623dcf3f2057ec8c991f584b939ba5f9025a5ce8c31f6fac067137a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 290.9 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cbor2-6.1.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 3d43183d7beb3d3cd198d69b31bd2ee487ed704a1150c75cb0a66d6ad63d8c1a
MD5 f4ebd61e40e6f4aae42c9b442912141c
BLAKE2b-256 19db52c58a8d33464927389dde8103997b3fa51b081ce29b347ac2cc4fd0dfbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp312-cp312-win_arm64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 300.9 kB
  • 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 cbor2-6.1.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d5514f693db6fa6f433b4096e9b604e6a7bf151c9ef1d2db86d0858e4c5e768f
MD5 550422f8b4dd521817a4ee98abd4892c
BLAKE2b-256 d21b90b4a121e40aba189c55a5822dd3c698eaf487e1d4a780ab18c804a5ef1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 279.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cbor2-6.1.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 da25d345f01e6a40b2e5c57ef96b4dcff7be69394fb62f0f70e07f437f2376a9
MD5 1e7f06f43b6036365af996d953e5ebb5
BLAKE2b-256 c999e166be0fd74bf3a91f5a0d103e34883efbc438d970f72cc8200e274787e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp312-cp312-win32.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87fe7be8fab6ec4796aa127c1a52e09e79dbafd2aa31caf809cf04b8080a5975
MD5 23cb0ce6b3a22768e7e86741b1034745
BLAKE2b-256 b5a1b5e07d6a08441c3a552fe2ae48ccb7e9dfc5065b9f6a3bae9879b4f0fbc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e61d465244d66ffed36492eef3b44d43795d76a2bba0663a2f15c186af7f7513
MD5 95c9e4ae2f4ea55b43e12dbed201f420
BLAKE2b-256 467440f7db3e0d880560193916a5c9b744fcf299558bed7113f77c28237c7c29

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2226d32e102e375737656ad5d141ad8c6ae3e705e04e263f24756f0eb379c6c1
MD5 1b2e1ff504c53cfcf1d60192d2685820
BLAKE2b-256 55850c55a66f3037056bfb8e1c7184168085fdea67ae5830404498bcf466233b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b025009478d644dab407164fd60e3ef4381af284f5af6966df94c663756d949e
MD5 09a27dd3f098aaeeda3c710c5691dc0c
BLAKE2b-256 506cf3641d19b7b85a63cb2756c10164131489c2cb46b379ec51ae22283fefb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d939f55097c21e032f5a2d67592fcc57298986281f219356e2f519e4466f4ea
MD5 c2b7266f4817f3e81595d709a1934afc
BLAKE2b-256 3116cff14259c3d19a7f0ae88b6996fe4c85f6ff1764dad889ac8a39e843e39c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 296.4 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cbor2-6.1.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 43f0f694f47958de50fc84e6268a3015cc2a7fce88b231456c053bc5a1c6c828
MD5 aa5e208217fc3ad1426bce68ba26fe85
BLAKE2b-256 324fefb2ed376421641e372bfebe9fd98f11c9de3bbac1da9f2b8be5c96eb335

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp311-cp311-win_arm64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 303.9 kB
  • 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 cbor2-6.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 187fd06befc59e6cafafc2709e5f1f3df8afe8bca5646f9cb5b70fc7e6ab1783
MD5 fada900f866da410e9bf7f82963deef4
BLAKE2b-256 361fe9d123a071ee67ebca70b37401a03b80641d86953a72e8ea41194f99095a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 282.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cbor2-6.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 144f8cfd2e9149389c34026243aeb646184cd78a2c657822be9bc9e7a2c5f3f5
MD5 826a9dcf24312b505692f8a8a36061a5
BLAKE2b-256 48d43cb4d40ce9bbfb41098656a0be5a8d01f24fa54cdc6d2665cbbaefbb8ba0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp311-cp311-win32.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c9144756fa7c9298d5882d1f7ad379c4a0059803a4c70329965a000bc79bf02d
MD5 45ab2eece8540c340cb6977723dd26ff
BLAKE2b-256 d77f371ce0c200955a8a999e0a34398834ba88ef2fecda8437c3264c0673aa33

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 622ec874664b4db54bc6df40f82832ad30fa5c875ad85cde84392ac62bb33d15
MD5 e97b8005bed5c47183300b1ddc97b2c3
BLAKE2b-256 b2f75f0387ee7b5601c6af5277051612b8163f82ccbddbae807bbc1326754e3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5f14159423a984c387982901f67313d6582251b6733c23e8bd925d73173691bf
MD5 8f86fd7f9ace0f54404e5db5fcf2aa90
BLAKE2b-256 3dc54dad6125eea17b35ca5580a4f7308226c8a4511dfb91b94c329b167b6218

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 932e0894476fad36b186c0da6e9b1433358bea564a60ae4799e51182568ff29f
MD5 03601100fc47897a7eb46c537f68896f
BLAKE2b-256 9678840809f265a4537fde0ba646d92d61c500435fd811961d70776fc021b7ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84edab2df31c981d258d652a82a3e30eb7368d86d9d7284216282f65403a1e00
MD5 66124c160dc12e32dc96bc4c43a44dc7
BLAKE2b-256 f82e013b2c478c41585bf5c8f9659328412eda4fe8ed30ffeb8e4fde87f8b9a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 297.8 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cbor2-6.1.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 fcec149218bacf1f98caf44225b67b4908e54e0440ca446ea488aac1ddc85a3b
MD5 8e3cb032f293a16b40dcf04e2dd149f0
BLAKE2b-256 0da5b66695c2f8543b741b7178a5b7aeea3808524b65cd4f9918d1fba93debb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp310-cp310-win_arm64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 304.4 kB
  • 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 cbor2-6.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 72b23df796d083ff53d561fd86e397aa5c19010192e85ea3838d8ef21c09db6d
MD5 3e00a440631f1831ee0ece336bb273b3
BLAKE2b-256 c68cb95cb31a48062a27141759bc76d8d8c5e2e18c959cfbc38057d9b21a6b1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: cbor2-6.1.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 283.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cbor2-6.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9084077c4cd7e905ebe47677934c9c6580942c9d1294f99524c0369b10829e78
MD5 9cd66f79e49ea1e3788f11fd2b8da6b9
BLAKE2b-256 26dd70064846549f42fd2a4ed4e2e4f28111756b009d62b10d665aea17d1ac1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp310-cp310-win32.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 165ce348632a4b502d0eb5ff187138d3b34986224273faf2233f842a9331c3ff
MD5 991c53fdf86e4f92578f62146696e0dd
BLAKE2b-256 ab76419ad2e318533a5a7bb9835ddf7e4adce2aa6e4d7559fc836b8fad19518a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d9971a2052802422efbbe11fc918c0f784de7280d2e0f45a6e9a8a0dc44e8f53
MD5 ab17c182036f4cdc14ebe29c6cb18846
BLAKE2b-256 ff090a0393e40a450833e63ca6cfd1a99432eebe40a43f2a9ef1ba4b6c6f4507

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a7bcc957049da506d6e59b4edb5594c68d81a1fa43b56f826839cb15e9a82572
MD5 24187a17035b7af26453713c7fe85a79
BLAKE2b-256 b6147d8dba29b4103629a7c4b5f9697fac70d55d47f539da095674e3bb9f4fb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e2e1c8ba6651e12fcf35188f24cbd2344ce0acb087cb7739e5bfb8cec6e12ea
MD5 d3c5be538495e7ec12dd6f6a968571fa
BLAKE2b-256 65ca21c301d4dc617ef2bc6629f5a2322c09a6abfa3ad3502e67458407991016

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on agronholm/cbor2

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

File details

Details for the file cbor2-6.1.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cbor2-6.1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20205c698f9ea4918d1714c459f58f46464c9f0d1e467679da8bca9e4eb17d1c
MD5 fe07eadf56eb02033bed4c330eb37059
BLAKE2b-256 65ae753c952af03e0a39c7907209a13d3147b856459d2101d1abc1911629dd11

See more details on using hashes here.

Provenance

The following attestation bundles were made for cbor2-6.1.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on agronholm/cbor2

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