Skip to main content

A faster python pickle replacement

Project description

larch.pickle - A faster and secure python pickle replacement

This module can be used as transparent replacement for pickle.

Differences to original python pickle

  • no memo attribute.
  • no clear_memo().
  • no persistent_id interface.
  • byte strings are always assumed to be utf-8 encoded.
  • Pickler has an additional with_refs parameter. Setting with_refs to false, the pickler will ignore object references. This can result in an extra speed boost.

Installation

larch-pickle needs the boost library for compilation. If boost is not in the standard include path install it with:

python build_ext -I /path/to/boost install

Security

Version 1.4.0 introduced a secure parameter in Unpickler. With secure=True the Unpickler loads only objects that are registered as secure. To register secure objects you can

  • use the decorator secure_unpickle
  • set the attribute __pickle_secure__ = True
  • add a module name to secure_modules

Speed compared to some other pickler packages

dump Dictionaries (10 loops)

Package Seconds Size
larch-pickle 0.30802 9714411
marshal 0.354808 15975952
msgpack 0.428291 9810043
ujson 0.555553 13101307
json 0.857648 14365311
Pickle-3.14.0 1.14954 10276493

load Dictionaries (10 loops)

Package Seconds
larch-pickle 0.766926
marshal 0.814134
Pickle-3.14.0 0.819185
msgpack 0.844517
json 0.904898
ujson 0.913147

dump Objects (10 loops)

Package Seconds Size
larch-pickle 0.359494 10014419
Pickle-3.14.0 1.18986 10416542

load Objects (10 loops)

Package Seconds
larch-pickle 0.847492
Pickle-3.14.0 0.85291

dump Strings (10 loops)

Package Seconds Size
msgpack 0.19541 28782143
marshal 0.308926 32481517
larch-pickle 0.450725 10885236
Pickle-3.14.0 0.546272 17726498
ujson 0.547605 30722275
json 0.583875 31701248

load Strings (10 loops)

Package Seconds
larch-pickle 0.17225
Pickle-3.14.0 0.306568
msgpack 0.435994
marshal 0.436601
json 0.549098
ujson 0.729321

dump Lists (10 loops)

Package Seconds Size
marshal 0.455435 42358637
larch-pickle 0.742083 14836084
msgpack 0.839755 30757567
ujson 1.26378 34673123
json 1.71007 35652096
Pickle-3.14.0 2.96611 23654090

load Lists (10 loops)

Package Seconds
larch-pickle 1.00482
msgpack 1.25386
marshal 1.26315
json 1.54972
Pickle-3.14.0 1.70148
ujson 1.72284

Benchmark comparison graph

License

larch.pickle is released under BSD licence.

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.

larch_pickle-1.4.7-cp314-cp314-win_amd64.whl (86.4 kB view details)

Uploaded CPython 3.14Windows x86-64

larch_pickle-1.4.7-cp314-cp314-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

larch_pickle-1.4.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (723.0 kB view details)

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

larch_pickle-1.4.7-cp314-cp314-macosx_11_0_arm64.whl (101.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

larch_pickle-1.4.7-cp314-cp314-macosx_10_15_x86_64.whl (107.2 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

larch_pickle-1.4.7-cp313-cp313-win_amd64.whl (84.6 kB view details)

Uploaded CPython 3.13Windows x86-64

larch_pickle-1.4.7-cp313-cp313-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

larch_pickle-1.4.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (729.5 kB view details)

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

larch_pickle-1.4.7-cp313-cp313-macosx_11_0_arm64.whl (101.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

larch_pickle-1.4.7-cp313-cp313-macosx_10_13_x86_64.whl (107.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

larch_pickle-1.4.7-cp312-cp312-win_amd64.whl (84.7 kB view details)

Uploaded CPython 3.12Windows x86-64

larch_pickle-1.4.7-cp312-cp312-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

larch_pickle-1.4.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (730.5 kB view details)

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

larch_pickle-1.4.7-cp312-cp312-macosx_11_0_arm64.whl (102.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

larch_pickle-1.4.7-cp312-cp312-macosx_10_13_x86_64.whl (108.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

larch_pickle-1.4.7-cp311-cp311-win_amd64.whl (84.3 kB view details)

Uploaded CPython 3.11Windows x86-64

larch_pickle-1.4.7-cp311-cp311-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

larch_pickle-1.4.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (740.0 kB view details)

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

larch_pickle-1.4.7-cp311-cp311-macosx_11_0_arm64.whl (102.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

larch_pickle-1.4.7-cp311-cp311-macosx_10_9_x86_64.whl (108.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

larch_pickle-1.4.7-cp310-cp310-win_amd64.whl (84.0 kB view details)

Uploaded CPython 3.10Windows x86-64

larch_pickle-1.4.7-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

larch_pickle-1.4.7-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (712.8 kB view details)

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

larch_pickle-1.4.7-cp310-cp310-macosx_11_0_arm64.whl (102.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

larch_pickle-1.4.7-cp310-cp310-macosx_10_9_x86_64.whl (108.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file larch_pickle-1.4.7-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9899defb12121927f242e50450959495b4121c09a096a6fae6dba116e1bd345f
MD5 a03925239eae329573d2d265f2d6d376
BLAKE2b-256 77370fd0ff38d9f53a823f1d806ba11ea00571df2741f29ec38e45edb0f14d20

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp314-cp314-win_amd64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a36653f0e33a3c45aa5cca012a7de14989ffbdbe1315381d6a75e1502eef5b4a
MD5 15b3457e99c3c74a143672d06f160d28
BLAKE2b-256 fd38d1af6ef575d8f5a7ea4df6f25e7ed35abc8990dc8a157327137d40f0811a

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c003bc3d87a22b07f8396958921b4b79d3d8aa52f3b0d1cba8a3131098f146c
MD5 a1748221a417f5b46f314b5295f54f46
BLAKE2b-256 c6590c430042e2f380036d6f7e36bbd18a2ecbbaa04bff45f6651f1ca85b9ac5

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d780d6b5807896e868e8dee801df0847a9015b73b91201825ce7c6377157da7c
MD5 abe8233ef9b2c5c74b19ca754abc3c71
BLAKE2b-256 e7fce628f1e61606e8ba2a661f579480396d033a20216ba83359df4ae626730c

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5bc687510821f1af7a982499fbe026db948eeaf29af5db29cb535b6312e10cc5
MD5 ccf7ee81c46fe6fed3c7baa555410612
BLAKE2b-256 a2ee578c142610555b204a8979f88673345f90c5877788867b1c1ef61c921820

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 70d99fada25522761b87d703c96944aad7b672338bd0349ca79d172b37ab9213
MD5 3d97ec50e32ac65ed50595479d1fe242
BLAKE2b-256 ebef157c131b053f1e96be2e574ec20aebbb7a15ea99bf7167d726e62a05086a

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp313-cp313-win_amd64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10e08806b60aae1849dc360dca82336f490b03e25e48c8074ae355a627c231c7
MD5 e4f27dec989add69fefd5bb160bdffd6
BLAKE2b-256 ce530696dee835b3666997ddaca9473581d0f8644cd785a96292cc57a86a2911

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2fffc766033ef6b80ccd7e46e46fd8fe8f71b0cf540bb274f97a02cb40926adf
MD5 4452b6239681c156b8753e634273c8f6
BLAKE2b-256 de2ed97fe95e3eec8903474ba8a97452a1bf8d0b95dc4b297891c8f06a445c5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd616d99dcc31fb5c6cccbb80b71b123b14b4a325067bbb7e79ac10aeea8fd52
MD5 eaf0087e5d170d21492fabc449bf1209
BLAKE2b-256 f7a94ad4c8110997d275645b6d0a4b5fb1d1add05b36a6dae3cc5f30db0b0f9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 46747453d0976af792ad9e697ed766d49032a26fe77bd66da94e00ee68183374
MD5 59703abeee3d3655f186b955e0eaee7b
BLAKE2b-256 0c14c1acb668814e715054e989a7d27a8d99ea94e691641ab8893becc1c1e559

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3230956979dd64d2f9948eb4e2b39517449d85c2c3252d9713e0dcea461ecab0
MD5 a0f6764bcf96ea225635615529580481
BLAKE2b-256 a1b323b4a173a5cf1cd5abb64eb9551abf7d7f3c422b974f85adcb1441f320cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp312-cp312-win_amd64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd9abb7c211b05be430677086367d2d32141af64c5be3f1324851a2386090ec2
MD5 ad1b13881c1db9d44bfd06be60b0a497
BLAKE2b-256 259fed665f7abcd727cc03f4995bd9c1cce639c3bcf5d19297d1358f069a82a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4460c08085498846b3d208d2814f9e0717025622a9811f5091ffef6c3bf9cb0e
MD5 ca3c0e7bdf0bb7a6dac282653d4567ed
BLAKE2b-256 70cf316e7ade4d146efac233a239e4e8618925c6fbb93c9cb753f0f6980c10a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa1aab46641a144b4e27110f66bcd7e09a2f8b7cbb1d80734b5442fca58e0e38
MD5 bf52d14c4fe09a4b9817b8a7c36e5fbf
BLAKE2b-256 e90906aa751a26e2033c3a4d1fd75b3ec277311fb07a79f5bab8e72d8998697e

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b4cf402bfd05ded97bee5a3a19081881740c3605f0c5ede97dadbbfd60c86a66
MD5 b753b48be97fdbf628134a49226f0e3a
BLAKE2b-256 3157cccd465784bfd33493c24e37c68d43babf0334745c2cf611711b6014d06a

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8127f3461e23f7502e296e52da9e3f87cd2be074c39dd756b03cbbfedcb5fab5
MD5 c75fa71bba21e3e58900d011b2b1240f
BLAKE2b-256 38e7ea3a2e4889472c069d391bf8823cec594ad9594d85cb75820343d9dc0414

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp311-cp311-win_amd64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 279fd5647ad67e849947a079c89e05b37dc45ff5bcb3c0ae1920c8f19d287f25
MD5 635456a286aae78fa903dd7f3a5eadec
BLAKE2b-256 e59ae95982ddca01ca18531ba8dacaec2a2912401a0045f049024e03c0180814

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 60bfb3470a1c1bf649a776cdcc5565cddabf07c7d0c110288e6025857827a2d5
MD5 a1403969d3364fe58828e74447a23896
BLAKE2b-256 cee06cbe1fe3f8447eb81114b20d91c55b8c948373b5c32a53608178dddb06d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 587576df216bad97bd908654029aaa622e489469ead87df7cbc45594aeda0803
MD5 d3384596c1b56dcc145bb51f319572a5
BLAKE2b-256 33bd9f2aa30e17996aa9f452ef363c675be134fa49987ad73fe09d90c803b4c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee36b3cae468e2b8b6e6aaa0e9fd3c644deb432a206607a38ab980003bb8dca5
MD5 7d8d4d9dfa081f4a0d750fbad470624f
BLAKE2b-256 5442a9ad337fc768acaa7556a322dc2b10c30a50f4f6ad5bca6a065cc3a1cbe2

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dd7f0cd5446fd69cdfd3b66a47f853d74f577b2177659506ede28076d34bd09c
MD5 85e08760179c2894fec83085b86a40fe
BLAKE2b-256 dcb32ce8275f0e6d55909c9c72c6f59e459031cdd4c377f3bca4b44d3c6d9b42

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp310-cp310-win_amd64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e281adf72f67caddc608f336b0429de4b0b5e7ada6b382052a4d9677a9c9c12
MD5 f2ab0a934b0bda1dff1e7cd42d29181f
BLAKE2b-256 e78ad7794ef1149e0f3c510009a7289002405e4dd6bd61a356c9efb96848c4b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 48cff5c43e4f64d908a20d9344a39732408b85cc5c50dc544f50ae49bcdecbfc
MD5 5840e5dab46439118396cd5519910049
BLAKE2b-256 4364bb9e9486f4332d57a6aedec02934f686ce16c797477d29c8e21bfe7602bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 471ef849f1208897e2bf5c919f33eca4711486198db70d9b64cc918bbf444daf
MD5 fce71d7696ee24eb5a0eb0929ae3f2d3
BLAKE2b-256 2cc5536cc3bd7cc42ac39c45b1b3ee20e2e58ed7e7c47ba37b3509a31086a7e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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

File details

Details for the file larch_pickle-1.4.7-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for larch_pickle-1.4.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 06cb9a1ddbbce98896b556c0a033215790fe126f8273afca07d4c2b679095ea5
MD5 31f61cb7da0a0b80fb80aec1a54a0588
BLAKE2b-256 4f68c770081d9d25a935e732ecb35ed83a77fb3083189a57560b4556174bd81f

See more details on using hashes here.

Provenance

The following attestation bundles were made for larch_pickle-1.4.7-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: pypi.yml on kochelmonster/larch-pickle

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