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.0.tar.gz (8.4 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.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

hotchpotch-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (351.7 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

hotchpotch-0.1.0-cp39-abi3-win_arm64.whl (180.6 kB view details)

Uploaded CPython 3.9+Windows ARM64

hotchpotch-0.1.0-cp39-abi3-win_amd64.whl (185.2 kB view details)

Uploaded CPython 3.9+Windows x86-64

hotchpotch-0.1.0-cp39-abi3-win32.whl (178.3 kB view details)

Uploaded CPython 3.9+Windows x86

hotchpotch-0.1.0-cp39-abi3-musllinux_1_2_x86_64.whl (540.1 kB view details)

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

hotchpotch-0.1.0-cp39-abi3-musllinux_1_2_i686.whl (575.9 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

hotchpotch-0.1.0-cp39-abi3-musllinux_1_2_armv7l.whl (614.0 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

hotchpotch-0.1.0-cp39-abi3-musllinux_1_2_aarch64.whl (504.3 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

hotchpotch-0.1.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (336.6 kB view details)

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

hotchpotch-0.1.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (362.1 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ s390x

hotchpotch-0.1.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (443.4 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ppc64le

hotchpotch-0.1.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (339.4 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARMv7l

hotchpotch-0.1.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (328.2 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

hotchpotch-0.1.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl (357.6 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.5+ i686

hotchpotch-0.1.0-cp39-abi3-macosx_11_0_arm64.whl (294.8 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

hotchpotch-0.1.0-cp39-abi3-macosx_10_12_x86_64.whl (300.3 kB view details)

Uploaded CPython 3.9+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0.tar.gz
  • Upload date:
  • Size: 8.4 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.0.tar.gz
Algorithm Hash digest
SHA256 6e45e71c83102c38422038f2af93db91dae1719b33ecca310fb1fcce6ed0b08c
MD5 6ae3d488f9bde22fff5ac91c4c2439dd
BLAKE2b-256 fcb3a5cdd19416c9ba2a1b837dc2e6ce02392dccc117bdb0be706fcb91f53d5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 331.0 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.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 baa5515235e825153b16dfff875577526d081a3a4b6edd8f4f6e3851769c40d4
MD5 aec4eaac32d1361cc8199f3c55cd5da5
BLAKE2b-256 514b6d8a43a34fa98c99b074063c64cfa5349997cc39d0564da0c8215a72843d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 351.7 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.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6297cb3659474ba8e0ba98d13570c3dbc0fb1f2e16e8fcebbacc8c854c9db290
MD5 55165d84e30c24304696ff18113e7ae0
BLAKE2b-256 63ad2e27f180649ffba240897112357350a0df8011c8418f5048e38ef1df10b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-win_arm64.whl
  • Upload date:
  • Size: 180.6 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.0-cp39-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 0ecc2fc04b7dfa63905acb779ef2bd7591394acf1c0ba1ca7b33d1feb0ad2405
MD5 6bdbff01ea77faf303d2dbc11ee8ab69
BLAKE2b-256 1b1323a7b85545b83877f6a7fe5edadbbd9dbacb7e93f8ba8b80c49973fb10b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 185.2 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.0-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 1570aac05acd918cb3cbf3384b9b8913ca48db923e9bcc186eb485e256aa9973
MD5 bd0412dea549e74d0c00438b07c462fd
BLAKE2b-256 1a161fff1673c0ee2d6b4eb895d282fb4ce89a59a1bc834433654dc467378385

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-win32.whl
  • Upload date:
  • Size: 178.3 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.0-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 6e3487affee6a49efd20f1040996e1b16716dd1cb80197fbb6bf1a760837fa2a
MD5 b2b7af145f3ecbbea32112d075de0694
BLAKE2b-256 d1c5cd0d81c57242f585d534e9ebc118fdfc5e3c54270799906cab43ec9085d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 540.1 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.0-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e492a74c79d969620f43ed960f32b0cd10fe2c7608783e265205322de200ab4
MD5 3d564bd9a71093ed89d2eb83736b93bd
BLAKE2b-256 ad6aba4cac76af6d5c96cfa2f58e0279ca4f5ab2405c688a255000f22643ab47

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 575.9 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.0-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f868f36d89badb5141c5af74d7cdb453c9416e0f5885a02ea3a35e8bd2c4d5e5
MD5 d75d2cd36263f6912c079aa815b8de05
BLAKE2b-256 c327d5347519796b10cef725c0ea89fcc4f01642cb0dff0a1a96f45c216ace6b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 614.0 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.0-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a12315d4c4be8e18337d283cecc0758eea79a85fdac9c82d6506af06cab69786
MD5 178086ff44203d2b0d13bdacd2ca5cb9
BLAKE2b-256 d1ee0f2c820c204c9e425ef358e6b87799e528780b206f8380169c14e8d78bef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 504.3 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.0-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f7b22861fa21df40e7d07933e45b207a1bd9dd7763eb903344ff31452c4c5de
MD5 a6654d34b0ec4753683937cc7b394eae
BLAKE2b-256 a0a55ff09ef5d9d7a67b5ec89dc8b6bf477d921371124bed1f17cece3714930b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 336.6 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.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f883ed2fca84a3a5ca104c03e78f3be6fb88d8760b01d0356c43dfb4dccd3e68
MD5 9e90749b518f4409609483d0758d25fb
BLAKE2b-256 108e5c6d4d700a497df1b3a6c1d9621300d36a7e8e2246b4e76f13f60faa7fa5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 362.1 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.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fb52ec06190f1614c9bb7fdee2a6a9c817956680cd659b57a4b8ece79df69584
MD5 bc8234c601e0ab2b17e1b0968882ca80
BLAKE2b-256 1bddc32eb5199311a98bf9fc825080a1f5eab330e3636047a81388322a5f50df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 443.4 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.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a57af3d72c94d9cb0ec24c3c18563a42bbcd489159575589e898f915856c60f3
MD5 49e074a534fe828052c8b9feeb1ea65e
BLAKE2b-256 6447dfd277ddf8b1a070eb7eff582ff29e12251ba310a48c45ca7cf6ea9956f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 339.4 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.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 05aa2b14a2436b1da6bd0984c7d5120a72c03b21ad2f1f6983c471b982fc0880
MD5 d6867608d2ffdfce6d215153d06b8dd1
BLAKE2b-256 064b9009bf6c856418391fa332a0b3e07c0b16af79de3d67a6dc87d331520e84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 328.2 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.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b5d8b64a3f5b0e1363010f768502857901181ca09cb61f3cdaf53bea9b060be
MD5 05ec81b2e3845a88334506b7e37a03d9
BLAKE2b-256 313d127917b8909db0cc9064eb6b2240f815204e06b6cd0d9728a28a6123b03e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 357.6 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.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 14f1c008d4508bee79db1eb876c8f410a036cb869819c9cca0d1385aec97d90b
MD5 8db59e9f1351e1ac6c2ea1b831ccffdd
BLAKE2b-256 e7019265f131381135e4e64bff87fb3840f09c9101dbc7cc74b3e5e456d521d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 294.8 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.0-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00fe82916569c2a326b3f4e8af1e72b170b498f41976659b63560bdff550025d
MD5 205f34d6c72ecb1e2413702e0b462db3
BLAKE2b-256 edbcb1d6fd8fc1d34e29109b40eccbb415aaf4ead209ff6925ca8db648a956af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.0-cp39-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 300.3 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.0-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a3c70341452daa1386d3e2ce4342928692bdc5e41a1645d946b7e2d4c49cd765
MD5 19a7630dae06db9e44041951a815a5e0
BLAKE2b-256 625c31a56cfeecb442fb72b7f7ace2a97c7ccf052f62458d1d146783c488e8b8

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