Skip to main content

General ML dataset package

Project description

Sedpack - Scalable and efficient data packing

Coverage Status

Documentation

Mainly refactored from the SCAAML project.

Available components

See the documentation website: https://google.github.io/sedpack/.

Install

Dependencies

To use this library you need to have a working version of TensorFlow 2.x.

Development dependencies:

  • python-dev and gcc for xxhash

Dataset install

Development install

  1. Clone the repository: git clone https://github.com/google/sedpack
  2. Install dependencies: python3 -m pip install --require-hashes -r requirements.txt
  3. Install the package in development mode: python3 -m pip install --editable . (short pip install -e . or legacy python setup.py develop)

Rust install

  • Activate your Python virtual environment
  • Install Rust
  • Run maturin develop --release
  • Run python -m pytest from the project root directory -- no tests should be skipped

Update dependencies

Make sure to have: sudo apt install python3 python3-pip python3-venv and activated the virtual environment.

Install requirements: pip install --require-hashes -r base-tooling-requirements.txt

Update: pip-compile pyproject.toml --generate-hashes --upgrade and commit requirements.txt.

Package install

pip install sedpack

Tutorial

A tutorial and documentation is available at https://google.github.io/sedpack/.

Code for the tutorials is available in the docs/tutorials directory. For a "hello world" see https://google.github.io/sedpack/tutorials/mnist/.

Disclaimer

This is not an official Google product.

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

sedpack-0.1.4.tar.gz (73.1 kB view details)

Uploaded Source

Built Distributions

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

sedpack-0.1.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

sedpack-0.1.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

sedpack-0.1.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

sedpack-0.1.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (981.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (984.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

sedpack-0.1.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

sedpack-0.1.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

sedpack-0.1.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

sedpack-0.1.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

sedpack-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

sedpack-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

sedpack-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (982.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

sedpack-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (986.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

sedpack-0.1.4-cp314-cp314-win32.whl (759.5 kB view details)

Uploaded CPython 3.14Windows x86

sedpack-0.1.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

sedpack-0.1.4-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.12+ i686

sedpack-0.1.4-cp313-cp313t-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

sedpack-0.1.4-cp313-cp313t-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

sedpack-0.1.4-cp313-cp313t-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

sedpack-0.1.4-cp313-cp313t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

sedpack-0.1.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

sedpack-0.1.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

sedpack-0.1.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (978.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

sedpack-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (981.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

sedpack-0.1.4-cp313-cp313-win_amd64.whl (734.8 kB view details)

Uploaded CPython 3.13Windows x86-64

sedpack-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

sedpack-0.1.4-cp313-cp313-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

sedpack-0.1.4-cp313-cp313-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

sedpack-0.1.4-cp313-cp313-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

sedpack-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

sedpack-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

sedpack-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

sedpack-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (980.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

sedpack-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (982.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

sedpack-0.1.4-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686

sedpack-0.1.4-cp313-cp313-macosx_11_0_arm64.whl (914.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sedpack-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl (961.9 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

sedpack-0.1.4-cp312-cp312-win_amd64.whl (735.1 kB view details)

Uploaded CPython 3.12Windows x86-64

sedpack-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

sedpack-0.1.4-cp312-cp312-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

sedpack-0.1.4-cp312-cp312-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

sedpack-0.1.4-cp312-cp312-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

sedpack-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

sedpack-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

sedpack-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

sedpack-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (980.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

sedpack-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (983.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

sedpack-0.1.4-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686

sedpack-0.1.4-cp312-cp312-macosx_11_0_arm64.whl (914.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sedpack-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl (962.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

sedpack-0.1.4-cp311-cp311-win_amd64.whl (735.6 kB view details)

Uploaded CPython 3.11Windows x86-64

sedpack-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

sedpack-0.1.4-cp311-cp311-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

sedpack-0.1.4-cp311-cp311-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

sedpack-0.1.4-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

sedpack-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

sedpack-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

sedpack-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

sedpack-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (981.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

sedpack-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (984.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

sedpack-0.1.4-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686

sedpack-0.1.4-cp311-cp311-macosx_11_0_arm64.whl (914.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sedpack-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl (962.0 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

sedpack-0.1.4-cp310-cp310-win_amd64.whl (735.8 kB view details)

Uploaded CPython 3.10Windows x86-64

sedpack-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

sedpack-0.1.4-cp310-cp310-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

sedpack-0.1.4-cp310-cp310-musllinux_1_2_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

sedpack-0.1.4-cp310-cp310-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

sedpack-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sedpack-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

sedpack-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

sedpack-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (981.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

sedpack-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (985.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

sedpack-0.1.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

File details

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

File metadata

  • Download URL: sedpack-0.1.4.tar.gz
  • Upload date:
  • Size: 73.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for sedpack-0.1.4.tar.gz
Algorithm Hash digest
SHA256 e580b186d2823361b2820fc828829eab14422886f4dd81545b7c412a535cecc3
MD5 5f26eeb03de0b5f3a0ebbebe9eefc894
BLAKE2b-256 4ad02863bd9b41df344cebb1885a481cf7f26f92c0bdeba53e8b0524d2b2fe28

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f52c453d76bafae5a69d9dba7644a489b6daacad50dd0155af2e170eadd479b0
MD5 03d12f77845974833c502ff7a2f53d2b
BLAKE2b-256 adabeeecc8f5ecacf66099cfe9e1d956027e1339204be1fe658645831e3e06e8

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 84c46aa7c4258724d17a049bbaba98f03a9e510b7a23359a147010b867a1486a
MD5 491820e263a79d8b7baf4c757674511c
BLAKE2b-256 833dbcbbe3e10b1ba71d43e710e448cd839caa8dbb3c7c64d7d3563bbf8d5845

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 343c607b3d24c09479aca8b8be26f8e79c2bb474d18fddaf022e36da34147b35
MD5 a6f20d8893bda9de75894068bf6242fb
BLAKE2b-256 46d25a717829c58bdb45b9193df4c798c4a23b8281116c768b3a5ce6f47f9d96

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86e546bc9c74b3154ec8a35d81c639e218389a62e6af8fe109671a9ffca475af
MD5 919adf3f38d676152e6fc61a368ef3ea
BLAKE2b-256 6c38ccf20385f8864a8c314e90b4d23320743334c64b491989ed7559debd955c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec9a2808dab9640d81d0f4f5e7de5a7797e6b2e8776b1386583595580c01708c
MD5 69b655daa4fdd7836c1d09d921014403
BLAKE2b-256 bef2c9398dfa9157a68eaaaff1e4dfc85772748937cf42396fccf016fb25400d

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e872fa5eddeb47329575042d5baa972dec75c5c8a94a31650b7a9c847722f63c
MD5 80c419c3d60b2ebbfb7fc9907817d965
BLAKE2b-256 719f7b5bc370fa83b7acc1826a30ad494b6ad27410d972611129e69015c58642

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 35c56767c677c42c22bd22cbb900d2c72e696fafb50e9e8ca4aa5188da4b9e1d
MD5 1e81e4c5fa1d955839e325eb84bf1d62
BLAKE2b-256 34d6abd68dff4020750252b92e05d0ca96dd5823cfd99aef6843d2c37df884c9

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c8f5a7d22d6e61c077eeb61a932d5238f3d3ec899dd595950b75b4bceb5f4da6
MD5 60c62fafd61b4e3fd3eb757439e0ffe3
BLAKE2b-256 a1bd75d907707d4a8f41687148675b85195e355732a0d3b4f1a4f799b0e6b4a9

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a91e5ca5befeebe97621bf42eb9dee43923e67c55c3825325dd097ac0d939df
MD5 78ac6d987a244d7f6f77edd0d84a6b13
BLAKE2b-256 f0208a3dbfe6bd4efa47fffc4d7b1007389933198375bbce30a55b07adb94b98

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 94ae0a99c10f0fbca4f2f4dd65e7e8dd0007bf42f3b2a97c9f95390b2b33fd82
MD5 293c21ebab58ae8aaeb6d549b3f7b267
BLAKE2b-256 ca618cad284a7e75b2e8746599cb735295fdd6df142343db506c3cf834e576a6

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79ff6af8e6d83bf4d4346e7dd415bed4975037eac996ebcc71383e5008fdbcdf
MD5 ecae8edcd71c3471bd72de86cbe4f2a1
BLAKE2b-256 d78e9ef25f9a3aee959e49becf66b503131f4a1d7a93771c5575794fe12d3529

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8aead255bb5bad6f4c276e8b2d3a30fd39ca4cac4856a45407052490b9ac3091
MD5 f31f970786e28097107b53a5a2cc4487
BLAKE2b-256 261f6dad9ee4b0cd79ad840d95e3f85c04cb4f81bdcbccd473295da6196dde15

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5d995d6c98b0c6c9ca6ee6c61fe4ecb71b7fde0900bc14bf6d9a4f634ab6f398
MD5 8575fe50025261d651c555fbbee5b6da
BLAKE2b-256 be6608d10292efac0b709ab974b8c570fb48c5c311edad7cc85ce4394f56363c

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 949a882c96e83c8d843703c66d00c4a44f9c6ad3d62570fa543f43058c6645df
MD5 fbe2b183478494c9ad0be1f244369e90
BLAKE2b-256 1d3f25f22404cddebbd1cb73fd80431b678032e0b42b1ba03bda580df5c2ac9e

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3fe0fce894ab187eee1a04639eec6c2ee3b7f0837557ed8a52ed95b458940a46
MD5 79d49822f5a2f1a4d1179bbf94b2a14a
BLAKE2b-256 04501a7873baf4bc847668319db04cc65f4c30253eb45bb284bf0bf9b11d29cd

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 192d27f30789c88ac65336e389f2c9ec1c3c7720fb37b2626008ca8861987839
MD5 e646e10f4886b1dcc38544b842f93472
BLAKE2b-256 81327ab8904d21055b4a4cf6cbf14bfea626704e2328d623595d81869e580752

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ee90dd15a3f0e659c51239fbb54523ba79a33fa73fcb6f284f36fad69291d8b6
MD5 5207f8c9fdc3d03f978bc0d47cba17e4
BLAKE2b-256 2d1cef286b5e697d192c855003f313c8da086d41f5c961f1e4baf675778dcf05

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7dec443b1d0193caa875b91fd4a096ca8c6fbfea6904473ed9423e21c55a55fd
MD5 8fdf1db5e129851a7819b14cff31a5e8
BLAKE2b-256 51f322196dae19df6c225faad10b422fb68ac052913558a8f1f240b6a533db24

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp314-cp314-win32.whl.

File metadata

  • Download URL: sedpack-0.1.4-cp314-cp314-win32.whl
  • Upload date:
  • Size: 759.5 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for sedpack-0.1.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2cf6ecba6e769db32d21114078a9e9fe75cc93eeee1679d7474dd246d99b2644
MD5 e0539f94c26be19243bb4ed0bf78168b
BLAKE2b-256 1aa9a31927ab47a6f2c882f8b616102df82784a74762a8586ae7f0262750c924

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a554166e2c2e140b1a15ceda1e3ace99a7536028a06c3fbf1456c40966e1646a
MD5 1d7f2e2199b01698bd6b30a33f2a14af
BLAKE2b-256 f9c72ee5223862f173085a4a1e648948ab8fa6b5568a8e1e2468717a666a16cc

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 41b0764bb482c308906676be95bb8d189721ece8dd85523260629812dc2e86c3
MD5 4dbd770614e46c71d9a1f14805d9a5a8
BLAKE2b-256 34409bb2f012734099d6a9fa3543746a02671b70f91ed61f9f6afced1e33e646

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb2feead3afc6b308ca272ad1719cdabccb24c68d4d309a7078cd64af3518e4e
MD5 fcebbbcd7238fb7e7e620ca803e5fbf4
BLAKE2b-256 76c5f5eb4bc3fcbbbe6ab8814cb6302e6fee4f19061a9b968e63b199eb44e102

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5b0122beb55799ed49fa6b92c6e3b5099b3503f8bde99966e27a65e4327209b7
MD5 6fcf662d78848e69e5e25d79370c9ddb
BLAKE2b-256 fbb2ed60ef62e6000218ee150e07c6707dad5e379be67a0c2d177b007ee7bdc1

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b35a8f03750740ec834a9fa87e7c09de67e760d161cfa2ea77dc453963e39147
MD5 af471a790dfdba3193864eedcf2496cf
BLAKE2b-256 5e22a879966d39745933985eb9260c5ed1d3fd58c258320ed3db83e1410b179f

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 109195fa0901c7b288dcc4291da85a80ebbc31513c626581509816ed066a12e7
MD5 2495000532cf471ad802093874f91e65
BLAKE2b-256 5358119a1a6160adcea338d07b6dc33b4a89b08774eb9e25b6b76c97719f11c6

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0369e8ebcd21192909bf30978f978f36a22008f60f81835a54b9e3336b545234
MD5 198a3ad85f5f58d46c8821e8d0095a52
BLAKE2b-256 b40274a1fddf5fd1f9ac76cc3d0984fae13bc57ab6fa72dc65088e29355cc90e

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d9ba9f082a2d3ffd5b33d92315f98feca6736c0871c542c3d6448adfd39e1874
MD5 9df02686a66540b0af75b201ee72b2bf
BLAKE2b-256 bb5d8758bbe8c9970dd70da577d49180f5686efdd059c59a30a77181c8ff15a8

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dbe8ee3267aec5f4d2c31fcf76ef898b3b377e7f2f7767746ee0840541ba9279
MD5 e838c1b93b3b54e069e8d8fa5029df0f
BLAKE2b-256 fbbd8a0ad72af5ca808d31ae08308fe784a45ed82126186fb00cf31448672265

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e319881af4a924c5c81eb20731c865af82872ec295716148f5a844e2095d18fb
MD5 359f848d20c0d2ff3b9697d1fc949c14
BLAKE2b-256 3af9653cce51935facf5a2941c669b52c99d0bae49092320cc21206f295291b3

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sedpack-0.1.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 734.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for sedpack-0.1.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7a9cd77c67c11b2585f7c4b7206cd6b17bb5af808b404b9ad43d52672286100c
MD5 a6a9fdc70ebb8c5eb33e62f06dfc4a0a
BLAKE2b-256 940957d0deb9ae990bf53361d383679f2c75b5238f0ce439bdbb0f9193f61c81

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1636d40454a33a67739ab6b86bfe28af5bf90b9bc22bc7d374e34a31c78648ff
MD5 0e5b3061d1628711757f5d97a3e489fb
BLAKE2b-256 c5c9e35e157bcc0c3698ad858f35fefe82f7ff6926149af44404f97dd79501a2

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 61b8a09e56c446d6267de46dec4629f8d014dbea24cbcdf5d93c679acce67735
MD5 e57e907841f0983535768e606789f430
BLAKE2b-256 e8aa9f18918b7b07b5020a269854d76785193792088f1c69af015a802411a8ff

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 37f16551eb560b78173a35091331fa9bdb3dca70caac455b0363252d0e7a71c2
MD5 1669ae50b51ddddb3300660828fbef08
BLAKE2b-256 7247a5ec04281f9fd616124b9a798ec7b1ef474228dc3a906d110063f1988467

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57d849989d87a61d1ab7814c9eebfaa1ebc72e51c9cccc39d705df8f38c2fe36
MD5 a7fef5c1c6a14d8311066fa7f680f820
BLAKE2b-256 2f57c044bae8490191134ead5e3467d86837da6bf5e01ad535d28a8bb8daf52c

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3fa5424597aa3c477feee93139b55e2b248798e0f122b3ca35f32b3197eae80d
MD5 9593b61c0fcd8f7ec6b729284010a34c
BLAKE2b-256 93528c8f66c34e1b2aedadc4b0c2eee63d9b4656d07122b2942c78a4819a1e73

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fe71b03d776ba47659fe39b401b67b0e44850df7f77a050cc1b994be3a2aefab
MD5 b9c741e72c0147d81e9378e47a46f922
BLAKE2b-256 082d23d44130e7c5f7835e365afef31cea8b9ab94fb2a3adac1651bdf56be37b

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2d68ad7a8f5f60344ee919c0c04634d4ef1a4c410b40fd284db964d61b281df7
MD5 f607f8127a132f215f0f6385aca92cd5
BLAKE2b-256 2e6e060ac39c2f41dbd0ce9330549e0bd917ff2edc9fad1d0d3b31e0cca641e8

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f49f00238ed8a2b737db286c9ed65328ba3ed098c291fb97d5edb25c931152aa
MD5 27f26cccb478f8673761d3bb2cec0d20
BLAKE2b-256 e03d29ce465e8536e6c097f0e2ffdfe9088a9606c17afc478986feeab2444a92

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9228cd100a44bf89acd543eb7b7c1298d02dde2f811b17634a10649e9c8acf6b
MD5 259c0fc4aea7e215a3b7bbc23e0316a6
BLAKE2b-256 f79ab7e32121b2239f7854027c790228535bc9fc2e8aaf3ff4b027e1f13f7598

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4641e793bf67995631c287a6d923c67e19d53c28d9ab63c1a45b90b59b627b22
MD5 55bdb22e87caf37b281e753eccb00725
BLAKE2b-256 84c655d151602fb7c60aaa53550b1979146edf1e5b3b1794591d91d1a2004a48

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de3b2a711fccff559807b5f9bcaf3ce51ef3c73f0c8d69632ad613b6a9a4ba06
MD5 5fc65584d0652a71c9fff38fe5c99929
BLAKE2b-256 60ca65edd8b2ebe549adfe0308243c349d0435986063d55afe5267eda054c95a

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ae7d2d49803f7bb3e43986c6cf61b2edbf823ed9577eef1ac3e247aa3818a2aa
MD5 bd212a7dbda07ccfa0ec81cabca51644
BLAKE2b-256 b6396bd78e866e18dd70987f9170a8634426afdc47319cb05a00e3d845d41bea

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sedpack-0.1.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 735.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for sedpack-0.1.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 93965889c1acb4945f777655d847e936842de8d92f033701025458d3c0c29373
MD5 8aa233775057dab0a798c0c390aec5c6
BLAKE2b-256 193c6aa0c8bc01d0cca4f391437693a0023412053daca1070c6c4c3957282540

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1241b546216b72e5170c9ba0eba8cec88d0b235b036851a88b79d16ad98ce0e
MD5 8dc4139ce59040c6cad7f4a867dc0811
BLAKE2b-256 47442a0506191096ebe7ffffcf8327c8f2cd73046c930daa5705881111b857d2

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9596a7cf4d5d66d2d56933cda47860ee2fa57ae62a3aee54d2b338e473a80885
MD5 7b9cd298a667d2ac49a3e9b89c387e2c
BLAKE2b-256 8a3e91b6ac2fc8bc62361410703be422c2106c70bc7d1c3ded5979cc1debb496

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a2417302c21acdbb1f3a8c1ac18ec8230050e0ef2af44f0a645ddba3f601e985
MD5 98823ffc7a1daf3b8e6e2ed814138c19
BLAKE2b-256 ba02bda00f3bd72f4bb2f951b04ec20e477d10872967c5c5c915917bdabc9bfd

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 214b4b08784961c7b304221d50d9982f4a5a9efd973edc4222ca4a6e1495ffa3
MD5 d01cb6156bce69bb83b2e42c101a2b32
BLAKE2b-256 a6a45d29bf75d05e2f9c10d53e87dbbeaf8b05ff4e4f8e6fbbb1164eb0316414

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7ae81de8eede4b10672b680eb13bd63bb98b2eacc5bba92cea28356702edd13
MD5 1e000ab8ee6e26bdc4f0b0138352f31c
BLAKE2b-256 01b779b326fd120efa43de91f2419701319092a3925eb1c3705135d3335d08de

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 72593d7aff666bee0159b90d303b6d45b8fab4a2dc6ad1e97df7e940e4d5c923
MD5 a57909049a216e05ada66c8d961cfd28
BLAKE2b-256 c8dd576d8f7496c7e2cfdd5a7635f00e709e8e420098b183d956701158470c37

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4b1bf80725a1a1c9456d6120b483d2255c03db46d812a0d21b6ebdecec98decc
MD5 478ef74824344ab43b3f148c6a2157fa
BLAKE2b-256 887156a8f240aefe7f5b640c8f067e4e11f79c739c9ee5df3a2f9b0b51a4d680

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 421ff73b648ac22af39298d21603e2253865a4edafb04d1b11c166099fe94812
MD5 792b87ca03e5c383313b2cfc6769d97f
BLAKE2b-256 16ca8258d6fcf4b20892f64e587ddd3e6de3a50042836d794956ba13099c2159

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd9901d275dde75470eb3df6a1f9364f0a747a6859195669fc2f11d62ac2496f
MD5 674cb0e016941e9cc06cedff143fe66f
BLAKE2b-256 5807aa936147afa85da7beb879e4d698f8a32e6d49db1ec5824274fb850f17f7

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b8a1a127605373baf0eb1bb9d4f626ac010f0c74113c87d68fdc3874062cb8a3
MD5 563cc862fa38c2b8519529c6382a00fd
BLAKE2b-256 95eda29194cf9e717d3ebd28d0847d1f1b45b258da0f4d2247f4f24adcfe1773

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e52657a49d6e7d073c3282bd38f6e6c9c8dbf9bcf56281a376a60906e8c06bbe
MD5 2496ba55a0aa96ee4884744f6617dcad
BLAKE2b-256 705970a95d6b1371e21902706f44056415c78815cc89450703c94656e30c75ca

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9e0afe107cca0f98ed212f6f3c0dd1878b715231a3c2e8bfa37adf559ecb10d3
MD5 84751d2ee7963717bd96084db9174da9
BLAKE2b-256 c6dc49e7824f46c0de1e8a6a7d14f444f6cd3f1ddef8747832a2f62f72e308e9

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sedpack-0.1.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 735.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for sedpack-0.1.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b13875c82ee98908e22741c3c8ab247808631c49f59cdfe605cb5f392ebc212f
MD5 16c8e593aab5ccda4403af041c14ee97
BLAKE2b-256 70d961f642a16ae19eb7c5594f78e6933f88927df30777f552a0ef07c547dbdd

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 236c40d5f783c3d76c9a5bb846596a0407743f3c2be1899b1d7534092bfcfdcb
MD5 e4a02b9b3d7523cc95481635387ddca7
BLAKE2b-256 5913998f0612a4daa492b0cf9608834437c8548350b9f98ad4cdaa6450defec7

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b2ce110afa74a506fb7ba53b736deba805279f6868dca295be8f54582c3e0c8c
MD5 35d0fbb2893778e4db05dacd30f58f11
BLAKE2b-256 b38af219a345164b64c40e50f3347bc99d3ae087366a4407a93f2a1e2bbc1ba9

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e5b5f14fb6d715662bbabe3b007aaddc3cef939689763da836ad3e8a4a32c737
MD5 f780a4e6d690355b1acc85fd36b4a14c
BLAKE2b-256 15e919c5eb56a92239e5e4c692047bb4cccb42e84fe2c9fb69b2df64cad7da82

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03bef436a4f4a37fc200c89ded2773984964cb71c33a0290ae25a586dbc721bd
MD5 2694ced4a64f818b134f84e7381f6303
BLAKE2b-256 def15d0552773335bf555b93ae6fe45f9c665edde630a05f10384686d34bf2a6

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28a331fefbdc70610557eb34116267bbac44d96bf4dd1650532254d011d15ed3
MD5 44614c79aec6498b0aca74c73adbf716
BLAKE2b-256 72a1fa7c25adc7ecb6fbda0ec42b585082e543d86f354385c10232e9ef89dc9b

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5e499f1e01d07ee06b7acfd741d1b4b54a55cbf433497f481345280ba49c00ff
MD5 d82c4c34f4a0e2bd792def62be62585e
BLAKE2b-256 ade04f11cae89e4fe66b9441a532e895bb2d76c28084c62695f1c604e69a85da

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ca310a5ff77ba826f9fadf8c30d612ddde6f46e4765d55b3b5cf3b103135f0ac
MD5 d46494062a90127a9ad68d97f74e4bb9
BLAKE2b-256 7a7171c9fd9eed3d3f06179e20b634a8a12766dad10c2f14a45bffa3db10f927

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a60f777b7a3402d3fa0118fdf440e85b46dca613e5d12b83626c1910a5c2d0ed
MD5 ec2c8fc1ddd7174d54d9e7506b71556e
BLAKE2b-256 aec4f30c858c2351bf4b599b713dd0a04ebbba4de3427c01b7c1f293d8e141dd

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8efa5ef16170cc6b630eeb4e7d5b1b213ba4f2dda9738bd95310320ca2032d9f
MD5 c5c544f198daf5edeef11f87bf724790
BLAKE2b-256 ae62267184cd1bae90f918c69146527826acea74aff169f250c7be5c98c6942e

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5b3ecb729614c5bf5661c565f399790396de1bc2ec63ce797d413fd0e4e794ca
MD5 ceca016849763eb61804efc5ab0634e1
BLAKE2b-256 b757458973d1e28ef59a97740068f09166af36aae486f0d4ec34f5fffa768946

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ceb2396557d1727a7e7281532ba4fd0a7a9a872dc6db24b75a479606c5edcdbf
MD5 695b749b26594a78797d6fb76995b07a
BLAKE2b-256 ceb256d108639a246554c63de10211ec88f2cee5bc4ed512cc29ce1e466fd501

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a1496364b5a4072f4c73581882c4f2fe5a458cb61fa7fe1ee5dd127cb06b253f
MD5 2feeb47a3e0d1d93d0a13a0dd219bd58
BLAKE2b-256 490966a96dcef831e78c047ffe22d7a480032e811b27ad406b6e0d69f8a77ace

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sedpack-0.1.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 735.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for sedpack-0.1.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7264c88415181f0e6346e80fad80fd3e4cd1a527723ed8dae4a6dcc6a880ec4e
MD5 86ab7e06de7fe7df49a5e2eb4f7ff256
BLAKE2b-256 63c063d806c61ba0c8dd0f60a793565c80df9d0a016a9f9b248e98550bb5fe5d

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 165dfd76a4c9d1bad82e72a22cb7c30f64843e5ab7a120d41b2ec5d8057dc06c
MD5 392695b9e71a76d10599098cc767bc8c
BLAKE2b-256 af638ad2ac3996412e1bb50e298a0051343edd886943bc6e181a5bfc53d7e438

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6d6d463b1d8e0295dd995c6c49bd5c6769272e3d388b8b86608f0ac016f4b0b1
MD5 86e4b48653496508e80cd4396c37f32e
BLAKE2b-256 f75d2792c9a08aa15f202bfd2384865f1de685958d2a1e30b76f3c50a342da16

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9081ccf65ffa256eae7c0bc69c96cd36f4fa0c3484e9c7428e2d74ebb7cd30c3
MD5 b80236718a7fc9cbbd0b94eb44f6413f
BLAKE2b-256 8027626115dcf00c912c3d497691f86852ade51ae500f6e3d462e2fa715ab098

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a7bb53e80ee757012aadb9703e246aacc4434e94c5e8a6cf80db956355a63bb
MD5 ac738140629b6fd59fd1d9bd16313588
BLAKE2b-256 ac29b9991bc86404f681e96e0bc5863d23993d3a6606d964fce1d044f75e55bc

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02eea95069f5a390be285f654d17531594e44ed5d4566aa7d4618a79fb73793c
MD5 18e3beacff66f0af47406b9e2dbcef00
BLAKE2b-256 f1491dc6b2e941507e111271e7f610bf55a4e2fb4c516dd5d1da9185f40b3016

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ae9ade713a76d0be2ed29181f16418ed75405ed9ae305e71bfcb4e796a238794
MD5 a1835621bbf0f6d91d03086b4ffd23cb
BLAKE2b-256 88e3137cf82427a83e11ca81a4f56c95ad9af44395bf72caa9d2073c70b5b6cb

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 28806e02806a2be92769f7a63151cedb3d356afd3b7f77f09e13c1218c2aea6a
MD5 b4a0fa242fb5e0902604aacf40325081
BLAKE2b-256 fd4664f5b5ca5e24fa4a7fa8bab5b02a2a173068c53b5cc732c0c64b0747adc2

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1481d52066c7f6056c789fb7d41c225451c2928cd592807f329d95225cdf65bf
MD5 5c553ea3ba4f52fd2af8e7e9e60555d8
BLAKE2b-256 c442b030990b88d477b7f30e44fb607ce4c633d28166d0f22c96c604ef52f607

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 327f86c1eba2620205d7805cce083b24be39d7dc7e9ce806540585bd484a19ae
MD5 52c1a28af3ec6c8bb864f62eb0e7d008
BLAKE2b-256 8af7b9539511974534909f238158c5dec727733bb2ac1c277f6a7abacbbe05d1

See more details on using hashes here.

File details

Details for the file sedpack-0.1.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for sedpack-0.1.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d899c7dc832c0fff58321fabf308cd6f6b7b31cc1d98fd2ccc3419b323c6784e
MD5 3d0ad83317c9365f71b4f03de3917e59
BLAKE2b-256 7b5a35b92ef61e4c8c261ce1cf2ecba968afaa73339f72ef18a2688921d0d9e2

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