Skip to main content

Fast Rust-powered serialization format for embedding Python objects in CSV fields

Project description

hotchpotch

Fast Rust-powered serialization for embedding Python objects in CSV fields.

Format

name=adam;hobbies=[cycling|rowing|chess];height=175cm;

Supports: strings, ints, floats, bools, None, lists, nested dicts. Special characters are backslash-escaped. All delimiters are configurable.

Install

pip install hotchpotch

Usage

import hotchpotch

cfg = hotchpotch.FormatConfig()

s = hotchpotch.dumps({"name": "adam", "hobbies": ["cycling", "rowing"], "age": 30}, cfg)
# → "age=30;hobbies=[cycling|rowing];name=adam;"

data = hotchpotch.loads(s, cfg)
# → {"age": 30, "hobbies": ["cycling", "rowing"], "name": "adam"}

Custom delimiters

cfg = hotchpotch.FormatConfig(field_sep='&', kv_sep=':', list_sep=',')

Project details


Download files

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

Source Distribution

hotchpotch-0.1.6.tar.gz (12.2 kB view details)

Uploaded Source

Built Distributions

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

hotchpotch-0.1.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (332.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

hotchpotch-0.1.6-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (353.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

hotchpotch-0.1.6-cp39-abi3-win_arm64.whl (182.3 kB view details)

Uploaded CPython 3.9+Windows ARM64

hotchpotch-0.1.6-cp39-abi3-win_amd64.whl (186.6 kB view details)

Uploaded CPython 3.9+Windows x86-64

hotchpotch-0.1.6-cp39-abi3-win32.whl (179.8 kB view details)

Uploaded CPython 3.9+Windows x86

hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_x86_64.whl (541.3 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ x86-64

hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_i686.whl (577.2 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_armv7l.whl (615.3 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_aarch64.whl (505.6 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (337.9 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ x86-64

hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (363.5 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ s390x

hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (444.7 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ppc64le

hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (340.5 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARMv7l

hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.6 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

hotchpotch-0.1.6-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl (358.8 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.5+ i686

hotchpotch-0.1.6-cp39-abi3-macosx_11_0_arm64.whl (296.2 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

hotchpotch-0.1.6-cp39-abi3-macosx_10_12_x86_64.whl (301.6 kB view details)

Uploaded CPython 3.9+macOS 10.12+ x86-64

File details

Details for the file hotchpotch-0.1.6.tar.gz.

File metadata

  • Download URL: hotchpotch-0.1.6.tar.gz
  • Upload date:
  • Size: 12.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6.tar.gz
Algorithm Hash digest
SHA256 78af0f3cb3a2542fe18c86c57ebd59a0b0a425c8c3f06ad646b501b035a25b90
MD5 1ca413fbbc83876119fa57198e932d9e
BLAKE2b-256 3c2d3ab73d8f5a9bf35850ed189d43b3a3c190a6befc2a79bba0ee59f85b7437

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 332.3 kB
  • Tags: PyPy, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49fbcd99fcefa35a8645ba1a4bea1701b46755feba717a6ba1c03a7248a5cf44
MD5 d45d06d16e28ed76592ea630d906a119
BLAKE2b-256 5a4b663a8a08131abcb6317ce61393f04318737aa575503ec914931b4937660c

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 353.0 kB
  • Tags: PyPy, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e728130efb6f645d27d3c5613d01701b0d0aad22d1967eb8d1540bbd8c0bf012
MD5 f559775e9105841f5ffa55012bed616c
BLAKE2b-256 d7acabe2ad8e891c38d3f361f285641890e8c4e99034ae580126eb3dac7aee02

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-win_arm64.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-win_arm64.whl
  • Upload date:
  • Size: 182.3 kB
  • Tags: CPython 3.9+, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 a4bdaa1c133001bb371d85565b843a701853e5d58631ead06c00eac567338d44
MD5 5a14119d47a2a7fe6a66a7b0a1b18d38
BLAKE2b-256 4a72f759b1b42d34b8eb25d6cce945ab4ad052a86b5e60c866de852ea12a0f4e

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-win_amd64.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 186.6 kB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 7bee4201a082bf9f9be866c95d1fbe14b1db5e6ba13767ca84dfc258f0a19d9b
MD5 898450ddf92dba6706c051a7d208c9e1
BLAKE2b-256 6b120144115809698818ac34b7a87161bc62235835c2386fefadf0420e1763b9

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-win32.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-win32.whl
  • Upload date:
  • Size: 179.8 kB
  • Tags: CPython 3.9+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 63ba5a5b24136319438f468bb200e4063bc6831ed88195a9b6a88b944df03b14
MD5 927537ce516983eb4938c6c0d91aab2a
BLAKE2b-256 650a0662df85d20863d24a9d036d613f0cd65c859a9c4992c2f29d929a4f6bed

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 541.3 kB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6710a459977af643c5a06bf7a543e8ddd5f6990ec85f9bac21d647ef5b76d2d2
MD5 d70ae02d515cb34ed297e4d7e40cc2f5
BLAKE2b-256 7cedfb7044f902ef80cf9b0f69fe5757b64a7f9106b32ad92581ac23cebae65a

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_i686.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 577.2 kB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0d1fe390d2889f4113632826a2f629577a8317a852aa745d4bb58078cbdf4092
MD5 38d9117606b46400f9951a9c10584eb4
BLAKE2b-256 f32194404f2e676fb28ecf33fd84d8e301c6dd28ebd02fd9f1273e42db80d41a

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 615.3 kB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5e8614eb4d977c28884d6fd6bba70687950e36b918d81f882743ee0bc83964f2
MD5 d85d2d6ab90af2f29b0593df1399a0e2
BLAKE2b-256 378e803b16da99a526d106646a0545141d7640e11815c0f5b2797157586ae45f

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 505.6 kB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd9e122e1273d6eb216318329578aa2d58d51eacfdfc01707c01b6a56c6d99f0
MD5 7534fecfab8876697215d6379ca6b61d
BLAKE2b-256 5b59615b365308c556086b2c16d5ae2a2f98fd5e7dc883ee7126e1c47963b45e

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 337.9 kB
  • Tags: CPython 3.9+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e9347e60a8c925cab00543b3d98827d0d557332d0285104118e261075ce241b
MD5 6d30e61e480dd2067f381f402f444c86
BLAKE2b-256 85e082f4873cf171ce9be93acbe6072ba8eabe2c90da88be61403597f4d2edc6

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 363.5 kB
  • Tags: CPython 3.9+, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b54162a4f4a6452d88788b555feddbfc0f84c5749e4d93e9de1df74192962bbf
MD5 ad37396b768c522004acfa09cb6bfe54
BLAKE2b-256 be9b7b1760ca9dd87bd26a23d9d82b9f770ea84e041352743ba1e36a038e198d

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 444.7 kB
  • Tags: CPython 3.9+, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b6fe01fca40bfbc8681cc13178b3038a14b5890bad10e771bc504bafba02f426
MD5 c8e759fff1ba6a248c96880a38d3e054
BLAKE2b-256 c4c8e30c294c4d87d1a177cb84b657553b4d3458f152ad6ac017719846690cbb

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 340.5 kB
  • Tags: CPython 3.9+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aae8c76fe7d0c288553bc8fbb520a0453fb708ca665081fd70862345e4de73b8
MD5 c5f28190d20fe55f23e040ca23720621
BLAKE2b-256 cc01573aecba1eab9c24992ef3332a5677da856947625753a5ae40112414c488

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 329.6 kB
  • Tags: CPython 3.9+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d4882852f9f4492c9ef8fd9426f25f254c5145376a6aee4723e2ffaa64e9306
MD5 923766cdec6171940f00770ea3f8668e
BLAKE2b-256 1f05028f7dc55acae5d3de6ea73b9e3fdc1dda5a5243f1a84eea881a40e98223

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 358.8 kB
  • Tags: CPython 3.9+, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 76b4787ca1fc98314432ee881130350ce0e2115ed224eef53be157f6edcfcbcd
MD5 1949202d4cc64065cbbb20f9b03a8a00
BLAKE2b-256 15c41a78add801ef099bbc235f3dea677d3f40f3348671c3ee4141bf9bf0c415

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 296.2 kB
  • Tags: CPython 3.9+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c4ca913079253cd8a3d8ccaf4c770c4d26d79f7d43d5b9aad77beb6d88e40f13
MD5 0e20c7a7925a1b8832c3131ebfddcdfe
BLAKE2b-256 abe503670dc2a24b9ad79365641ea84398c5acac847958015b34ab7eaf680704

See more details on using hashes here.

File details

Details for the file hotchpotch-0.1.6-cp39-abi3-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: hotchpotch-0.1.6-cp39-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 301.6 kB
  • Tags: CPython 3.9+, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hotchpotch-0.1.6-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1b0bdd9fafb64c86409c440173e90ca09ec62a8d6f765f1549afef9e6198e152
MD5 fea6c58bd3d9c12dca53b08d88129dff
BLAKE2b-256 a61aeddf154cfc890c46d66dfac1c34b5feeefaeb530ccbf87fe37d9352ea151

See more details on using hashes here.

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