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.2.0.tar.gz (13.3 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.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (337.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

hotchpotch-0.2.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (359.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

hotchpotch-0.2.0-cp39-abi3-win_arm64.whl (186.4 kB view details)

Uploaded CPython 3.9+Windows ARM64

hotchpotch-0.2.0-cp39-abi3-win_amd64.whl (191.3 kB view details)

Uploaded CPython 3.9+Windows x86-64

hotchpotch-0.2.0-cp39-abi3-win32.whl (184.7 kB view details)

Uploaded CPython 3.9+Windows x86

hotchpotch-0.2.0-cp39-abi3-musllinux_1_2_x86_64.whl (547.5 kB view details)

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

hotchpotch-0.2.0-cp39-abi3-musllinux_1_2_i686.whl (583.5 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

hotchpotch-0.2.0-cp39-abi3-musllinux_1_2_armv7l.whl (621.1 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

hotchpotch-0.2.0-cp39-abi3-musllinux_1_2_aarch64.whl (510.5 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

hotchpotch-0.2.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (342.6 kB view details)

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

hotchpotch-0.2.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (368.3 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ s390x

hotchpotch-0.2.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (450.5 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ppc64le

hotchpotch-0.2.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (345.4 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARMv7l

hotchpotch-0.2.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (334.2 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

hotchpotch-0.2.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl (366.7 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.5+ i686

hotchpotch-0.2.0-cp39-abi3-macosx_11_0_arm64.whl (302.6 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

hotchpotch-0.2.0-cp39-abi3-macosx_10_12_x86_64.whl (307.5 kB view details)

Uploaded CPython 3.9+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0.tar.gz
Algorithm Hash digest
SHA256 d493e09834d47abd211bf2c2d8678c16057149d98d4db271d031a4965b45d1f2
MD5 e57edbceec40f6a53064a7b8337074b0
BLAKE2b-256 5c1a0996e69aa6ed75ad2d01b90ca99e7fe5bdd165af23ea54d777ce9b37582b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 337.9 kB
  • Tags: PyPy, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4c289c0f97e4b6f1c87f33f7f7f2ec7cc700f5711a95b22d3a453f51bfac8f1
MD5 36670e18a597af2bf88375b9a5f2724b
BLAKE2b-256 030bfd83164883bc2fcfd17204029b767fd2d49a3c6d98a58dfe1ac4caddb060

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 359.0 kB
  • Tags: PyPy, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0b54f2e70226b91b31ccfab6b2d9c4ea0ff38e12f977239ea29ae4d0ecab9e7e
MD5 4760f94d399a3d7a6a893458191a004e
BLAKE2b-256 6310865496ead82b517e24c466a743403631c1f76f53d23a2afbf0e8c480de60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-win_arm64.whl
  • Upload date:
  • Size: 186.4 kB
  • Tags: CPython 3.9+, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 3a3d6dbbf8c8c52f68b030a09c8a79f99f369182913b1f10cd9d73ac7bc0cd3c
MD5 02d629fafa5ef3a3760d6f43a125fe30
BLAKE2b-256 77253e580ac0602f2288b52c2e1f64baf62551cec868dd811b158ef0ae0f0f08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 191.3 kB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 d84f00157cc4232b43054d275c2fa2c5e2231e51de390f5f27e9e5b13117367d
MD5 6d65f7553651394a8dd5e6bdb63e239c
BLAKE2b-256 3c7ba8fcc79f22166d0243633fb881f66c440019b2eba08f6c9c1817432370a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-win32.whl
  • Upload date:
  • Size: 184.7 kB
  • Tags: CPython 3.9+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 6332710fb3c8151f55c2fc326164f3a4b1928a7358bbc8b5c5600bfcacacfd3e
MD5 57ffbf82e25debf3693d2ee9b8775b42
BLAKE2b-256 db6da91da2aa5d8481a620ef6f76961ac9e19f6efdbfde75368eea348e902195

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 547.5 kB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ceecd341796156567b205e248a9bb3b1140f0d427ce9915f58638ad8cb80174d
MD5 ad1ec0cb1b020c01bfbf521778618f47
BLAKE2b-256 f01d753cde36692fbd7d289781839b000d67603e99f4501bdf2352868f2cb80f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 583.5 kB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f7b9d41c3312c1cf9873fe297fd4662091d9b217b87e5f8d59992810d4e4d1d3
MD5 f500b774267af9bf7fe10f220e4f3824
BLAKE2b-256 c317f9f504941523bf7e229e6efbfd53259673023ae938b28346d3edff48657a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 621.1 kB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 472980d52c320bc55f01691a29a6c3d4dac2d1ce11c36f9bf369ca54266d915e
MD5 52827a8f91417357750b373f98a4e952
BLAKE2b-256 a2bd37b3a81e49ca3af60e7e004494ea28f9d3bfe3d7776e69d4c1325a73e8b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 510.5 kB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6c9597467f373a93f9c825be455cc2feb7f64ac14734a5b0b85ba59e4eb1297
MD5 6e0df94636303eaf549e68a03d1ab0c4
BLAKE2b-256 30f76886e4cea86c77a57342529ef98f8b0ef186b1f79e3446e89a5949cd4039

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 342.6 kB
  • Tags: CPython 3.9+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 201c23bf3910ccad281514e434fbfc294f92ab8ece75829c99b1b2dfa8ef9e17
MD5 26aca67d71cccee6883de5fe3823935d
BLAKE2b-256 f2980d99c6330c2f731b52346bbb3b06434fa8781058773aea48f7eee7a4186e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 368.3 kB
  • Tags: CPython 3.9+, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 783cd2524a0490c8bcaffd3de9f656a590ae35b7a29cf1a402a12b9a7f04b3d0
MD5 66a9138cc85f693378b85c95b407e3ba
BLAKE2b-256 d728517822998da2034d569f564d59635e786c0893eca1843a6b2e7d15686dbb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 450.5 kB
  • Tags: CPython 3.9+, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6c5b443f1fe094e3ace6aed27ea50cc73b10eac91d0d601988b04d77fcf659fd
MD5 c74e78f63b9f65244b9392206f47adb0
BLAKE2b-256 221ca90edef80109d5eae131133fbbe0c2687f96e2199bceda6dfda51b28a731

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 345.4 kB
  • Tags: CPython 3.9+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 390b87514cf18c190c78e8e4bfcf69196d088a7749bb974769931de75405e786
MD5 f0755374ea8d6c87ef3be225e93820b3
BLAKE2b-256 bd94fe1a72139fe7b876a40185e7724ff216a3ba2cc1617f31b5a6e314392a6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 334.2 kB
  • Tags: CPython 3.9+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a5aeae0d30cce9382534ccbee8c35cd9e8f9bb6c44b49dbc2c9c41aabe0d497
MD5 e753541ec7092fba47a0b5a73c9a7d43
BLAKE2b-256 931ca5aba93bf61482c17190536795737dc0cb7a6b4d0c0fede1c1bda16ba033

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 366.7 kB
  • Tags: CPython 3.9+, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 57f3ddc6fa777b28e25594a52f38939669263d71e8c973fcffebb922c5f3f941
MD5 80d13277008e7fcb21957018856f252c
BLAKE2b-256 0e7c4e91d1f6e2ace76fbc5b5f09e4b30ec71368df87be2a67a088dc337835fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 302.6 kB
  • Tags: CPython 3.9+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db1604d76f055c296b1d9638cd2a2576bb627a5c31c9106d162c6d7f39a87dbf
MD5 8c49dcc05a244299af73eacd2d4d0e6e
BLAKE2b-256 0b66e8e7f208febb5be25565716880b381ed5eff92bff8841288f2e189df1aaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.2.0-cp39-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 307.5 kB
  • Tags: CPython 3.9+, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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.2.0-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 70a0aeebd0b85ef60a19361ff80a85e8291022a57ab348ab3d6cdd7efc96dc82
MD5 0207ffb35cef03b778311d4ba5fda736
BLAKE2b-256 47355a61b6c8fe4d84b4447436dbcfaf3c9cf168ead22ea2b97558a3aedcf194

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