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_DEEPCOPY=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_DEEPCOPY=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.dev122-cp314-cp314-win_arm64.whl (68.0 kB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

copium-0.1.0a1.dev122-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.dev122-cp314-cp314-musllinux_1_2_aarch64.whl (490.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

copium-0.1.0a1.dev122-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.dev122-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.dev122-cp314-cp314-macosx_11_0_arm64.whl (87.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

copium-0.1.0a1.dev122-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.dev122-cp313-cp313-win_arm64.whl (63.3 kB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

copium-0.1.0a1.dev122-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.dev122-cp313-cp313-musllinux_1_2_aarch64.whl (477.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

copium-0.1.0a1.dev122-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.dev122-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.dev122-cp313-cp313-macosx_11_0_arm64.whl (84.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

copium-0.1.0a1.dev122-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.dev122-cp312-cp312-win_arm64.whl (62.7 kB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

copium-0.1.0a1.dev122-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.dev122-cp312-cp312-musllinux_1_2_aarch64.whl (475.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

copium-0.1.0a1.dev122-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.dev122-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.dev122-cp312-cp312-macosx_11_0_arm64.whl (84.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

copium-0.1.0a1.dev122-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.dev122-cp311-cp311-win_arm64.whl (62.4 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

copium-0.1.0a1.dev122-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.dev122-cp311-cp311-musllinux_1_2_aarch64.whl (465.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

copium-0.1.0a1.dev122-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.dev122-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.dev122-cp311-cp311-macosx_11_0_arm64.whl (83.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

copium-0.1.0a1.dev122-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.dev122-cp310-cp310-win_arm64.whl (62.9 kB view details)

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

copium-0.1.0a1.dev122-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.dev122-cp310-cp310-musllinux_1_2_aarch64.whl (469.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

copium-0.1.0a1.dev122-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.dev122-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.dev122-cp310-cp310-macosx_11_0_arm64.whl (84.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

copium-0.1.0a1.dev122-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.dev122-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 ac6c742b95601640801a390bcde19d4078229e55e200d6651adbb76a0dd6021e
MD5 951d581a4dfe2fab3080155516fefabc
BLAKE2b-256 f38514bce001a542482f8ae09bc9df42a7790979856297483c4ce7adc485bfeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a1e7246b8571e8842bffbda60af0bbd9b5ec2cee312c96a406506d6c75d5bcb8
MD5 961c03b11717a142c61811b528205ef2
BLAKE2b-256 423cbbf7069b1301fb6c08fa49d64517cec9c8f1d073fc83ed4aa850a283046b

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b6c44561809e70da38133fa184da3b3722a93f9769cceef073f6bc8297e3f69
MD5 aa5c70408ab9eaced23a91108efacf99
BLAKE2b-256 1bd999ed9bcd9be935942f8816be1a11cf10b2fae44115a0a4433ab4281151d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 886cdb07b61dd1fbb1ed12e69ff3063822753b843eeb2e3b64513a496c8af028
MD5 6146c2074881885209d88dd3c87235b8
BLAKE2b-256 bbe4c490f1eea0535c0df1dfabcf36aec04874899ace6ae02a28f0c673447c0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-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.dev122-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7cea132d51334b776c37dc6481d78cee32a2b20338e9e393da2f69a1ab7bfb5b
MD5 4262fe1a37bc7cb079b80b1ba007b4cd
BLAKE2b-256 5a5e0faf29a46f39fec55b9746aceb35a89f9c396eef8bbb3e30b22a00dcb32f

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ea74abd941793f5bafee422a0dff63f78a00a197a2221ecc6b2a0281a03e6282
MD5 a4e1e621f1f87de559446325e97c6a03
BLAKE2b-256 3730efaba75c683710aa78d06615558a7ec27ec19332031341eb143f9179b0b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14a58844a60870ef61033a1d170e0ad8fed09ef0caed80c764e25fb787a4451f
MD5 d67d84f6e81d2d5d3bdc2c36511b0fb9
BLAKE2b-256 9282938d68164b1de2ff9f044ee8a3667f6035ee777e3b7ef68f8bc1c3bd6444

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4d832695b08147a5538d572177b26ac1ba5d7aa8d8f0a5b233de739d48056477
MD5 2238be270f5283ecc56e5aec8a36e528
BLAKE2b-256 53a950cd83ae743345a215427ab6b82e6096883427cdf6dc8668042d8d045596

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 2592bea80d6e85bc5956513f64afb73980a5e864e3e6bf85044e33b2189d692c
MD5 2bd38f0335d3888aa5885bcf0570c975
BLAKE2b-256 9c56157c0676721bb07e547bd94376d7de25fd5bbb11dad760f837d33cd1eba0

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 72e9956bbd560c650ee3b9165c9515215a554383aeb0e5150f5dd303a645322c
MD5 073d7c6b750fdd4b9c93c806d2b913c5
BLAKE2b-256 daa37e83999b090696b7358032494059f3def3bdf1aa279199c3e0a94dd9609f

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7be50c92f634383a77e3129e26fe351bd178dec8b3482898e47fe8897c9cc54a
MD5 868040f583852a05ec10d463539fe91a
BLAKE2b-256 f512c4d10e8ee55c8fd8121ad3f144eac6e2af42499e0e507129ff8e3f9800ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d0095793d0dcb952acc26436c9ef3982f29076366b76fbc40adfe39e6508a8d
MD5 58b1793afd0fd8ed82f74656303bc3a2
BLAKE2b-256 8d3684c27c815079301e30050a8558b230f8c0f77202bf0757af5ece2b06ab84

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-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.dev122-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 68aeb91d88c673815f0353cd46806884910aa0af36658bb166e0433d4af96243
MD5 6efc229d7e4a83cb18842a22579902e4
BLAKE2b-256 3c08d43caa45f7e428ef5085cdeddf36884b0bdc64df4d6616def978e445f67c

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b127e793712ce58e632286616185b14d7aa46967bfd73959bcc2ca9404992c7c
MD5 d0f160f8165e87ab3e0a23ed866291e9
BLAKE2b-256 3a706326342b54a9b26f11738144a00b03643ece50252228d8e2b40eee432087

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3c190277651c150d86d75aaccbd99f4b2eeb5862b6bd9995887c3ce78e88812
MD5 ac92719038107b70b33635eea0005ec3
BLAKE2b-256 def401594f5423ce174c1376639dd4801483e6412a874856ab09819281d3584f

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f013c64f5be4c6032cd3505d7fad819c62b853383da7def668eec8eb9ad4dadc
MD5 3bd1cd36189bf0a60cff38146beeb320
BLAKE2b-256 ba1f541f1a8198ac85ab0b7111328f9b1bc9805598beb921f8e765d8078c1e63

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 90ff74d2a358725ca1b6b48e6c527606380bce3e4a211a430ba21f2dffba1365
MD5 ac4a98543a14948c8ed2f2d66a43376e
BLAKE2b-256 2d076bb85119388c310adc8c14db71e6ef39f54a857d6fe0e53cf34407918f4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d4c3857d79ca0d01d710a1bdb9bd1a140dd89ca5a79d9e09a76f55bce568bdc9
MD5 f47b2060061a12982f16a7b09412e5ce
BLAKE2b-256 00eb3ed89cbbc15ba11bad44f422fd789799d50424c4dd45e5c9208549bc0cdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 559f3269d8b1fc4ec76db2c4b65d45115a4bdb81824c75bdf48d2662e2237046
MD5 f80f5b0d2b7868faf1432231132d327b
BLAKE2b-256 7b42f293ba0ab60136a0b8fd6274fae356cbc9e5c3b532e6f44bdc202892c511

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 26c9a4d8736d396ad1b080c2f956030a0b94ec83a8944bc1cfc40356bab22ddd
MD5 25b1b3e62257b07e249e97abe2337a65
BLAKE2b-256 a11b93b959d003dcc7a4ac848c1c23f5b24c34afb22fd0c462fa1eca9c45d4c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-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.dev122-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 623a6685c88713fb02bbb2340f9898cf9e7022f25558afb9fbaa11a3727cb155
MD5 712b0a88beae7d2512ace6df7a26de38
BLAKE2b-256 53c6684cf97210c2dc8a81c61c557a086987c80cb4fd0fae625844f718dc5fa6

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 27b5bb0da9aef77b4f3f17e8644bbb8c03d5595fef2653b5998b9c165e2a932e
MD5 4563c0afc21a2ecc1d22ffdcd09ae1c7
BLAKE2b-256 c9a61f3f5ab732e20f1f2a491b855eea7483f2df2704a6b9f9a593e87e0c9311

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 247333972a5dac600cdb60eb0acf1a610e376620752d0c1badaec2ea4143a4e3
MD5 8ce0a5eb883133ff2dc4e734d2ef83a8
BLAKE2b-256 1c3793b75b3872641de40d61b8f138f202352bbe176d9bf5df0dcba8b92dcc6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5b3d3c4c3e5528959f07be823cf17ff1e8253986862d5966c102769673846c5b
MD5 148b846811139787dbe7dae41452d183
BLAKE2b-256 6d1c67d8844550812fd60a33af6388cae05f58df4727adb35a1524de8ef5177f

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8658c20b9cc3c811e13c8be202439bd4982ecb9f331bacc9483d6312523f2209
MD5 b4e9002e6fa4c8cd9654ba3b9458d0ea
BLAKE2b-256 6c7ead02041f54e8f66a7698ac85a5fc75615a4f7f1854565ba69848a079f2d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b05b9a03ef1752fa0d218ed83fd0f1eb9697ef7d153b1b991d8b49173177a7be
MD5 c3c48a28e0b6741ad2b1087c4ca8501c
BLAKE2b-256 5d215b15c75fe8986c686e81c4bde00b8497de1a5921ca89e096ff8798f45f5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73d96f3ee9771fb4f0374a58cac55f7a92b8148a5aeb1fd9fcf34ee9ce58f5e8
MD5 53c9a813f5198dc472e86f7f3b1921c8
BLAKE2b-256 1d75aa07508a69a7094d569cc63fed8b61d11dfa5f29c5e83a33cd4a7e937ecf

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d79af84b9bfa669a415d3fdacc3b70b8fd5ca4928f8c565d7271c01c691636fe
MD5 da40538727a487b91924b1863eb19190
BLAKE2b-256 fe219668a2c3fcad0a22c5a419e8b4dd82d2097b0ca760dca5fa2413f47804d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-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.dev122-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3b853f29af578f09c9dbe7f9d1484a572407cbdea903a9735bb3486130ff2b73
MD5 4e41580a580c1bfda563bad181c82330
BLAKE2b-256 7414041412d2df8e2b3e3be101881773827d106e7117683ff9479688dcf1a6d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 edc2c82d668ffb1e2aba4cdeeb8eca3fdf6815b30bd80578997d85c0d54ca2e9
MD5 2e49c605d0587ed960fdc759d8253bf3
BLAKE2b-256 2a5afc52ad34ae715fc3732afd3fb338bfddc95d266edd4c93356a3589cec5c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62aa84547646c0893ac1c7c9ad6e78553e1e2aa2f6706f86357174ea64039cc5
MD5 4e041b5419026fa740451a54387723c7
BLAKE2b-256 f57dab27a74d188b4120f2e394695241f987d5d0b472505a7711bc431386a6dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aee3c7e5de5237842d8f40a96ed4fbf2d5d4a63a05ebc192708b227202eb2278
MD5 c44d73f2da9a23b8729322e213074e6e
BLAKE2b-256 7aa9b0f8f59b3b87ccb446f0b34f17df9addb138c74cb93901048fa669eded04

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 bf4ac4834df5b2349abb87172c526563b788f82d3249bf0c3c6ee66030877317
MD5 43c4da071d8792d0c0e097742c8f75dd
BLAKE2b-256 4660ab26956cbc8fa3e869f1bbfe620881836a6cec700bb46b7c0d380a68d314

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 087785b9c370d95c453095472d34b54660a71ee680ba8d00823d7eb5495741c5
MD5 e88b8539c30cb27fd7ba005ed173d6d4
BLAKE2b-256 e0e31c528b3a86e0caafef95e9958eb07153c2131785d856f1dbeaab76e49f01

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c67279ee6c6c789cbfdd27a9b593dd3999b5e7477cfe7e687436eef6155d76c
MD5 7c6b8029d6e36a5106c2f9c8bafe5cb8
BLAKE2b-256 3a331f3cae8a73627f813a8569ab68aa4ddcdae02a2f4f4ef6d65c7afe91d981

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 38d3bbdd4884c82d86202667c72bb61dac72b30b2dea2569185616baf71d3bd1
MD5 a2b8034acc0b762bddbe559b306d804b
BLAKE2b-256 d0b23edfa2703b7ba05f5b90387939497d5a09de99e9223457c2a7b977961cb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-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.dev122-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a897bcacee8641c6345fb7c3f3c939856bceacb5a8d48f44b16dbe1b0b4fff3
MD5 0acae6908f300305527106c2d48f174b
BLAKE2b-256 9213e93c3dcb6636ccd053ddad892d625b47ee705447328c311556ed4e68f855

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fba8a5350cd7540989c70eba92c1e8255580d89d0c4d436e089d82f83d18d939
MD5 6d41e4ce98e66c1f7c393cfa020ab3d3
BLAKE2b-256 0ecfbc8b04a36e9a7fbc345863cb1893719142799eb0706b46b803051b01c5ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60db49a58fd018c1a42650bd0501dede987e539ff0ff064e28d8c6a3730a3af2
MD5 c91fd3b11c7fd193bc4ee84ca540c05f
BLAKE2b-256 3bc1464532efcfed15f2335986d82d53cc969e4735cfb8ec84ef3f1f3d8e1d51

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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.dev122-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for copium-0.1.0a1.dev122-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 68375eb015ae9f25090af1a73527d08f60df44b7b1679d8dea99e4d7a6845f2d
MD5 c0719f1b224651ed9b327cf744eeff28
BLAKE2b-256 b43eea22fed1065a58860c5ecb28def9c44d5d4dba387da8c988f0ff45d2933e

See more details on using hashes here.

Provenance

The following attestation bundles were made for copium-0.1.0a1.dev122-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