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.4.tar.gz (8.7 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.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

hotchpotch-0.1.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (352.1 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

hotchpotch-0.1.4-cp39-abi3-win_arm64.whl (181.1 kB view details)

Uploaded CPython 3.9+Windows ARM64

hotchpotch-0.1.4-cp39-abi3-win_amd64.whl (185.6 kB view details)

Uploaded CPython 3.9+Windows x86-64

hotchpotch-0.1.4-cp39-abi3-win32.whl (178.9 kB view details)

Uploaded CPython 3.9+Windows x86

hotchpotch-0.1.4-cp39-abi3-musllinux_1_2_x86_64.whl (540.4 kB view details)

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

hotchpotch-0.1.4-cp39-abi3-musllinux_1_2_i686.whl (576.3 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

hotchpotch-0.1.4-cp39-abi3-musllinux_1_2_armv7l.whl (614.3 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

hotchpotch-0.1.4-cp39-abi3-musllinux_1_2_aarch64.whl (504.7 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

hotchpotch-0.1.4-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (337.0 kB view details)

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

hotchpotch-0.1.4-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (362.7 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ s390x

hotchpotch-0.1.4-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (443.9 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ppc64le

hotchpotch-0.1.4-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (339.6 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARMv7l

hotchpotch-0.1.4-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (328.7 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

hotchpotch-0.1.4-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl (358.1 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.5+ i686

hotchpotch-0.1.4-cp39-abi3-macosx_11_0_arm64.whl (295.2 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

hotchpotch-0.1.4-cp39-abi3-macosx_10_12_x86_64.whl (300.8 kB view details)

Uploaded CPython 3.9+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4.tar.gz
  • Upload date:
  • Size: 8.7 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.4.tar.gz
Algorithm Hash digest
SHA256 3c0b2d1751f70a7de60b36280f9f57dd5f2f5d67d3ecacc817f9e7daeaf62d26
MD5 70506a7766128dae03393ea5e45577e4
BLAKE2b-256 86e08b050affebd01f59b09cc6f217716ef0be01ac63ec9c77c8c1dc175a5fb3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 331.4 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.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2e428f3906417a4513baac4d3eaff0d7bf5c5f2a4b7b8c10b382d3a454ffcbe
MD5 2b61d2f0ad3f972f251721ff658224fd
BLAKE2b-256 b9555afba8646e8c86003574684e7b85238558a76a929c13e15fb82f19ccb86b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 352.1 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.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1ab268277b1ba0f6a36e1bb886c7db97e7274bac4e6e1de6312f6da90d88c3e0
MD5 f155469238441321b4caa18aa0bf65a6
BLAKE2b-256 1936840896152a7e05fbf87b855261e1a25beb193f69a9446d4c4fda72fb8cc4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-win_arm64.whl
  • Upload date:
  • Size: 181.1 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.4-cp39-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 2ba1a0cf388307d229ea6f8edd749b5c6092d45ca3096cf90d9d2fe33c128a62
MD5 b0edac6c40f3f5d9a2b77e0b9036011f
BLAKE2b-256 5c17d51216541c072ceb89569d0cd97f93f5452785a310ec1e52a4c8b1bd3877

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 185.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.4-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 78a9c149506fed28cce48d9b1f2536aee3cfea61156b51eab2c4d03361cc6237
MD5 881f2b20575245509a93e39585edb59e
BLAKE2b-256 cadf77b6dc37d58775930d4bb35a89b3e92bcb2a127db0f7320d937f23c1150b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-win32.whl
  • Upload date:
  • Size: 178.9 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.4-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 2c21900997a7eed0157a13e2f83d345248f5e58ac97cbce73492e41cf9af3ff6
MD5 7fc50a8a27b393c016da2a93ae901902
BLAKE2b-256 9f45013683ebb148a47ef9b24af508769a63646a3d80232e5cf7a2271f24ce65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 540.4 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.4-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8be6d522463248f2688e43c2c47503831fc73a27fd7c17e1f45c3f3bd06672e1
MD5 34ddc8a7dc236884545473ef981adeef
BLAKE2b-256 174fa8ea89925840f84c70ad4b64e215ccdafa45e07c811a11b6e83f31deecf7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 576.3 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.4-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d379dcb068a2e7f95ce8e2df9d4a24e2007bfed8c593df3f451762e40e762808
MD5 b49dd5698b8369932e8d57595cde3b7d
BLAKE2b-256 68af2cdba8f176be714ed7abfc1f1bd11bb663a36f6d4016e7d8b13f5908f502

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 614.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.4-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 16528322b3c251df0f65c53f51ef7e9887561bd95035c6df5cc98498a0f5e359
MD5 8b0d0e7c330edbea9af2921bd311be58
BLAKE2b-256 3a05acd4973f7fd2b3496c1c3aa71ea31e82d0526de5d4a994c9795a853c70cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 504.7 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.4-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4c09af7534c90bba8fb6dc0cdd05206064eac685b3df5f5cd87afaa0e03dacbb
MD5 32af0e8795b5ae30ad91f7c7553a31a5
BLAKE2b-256 c9b17443246b14e49ba3c52d810b8db4f6ab1c117052fcdcfaaf48d1a21b019a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 337.0 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.4-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 645119d971555a064ee4977ad348d6746162dfe5a2ac95edde8a33406f7219ed
MD5 08542b79ea78c1fd9c43a07d9fd843f2
BLAKE2b-256 cbd057ed89d8011f7bced89c61fc49091df5b1a383fa3964afffff63fec7429d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 362.7 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.4-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aff249fed77be7799c40515f558aff8ea5ad8ec3d394c99b55f4a21bd9a67c24
MD5 40e5627212c13a5ad26fed295bcb5083
BLAKE2b-256 e5869e720bf3c603587911fcf494d268259ea37f07ac9868f64028a7ec5a6fba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 443.9 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.4-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bf02a83a4e41160bf32136c6a22280d7e0ab1bdd069e31bda4cffe8359e109aa
MD5 67662c1d0ab23d638bf317da2eb1a5d9
BLAKE2b-256 b72ff277edb3ff9e92d439d79dbc60ff046b5a734bcb0ea4e31170f1fb7b67c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 339.6 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.4-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5bb3c4ce6b40697ab3fe78a08345e40d92379b8b7de4e315fff38fae28d0891b
MD5 8964a75538daa6e463f1e45de7148d0a
BLAKE2b-256 9756bd9e89a2e9a1a4446568ff50b160c9119adc37f5dc0812d1240ac148eab6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 328.7 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.4-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74f8dcd82f27d6d4c9f02353e08d68f39a0dab18ef94ed6fbfddbe4901f73d35
MD5 65f5b1e38cba587164f04a37fafb1d6f
BLAKE2b-256 6310aa7ce8305152c2e3f39bfdcef9ccfee0d2c8bdfbdb8dcff5489c1145e23d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 358.1 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.4-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e9dc3471f79d5f1092c05b8ad9956cd528aec2bf4b63fcc3c7f349aba7b8e5c2
MD5 d763b85b71f1767ac201b23e6b7d4089
BLAKE2b-256 f1866db9ae8b53a053db9e6473ddd80d0daf54f7cce37ece027a2a79fdc66c3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 295.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.4-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c697d3433338618f0858111e650d0ab8ed3dab41634878dc919a7f3e15612d2a
MD5 e4e385ebc26fafc901e4628e0a781421
BLAKE2b-256 302ed5530e87a89cb661bbb4b4bd034a997a841371b866bb4032e5b126b84191

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.4-cp39-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 300.8 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.4-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 531dfa1846e6185ca83dd116b42afa3275cda353a93218742105d180d54dff34
MD5 f734f4e961fc079d612981eddd4a736a
BLAKE2b-256 826e162952f57777894a31dfc31ef4c88ae086607cc24667ea9d5c9a5a84e1f6

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