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.5.tar.gz (11.5 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.5-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.5-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (352.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

hotchpotch-0.1.5-cp39-abi3-win_arm64.whl (181.4 kB view details)

Uploaded CPython 3.9+Windows ARM64

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

Uploaded CPython 3.9+Windows x86-64

hotchpotch-0.1.5-cp39-abi3-win32.whl (178.8 kB view details)

Uploaded CPython 3.9+Windows x86

hotchpotch-0.1.5-cp39-abi3-musllinux_1_2_x86_64.whl (540.5 kB view details)

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

hotchpotch-0.1.5-cp39-abi3-musllinux_1_2_i686.whl (576.4 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

hotchpotch-0.1.5-cp39-abi3-musllinux_1_2_armv7l.whl (614.7 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

hotchpotch-0.1.5-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.5-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (362.6 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ s390x

hotchpotch-0.1.5-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (444.1 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ppc64le

hotchpotch-0.1.5-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (339.9 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARMv7l

hotchpotch-0.1.5-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.5-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.5-cp39-abi3-macosx_11_0_arm64.whl (295.4 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

hotchpotch-0.1.5-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.5.tar.gz.

File metadata

  • Download URL: hotchpotch-0.1.5.tar.gz
  • Upload date:
  • Size: 11.5 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.5.tar.gz
Algorithm Hash digest
SHA256 9f166f0f9d71b61b5c041ab2b3e5cf0f80a7b070d8f1f0d3a5a2a6285f29576f
MD5 12add231156d99c468c38070cd0898d7
BLAKE2b-256 ea9ce2758fb4e474d350ee6ed0c2ca6e3ce3e1c91d836542b3ab5e4a41eda309

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-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.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d2d105387abb737df5f160617d745b40edb66cd417bc722ba8e0e8522b236b6
MD5 9735834f179318cc0cafe7a686374f6b
BLAKE2b-256 b499ef689babf258ea68e74b9c2e8333727ce8a6f97feaf42e76db47a194e5e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 352.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.5-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a4c272bfb42fbcfdc14bee448c98e69a48f39776947c3438b503b2d731a81b79
MD5 03fa08251180dfa9e4205947d64d38fb
BLAKE2b-256 a8618d0bb9cdf3cbb4ceb96aed7050915c9cd6ee46a68dae1930dbe46e8ac543

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-cp39-abi3-win_arm64.whl
  • Upload date:
  • Size: 181.4 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.5-cp39-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 a768e109a31bbc7050bf72c5c76945136cbbfd42af169bd16df3ddf372e144c4
MD5 95b506541bbf29916e151738892996ff
BLAKE2b-256 198c4d18a5cb0b380815ab0ca2d7435c79aabbf5f3c6e687190c87e50565c7a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-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.5-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 91910c36ce5d8b886540042e30c3384212b59df7f2bc9473f151005f94e4f97b
MD5 88e411b1655776a7bd12dd8d3c78a978
BLAKE2b-256 bf4a8751c868fa3b8c51d0bd1433578088a8529aa040446f00ebb41b73e521a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-cp39-abi3-win32.whl
  • Upload date:
  • Size: 178.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.5-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 252cd60614ee9707b8b465ac62e5e4972c197ced50bd0cc2c107be5cc99b44f1
MD5 3842c3fadee1c4b62894c3574475811e
BLAKE2b-256 dd3edc52f3d22f85fe9bb11216048060c48bd384385a11ab5a00db41d553fdff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-cp39-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 540.5 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.5-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6fabbac6a4d87f8343943029e7ea6eaa721be793ad42a1a1df3b2dc2a249c3b3
MD5 2e92bbaf8b9b28c4592e464534a7b0f9
BLAKE2b-256 b6de9303cbb40489595a7dfa4ffb0dbc3afac087a64e8264e2ca2e9c8eabbae7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-cp39-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 576.4 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.5-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9ab539ddded5be639d37fb67fe53a27285f734243e419702b12c8d17e1713965
MD5 7b4ca7cec3657c6b88ba13a2474ad30b
BLAKE2b-256 7c74c467d357d18bf174372091ccb1470ee48ad04d642ed24898c47c65253d4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-cp39-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 614.7 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.5-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c72502a1e3655229c476d159ef5b86f7fcf0e4c2dc4144ea3ba44dccaa0c0493
MD5 b3fea7df3ff9fd2755f648681ac53137
BLAKE2b-256 77c2136a8b398a02c0d8af90d0d333645773aaf85bf9002c05eec0aad41b7c21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-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.5-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7aae299e28a27b9f8a04b64b3f52baed4fbc9fea6a788b06c5797926a432430d
MD5 c16ce74f6e954bbf484a8a546a927a4d
BLAKE2b-256 e53a0ecf4d1c9261c087a73db65dfc429ee8af44a454ef7a188f72b39608d6e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-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.5-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29921c0959775f5c62aea6044af64176dfcd0e8dda85132e38c71c60323b7dbe
MD5 f7e271a3b090109e15b303eabb6fdf94
BLAKE2b-256 7ae2c08f6b23d1adb45ce0a16feb30cc2e3c165c77ea527840e30c2b9b866770

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 362.6 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.5-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5a0b9e7451a50f08a2dee9ecb9fd4305dbf96d7fabd513d3a9edb04accc0f52d
MD5 7e9b85f88709d4a2d6091230c3e55d47
BLAKE2b-256 440c3fbb7150c42cea1eb4117644b311b4638c9ac6f65e614e75694af96f767a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 444.1 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.5-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aad2a37a1ecaac00c701db12ce4148d8830d3d9e09312f306b8299ed600e6c09
MD5 2e9c0d79938419e75824d33037f4554f
BLAKE2b-256 8ae38b066b4643792d32080ca6a95057af21bf08c44f75a03cf0956d87c5e65e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 339.9 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.5-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e6e893c68b52c3d915c028b890f932c9643d854e0d9d5d3f1000ffee8022b997
MD5 cb17cb71549c1c1d4e9b2d2837bd345b
BLAKE2b-256 1aa112824c1530bee5c114a5c7e82b0fbb314b2976cb73dacca58049d7435464

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-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.5-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 22d40d2c824cf7ceeb15748f8c8747d744e6fd56850313414004ba9e2a3016fa
MD5 114f417f2469b3c68819d2f8ea6deed5
BLAKE2b-256 1513adbe2957c760252ba04cd7efda1443ab0c145eccded41900195ea9416aba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-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.5-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1808059e46e5ecfde9ec576699855edd07f6f7d41f33ffdbfc6cbb3039a69fed
MD5 b7a031b370970b0292c751b7a7e8bee3
BLAKE2b-256 62067bce373dfa838224a9815e727a50db0b4d9a1056438a9361f748d6061003

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-cp39-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 295.4 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.5-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05c1c9469d59cee04449d3b87dec4d8e43ca341c334f252ec7f9c73b5c62f10d
MD5 e1be4b5882532f8d57a9efeb4da235c9
BLAKE2b-256 91b128d5c7a96f938a5f0b4f79c5581a719d8925332561bf709967de131d6e30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hotchpotch-0.1.5-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.5-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3c9c326053d5dc530e067269f4fbb7a1cc143ec5c66cc1a83cb947de60599d47
MD5 d29be62e17c4eb6966580d1c4e555672
BLAKE2b-256 2cc9005276691b761eb79a1ded49e9223b82e2c19a8c44629141728222be897d

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