Skip to main content

Fast drop-in replacement for copy.deepcopy()

Project description

copium PyPI Version Badge PyPI License Badge PyPI Python Versions Badge CD Status Badge Codspeed Badge

Fast drop-in replacement for copy.deepcopy().

Copium Logo
Benchmark results bar chart

Highlights

  • ⚡ 4-28x faster than copy.deepcopy() on builtin types
  • 🧠 uses ~44% less memory than copy.deepcopy() on average
  • 🧪 passes all tests in CPython/Lib/test/test_copy.py
  • 🎯 behaves exactly the same as copy.deepcopy() for all datamodelzoo.CASES
  • 🛡️ tested for refcount, recursion, threading and memo edge cases
  • 🐍 pre-built wheels for Python 3.10-3.14 on Linux/macOS/Windows (x64/ARM64)
  • 🔓 passes all tesee-frts on threaded Pyth buildons

Installation

[!WARNING] This is an alpha version.

pip install copium

Usage

Simply export COPIUM_PATCH_ENABLE=1 before running your application. You don't have to change a single line of code:

cat example.py

from copy import deepcopy

assert deepcopy(x := []) is not x

COPIUM_PATCH_ENABLE=1 python example.py

To enable the patch manually:

import copium.patch

copium.patch.enable()

To use manually:

from copium import deepcopy

assert deepcopy(x := []) is not x

The copium module includes all public declarations of stdlib copy module, so it's generally safe to:

- from copy import copy, deepcopy, Error
+ from copium import copy, deepcopy, Error

Project details


Download files

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

Source Distributions

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

Built Distributions

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

copium-0.1.0a1.dev125-cp314-cp314-win_arm64.whl (68.0 kB view details)

Uploaded CPython 3.14Windows ARM64

copium-0.1.0a1.dev125-cp314-cp314-win_amd64.whl (73.8 kB view details)

Uploaded CPython 3.14Windows x86-64

copium-0.1.0a1.dev125-cp314-cp314-musllinux_1_2_x86_64.whl (503.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

copium-0.1.0a1.dev125-cp314-cp314-musllinux_1_2_aarch64.whl (490.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

copium-0.1.0a1.dev125-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (509.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

copium-0.1.0a1.dev125-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (507.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

copium-0.1.0a1.dev125-cp314-cp314-macosx_11_0_arm64.whl (87.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

copium-0.1.0a1.dev125-cp314-cp314-macosx_10_15_x86_64.whl (86.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

copium-0.1.0a1.dev125-cp313-cp313-win_arm64.whl (63.3 kB view details)

Uploaded CPython 3.13Windows ARM64

copium-0.1.0a1.dev125-cp313-cp313-win_amd64.whl (69.3 kB view details)

Uploaded CPython 3.13Windows x86-64

copium-0.1.0a1.dev125-cp313-cp313-musllinux_1_2_x86_64.whl (489.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

copium-0.1.0a1.dev125-cp313-cp313-musllinux_1_2_aarch64.whl (477.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

copium-0.1.0a1.dev125-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (492.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

copium-0.1.0a1.dev125-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (484.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

copium-0.1.0a1.dev125-cp313-cp313-macosx_11_0_arm64.whl (84.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

copium-0.1.0a1.dev125-cp313-cp313-macosx_10_13_x86_64.whl (84.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

copium-0.1.0a1.dev125-cp312-cp312-win_arm64.whl (62.7 kB view details)

Uploaded CPython 3.12Windows ARM64

copium-0.1.0a1.dev125-cp312-cp312-win_amd64.whl (68.7 kB view details)

Uploaded CPython 3.12Windows x86-64

copium-0.1.0a1.dev125-cp312-cp312-musllinux_1_2_x86_64.whl (486.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

copium-0.1.0a1.dev125-cp312-cp312-musllinux_1_2_aarch64.whl (475.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

copium-0.1.0a1.dev125-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (489.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

copium-0.1.0a1.dev125-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (482.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

copium-0.1.0a1.dev125-cp312-cp312-macosx_11_0_arm64.whl (84.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

copium-0.1.0a1.dev125-cp312-cp312-macosx_10_13_x86_64.whl (84.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

copium-0.1.0a1.dev125-cp311-cp311-win_arm64.whl (62.4 kB view details)

Uploaded CPython 3.11Windows ARM64

copium-0.1.0a1.dev125-cp311-cp311-win_amd64.whl (68.5 kB view details)

Uploaded CPython 3.11Windows x86-64

copium-0.1.0a1.dev125-cp311-cp311-musllinux_1_2_x86_64.whl (472.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

copium-0.1.0a1.dev125-cp311-cp311-musllinux_1_2_aarch64.whl (465.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

copium-0.1.0a1.dev125-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (474.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

copium-0.1.0a1.dev125-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (471.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

copium-0.1.0a1.dev125-cp311-cp311-macosx_11_0_arm64.whl (83.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

copium-0.1.0a1.dev125-cp311-cp311-macosx_10_9_x86_64.whl (83.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

copium-0.1.0a1.dev125-cp310-cp310-win_arm64.whl (62.9 kB view details)

Uploaded CPython 3.10Windows ARM64

copium-0.1.0a1.dev125-cp310-cp310-win_amd64.whl (68.9 kB view details)

Uploaded CPython 3.10Windows x86-64

copium-0.1.0a1.dev125-cp310-cp310-musllinux_1_2_x86_64.whl (477.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

copium-0.1.0a1.dev125-cp310-cp310-musllinux_1_2_aarch64.whl (469.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

copium-0.1.0a1.dev125-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (478.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

copium-0.1.0a1.dev125-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (473.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

copium-0.1.0a1.dev125-cp310-cp310-macosx_11_0_arm64.whl (84.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

copium-0.1.0a1.dev125-cp310-cp310-macosx_10_9_x86_64.whl (84.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file copium-0.1.0a1.dev125-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d5c0d32b19b10d6a9f0a8bc8cd4fb0d7adb75c0543cdee5a34f5a215260017eb
MD5 36290509a55ad8f0707be37b55cd69e1
BLAKE2b-256 fe73b0cfeea4627d1add20b896592855e6f59e058fa0adc2029330e660493889

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp314-cp314-win_arm64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fd3e7251523202112b7163848b6ef8137ca061b83475921652fc2791c9e40a5c
MD5 3e2f97263b0cb092df648416e93fb444
BLAKE2b-256 06af5978a4952545f82965d141b6bc510372dfccef2fd2767fa6dee86c6b4246

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp314-cp314-win_amd64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb7ef968080f24298d873657221fadc28763c04c192504d772836851ef4be72c
MD5 8a303961193b03a7e328c5a3046c4ba5
BLAKE2b-256 2109651d07b22c6386ec59f6195d76458e13f0f9df7a4023fe1a25b54d068e1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 37e153088cff350fcd23650e871e15b7d8b188f6583956951d9d8c75bf0ab0de
MD5 c017f7b9de2aa6f460ff0cf790ff16d6
BLAKE2b-256 7a6a91684a42185da07ef090d96b5a2fd3a1e0145e454862c7bfdea149718a6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31705e29e82f115c76f59fefe9885dfc0c7b8388e49b801bc78ad1f50c6f17d3
MD5 2f89f9595d8db23301cf8aaf07c3a215
BLAKE2b-256 f9d9bed010836e396dce16db9566f85e54ff8be878f0843321467bdbaebc0299

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ddfe7e98c8a077d09a0f98f96f036616718ac9460dcc612bed8d0fcc18af8ff8
MD5 10248fd72d7a08f26b6ac8f60a714d86
BLAKE2b-256 0f7f3fa055af0a94c8c2c597bd01ed0386b02b7f14c1c11487d3e64bb8425834

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3efe40a390321b7a15981221d2dff955bb271b417a307ae097f068c08dfabb74
MD5 70c56b29208fc0565539a62bf3f55e5f
BLAKE2b-256 a8c7053950583af1e58df2e72fbab52dabdcd2b201e13f329ce4cf5b7f74aacb

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7695a33511a3bba7d1fe5e0248bd51ddb07822f9f5801ab5089d29548bb9cd65
MD5 34c0c66c47a32495e7cd7ffaeaf8c2c2
BLAKE2b-256 145c6f872771b0e4701b64d6748b59ee77a8586c0937159a8ae4630eaacb0011

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 492ac04a9889b9786e93468d457c515a62f08a0f6c125a32c70cd91e4bcd26ed
MD5 cfb784edb6217447b10e59dcbcaadf12
BLAKE2b-256 4a1cb49b73998a14ec717cfc33286680ceb78a7d73ad727944f2f2265398dc82

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp313-cp313-win_arm64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 febc03c215bfd10243b7cf9e227151f1f28f2df4a654d2cd4db0cf7d8cee1b46
MD5 c0f88c99ff768f762c4fdbb957ac232f
BLAKE2b-256 bc4ae3d27a23eb6b46754c3c1adbe81891ade6d635976a1b3af3c36726c6aa7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp313-cp313-win_amd64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a306eba4ca38c38958ee3b005b978488c3abff6377e298b0bc04dee6ef20f8b5
MD5 ef7154c71ce3c5a33cd8f5d136980357
BLAKE2b-256 dfe8c0c953c7afc932641ccea47d8c74a1b685cc391098618b8ed4f1c4ee791a

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5861bb909b03bdbfdee2e296b8d8548e20745f3cd85eb95888151c6eb5ece94
MD5 55da398f5ad6cb30739c3935784e8478
BLAKE2b-256 c820da7f80230784875e576648945a65f4d607bb29dc271839f2c9b6029ef305

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d89a19ed737c1f71a0b700c331b286ae980e3d7c31c974fbd45e69d23c72867
MD5 c27b8677e39f03016a678b1355475c87
BLAKE2b-256 06448e8f90326d2b9990c87d719628e9188d1ead1153dce4e890ad713b471158

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bfa072c37f33b2197abbf46d799807206ffeb057b4bf33c0f903c8ec97769ce3
MD5 f074d5dfee4ff1532e34cdfbe992be6e
BLAKE2b-256 2cf6aa26c483507f9f69424b4a6f023b72569192e4b913ba36a82ecc199bb04e

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 850814edfa5c64d86b6a00bcbc3c4cc1a0d25da5f713c9d81c957b7b7fe8c174
MD5 e0abc7adb1e3cdd2b9c13cc39c3aa018
BLAKE2b-256 8d4a0d7c08194c69565ad8b59b2b32f095cc61718f6238a16725138937026749

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b9e40e97b315040ddca67e6e7b984a0b08258ebc883f24aaf3501aa29a0d6fa3
MD5 1134fa9900da7b7400fc3cf746ad1ce7
BLAKE2b-256 6e8456fd030d980560afffaae0345654979ca670a8aceeb54619fc15f69db062

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 3d36f1181a8b286b286e84f8050821c57fee93ac63c0d94a8b04a14b305e09d5
MD5 7b8e4637f560b9d4efd19f92af4f6299
BLAKE2b-256 022da5bebb673d904247ed250c76814c6f6e5ebb9e61585726bacd456a8c06f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp312-cp312-win_arm64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 64c945db7abf69eebd1e62a50537edbc9918c9c053611a6df544da751dbf1e93
MD5 31583a71078d9bf4698b271101b46ae6
BLAKE2b-256 8c1c2e5e30dae23da837d7e87a5820c341152a254c11056dc4031777196316a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp312-cp312-win_amd64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a68341f04e932c80a1459f360e236cf811ffed7a65d6fdf6c56bbc0aefbd14b7
MD5 58299ec0d19f8eca5117ccb608d1b171
BLAKE2b-256 fd27818530f7a029e016324739a30362b603b9a73f740e8ea43bcbed4670e2d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 236fcac240239d3d665f3a25ac9c0414c282623ee9fa243c0e4c06d35cb6eb23
MD5 4bda0921f0eb921ab82902beb66b383f
BLAKE2b-256 48df22233fa646b7aa79577dcd20514aab20f3bc4011f6254852514b965617ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8803358adf30e1414ae434b765ea7d983899fc94bb8079d2a18c72d7b122a27
MD5 4c5ce4586148f68890fb85a11141737f
BLAKE2b-256 02f0b8e1db1e2ce99a83b6ef50d5082d60b5fa566e8d02e9d0586b9ca6a44a0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a16c70a73a75e951ada82891ed1146c20d57ecea5746ae4461916af3ca755ae0
MD5 8641aef867ab4ed97a52d83613c5c79f
BLAKE2b-256 728f9acbd3d07262a1815c9ea25898a185e7500354c551697ed33e8f4118b7b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94e6ce517be2ccaac5758f3e981eacccd8d463df78041afa5d653d494a6d5092
MD5 5f0e503da31dacbb7e9db1b4de9608fb
BLAKE2b-256 47e8fd1327d1b2fe97e6056f12d6f35081a4b3a72c9fe2750992215e9d95e02b

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 60d89e63608497e78014cfb84a5f1b4ab0f48ed64ef7292eae24f485aa2ab163
MD5 6fa48b5d8b50edf64f4dcf24761bb017
BLAKE2b-256 4983c9ca76e41c64bf1fc645bf58a0cc118b5f759c28f992e094190009d16dc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e3d4a6cba418f356c98c7529272020cca6d09ab664cc8d8a5268500c6ddcd2fb
MD5 d8615a49bfc17ad2db23312d8c61465e
BLAKE2b-256 7ae2f788bf121efc1e95323f3f162dfa24345b438fc7e2cb126fc6f2348cc130

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp311-cp311-win_arm64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1df34581a66b170fbac4d8ecf9a5cc150745e1c1c154bd2ef44c751d8f6bcc34
MD5 3783c0bdb3e41bcdbbf92fd49a5bdada
BLAKE2b-256 abbf5d0c5678838165c04c6e52ef52c0a13d7d40f272891716bd4dee550ac60c

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp311-cp311-win_amd64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3560af9e45e7d31020d279db34960da9358e62f4878f353251e7ef3077bbc03e
MD5 451c8144d532fc1ff9e0c1e597fe6d5f
BLAKE2b-256 feb8f7de95248ab4e0e2ce27bb56b01ea5e570032b6d4fa5d349314506dd5f11

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be25db42ba2016cee6c6ffd3c3c17bd10d3bebd0d2c0590b27c6d26937dfaccb
MD5 49e843962f0f6f7b74d47b0eec57467a
BLAKE2b-256 bdb8e424a16274f3590c8ffbf9095e2b1a2ff3f983c265774ff846e892f7a496

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 237dfe4ae4877e774894180be399d63a46ab0cc0908903f5832e772369658690
MD5 d6f00ff337ea3f400d3c1395a1bccc55
BLAKE2b-256 a912c13552b9355b28f6ee574a1e38e677ba9b8e5209f4cf21f2478fffb47f0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 419eb1417ee2f76332f972425d7fb28d12333e91871b6db4f3740e323ea3c5f0
MD5 2fabe59bbdd9b40b63205941547e93f0
BLAKE2b-256 1757bcc373ed879257979feefb5356c5bc9c7d65fa3d9a58bf3d767722598fd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4221876ee9b181f56ad1824120288fb991baec799ae528def66255b3dbe105d
MD5 20ecdbfa8aacd7e458ef6d5e7fc26b8b
BLAKE2b-256 4bf9093686eb65013aee5b856c4ac71df555a05d2898abe54e625e4d167fd22a

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 848bded219fb00c300b3fde2070bd8fd4d10033bb92db39fca72688862a1e456
MD5 dee7f4b9054b8aed1d69890199a197f0
BLAKE2b-256 a8c691d30907b2ec7242232621d7224b45eaa6f5ed012cb54a1a9a453e97bdd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 efcf8e5e9dff832f60da78f4fcb9b762ca4d9fbf15a2f7491d4c138709b5a781
MD5 8cfa9c0387d1399de7ce7501a294ba9a
BLAKE2b-256 fe61dd3669bc7625dba0afd481881631d36fb9a2c42601eaf9105187d4246e40

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp310-cp310-win_arm64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 71a7801a2ae5dd58f58f47ababe1c3562ddc1efd6a67d4fd78efe7cdca11c16b
MD5 166356dc74acc9239256a956cf13ddd0
BLAKE2b-256 00dc6acbcf67384db099ca7b3634b21b2633f5b0870c73c9cb138e25e866820e

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp310-cp310-win_amd64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86648ca3ad3b33b50739f652a53cc1ce3f820f9037cc8eea43370507aad95c9b
MD5 2991d4a302aab4727eedfeb1c24f7e14
BLAKE2b-256 941cd8bbf2836476866bb74c9bc4e8275e885626240874a1a3fd2ba746d55e40

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d8747386c800404ef7aed7fe0f661b86987a24a4ce1cf02b5d42a78c686468d
MD5 396ddbacb63b39934416933a4671390b
BLAKE2b-256 f1aeac919898aa9829678613cebc1cfc03682b7862a25400f29189a42627f485

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9879a8699b67ebac9c77dedd8f984db3ded7765354257b789577751e2026f72d
MD5 8f325731de1ba50b1caf28e04ca4cee5
BLAKE2b-256 1578d0c0f039d2c8e882641752b47185a950b52265d7c0bf04f51aa613a3d4cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7922f466ecccf3c29e9a9522eec2e2f116395568886777a5df15b89df8a7e955
MD5 c786e8f83a1ef849dcf339d8d245484c
BLAKE2b-256 41d0e714470016ba8114e19e1c9fe793854d1727235ae9efb542d17bc015dfe0

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07baf797974abc55369b754dd02bf592eb79c4afe7733f4cec06d26a69c9553a
MD5 5434c8e4107780b346e5a8a9000c0d09
BLAKE2b-256 290b31b78c536e8fa3e0cf8cc862c50087f83ff320b9f0a5e0576a658741a338

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: cd.yaml on Bobronium/copium

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

File details

Details for the file copium-0.1.0a1.dev125-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev125-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1587abfd8abe842e5d6300fff2bd2a9335f97b4ba6403ebaa81e362484d396d5
MD5 52645c14069a4ec37c652a3d28eb26c2
BLAKE2b-256 b0a9099074ce5c478f35141b8e5287b1ec15bff32e3a6eb8fdfc34853cfa40df

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev125-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: cd.yaml on Bobronium/copium

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