Skip to main content

Fast PLY point cloud processing for 3D Gaussian splatting workflows

Project description

Super hacky library to work with splats.

Usage:

git clone https://github.com/wildflowai/splat.git
cd splat
pip install -r requirements.txt

Train Reef Splats Workflow

Someone swim with a few GoPros around a reef and we create 3D model so that you can see corals in the browser and how they change over time (e.g. wildflow.ai/demo)

This is a workflow below takes Metashape project as input, trains 3DGS model and deploys it for users to see it.

0. Metashape | 100 years

Metashape project that we recieved for a given coral reef site. Camera positions reconstructed. Everything is scaled correctly. Time-series 3D models are co-registered (aligned in space).

out:
  metashape/site/time
                /project_file

retention: R0

1. Prep

1.a. Colmap | H100 linux | 2 hours

Export camera positions, point cloud, and images (warped) in Colmap format. Keep image size under 2-3MB (sometimes they blow up to 10MB after this).

dep: 0
out:
  3dgs/site/time/1_prep/all/images
                           /sparse/0
retention: R1 - because metashape and takes time

1.b. Colour correction | H100 linux or Windows with GPU | 5 hours

Lightroom or AI colour correction. Keep original warped images.

dep: 1.a
out:
  3dgs/site/time/1_prep/all/images
                           /original_images
retention: R1 - because it takes time to correct

1.c. Train split | H100 linux | 15 min per patch

Split large model into smaller ones for training so that it fits into VRAM. Usually 15x15 meters approx. Use Metashape API to save in COLMAP format these patches.

dep: 0
out:
  3dgs/site/time/1_prep/patch/sparse/0

retention: R1 - because of metashape api

1.d. Copy images | Any computer would do | 5 min

Copy colour corrected images from the folder with all picturs here, so we have a colmap project for a given patch. Alternatively move colmap artifacts to the folder with all images.

dep: 1.b, 1.c
out:
  3dgs/site/time/1_prep/patch/images
retention: R4 - disposable

2. Train | WINDOWS

Train 3DGS for each splat using Postshot. Only works on Windows. Keep both high-resolution and low-resolution models.

dep: 1.d

inp:
  3dgs/site/time/1_prep/patch

out:
  3dgs/site/time/2_train/high/site-time-patch.ply
  3dgs/site/time/2_train/low/site-time-patch.ply

retention: R2 - training takes time and windows

3. Cleanup

3.a Merge and split | Any computer would do

Split large patches into smaller ones 5x5 cells. Each cell should have 50cm margin (needed for cleaning algo to work well).

dep: 2

out:
  3dgs/site/time/3_clean/high-raw/site-time-cell.ply
  3dgs/site/time/3_clean/low-raw/site-time-cell.ply

retention: R4

3.b Cleanup | H100 linux

For each cell run cleanup process to remove wacky splats. High-res keep as 5x5 cells. Low-res merge together into one model.

dep: 3.a

out:
  3dgs/site/time/3_clean/high/site-time-cell.ply
  3dgs/site/time/3_clean/low/site-time-cell.ply

retention: R4 - because we deploy this data straightaway if it's good

4. Deploy | Any computer would do

Convert clean models into Octree format. Deploy everything to GCS bucket (production) along with credits doc. Now users could fly over coral reefs.

dep: 3.b
inp: credits.md
out: gs://wildflow/site-time-hash/...

retention: R1 - because it's user-facing

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

wildflow_splat-0.1.2.tar.gz (56.2 kB view details)

Uploaded Source

Built Distributions

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

wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (506.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (600.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (494.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (463.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (456.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (508.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (603.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (497.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (466.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (459.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

wildflow_splat-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (510.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

wildflow_splat-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (604.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (467.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

wildflow_splat-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (460.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

wildflow_splat-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

wildflow_splat-0.1.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (493.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

wildflow_splat-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (506.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

wildflow_splat-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (598.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (462.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

wildflow_splat-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (456.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

wildflow_splat-0.1.2-cp313-cp313-win_amd64.whl (298.5 kB view details)

Uploaded CPython 3.13Windows x86-64

wildflow_splat-0.1.2-cp313-cp313-win32.whl (285.4 kB view details)

Uploaded CPython 3.13Windows x86

wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (507.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (601.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (492.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (462.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (456.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

wildflow_splat-0.1.2-cp313-cp313-macosx_11_0_arm64.whl (413.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

wildflow_splat-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl (419.3 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

wildflow_splat-0.1.2-cp312-cp312-win_amd64.whl (298.5 kB view details)

Uploaded CPython 3.12Windows x86-64

wildflow_splat-0.1.2-cp312-cp312-win32.whl (284.9 kB view details)

Uploaded CPython 3.12Windows x86

wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (507.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (600.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (492.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (462.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (456.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

wildflow_splat-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (413.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

wildflow_splat-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl (419.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

wildflow_splat-0.1.2-cp311-cp311-win_amd64.whl (298.9 kB view details)

Uploaded CPython 3.11Windows x86-64

wildflow_splat-0.1.2-cp311-cp311-win32.whl (286.5 kB view details)

Uploaded CPython 3.11Windows x86

wildflow_splat-0.1.2-cp311-cp311-manylinux_2_34_x86_64.whl (461.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (506.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (599.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (494.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (464.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (456.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

wildflow_splat-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (417.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

wildflow_splat-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl (423.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

wildflow_splat-0.1.2-cp310-cp310-win_amd64.whl (301.1 kB view details)

Uploaded CPython 3.10Windows x86-64

wildflow_splat-0.1.2-cp310-cp310-win32.whl (288.5 kB view details)

Uploaded CPython 3.10Windows x86

wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (509.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (602.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (497.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (466.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (459.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

wildflow_splat-0.1.2-cp39-cp39-win_amd64.whl (301.8 kB view details)

Uploaded CPython 3.9Windows x86-64

wildflow_splat-0.1.2-cp39-cp39-win32.whl (288.9 kB view details)

Uploaded CPython 3.9Windows x86

wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (465.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (510.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (605.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (497.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (467.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (460.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

wildflow_splat-0.1.2-cp38-cp38-win32.whl (288.1 kB view details)

Uploaded CPython 3.8Windows x86

wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (509.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (604.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (496.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (466.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (459.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file wildflow_splat-0.1.2.tar.gz.

File metadata

  • Download URL: wildflow_splat-0.1.2.tar.gz
  • Upload date:
  • Size: 56.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for wildflow_splat-0.1.2.tar.gz
Algorithm Hash digest
SHA256 e76376014a9c459b8cb6f43fd5130e83306a20b1d2fbbe916e9acce677ec9c38
MD5 eefb83e9346bf178a0d713081b7fc556
BLAKE2b-256 a36b4b4fba51896cb01f3e76a63e60013ec259f96333486edf391ede3c2c8cdb

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18459992239b6c59a299e4f8050dcc6a0910b2fa244f950b586dd3cd54c36e0d
MD5 ab65bf515d47c70ad047a1d361cd888e
BLAKE2b-256 b97f6c83686ca5fb08e3d3d7db88c9963b164726924cee446b2245d9bc4eb6c4

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 417ee094344a76bfa6c58e2457d99d41c06f5ad008b6d5c36e80fe260db2dd66
MD5 fa860570eeac53b3464ee251fcc37c5e
BLAKE2b-256 6a26aa764fe15b11855f95b15b677b01e55570d14cbff60e3410fc1b040d729b

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cf708db55aa338b38551345d02b66e92cf5ea192e597f5dc4df45e6f6815385e
MD5 34b8951c3284c5931b50c2ba5f264e3a
BLAKE2b-256 7981556278817c12ff4f49016ed82b31fb3e602abddafa7b30f9bc5a27837c6d

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 304026db07cde1364ccfc3e413a006902eb9590bd6ecb9367d0d1b108765a4ab
MD5 b0db28709946ef66ed3f74ed7fa7a892
BLAKE2b-256 513dbf76c150ee45a36c6f909e95e840c636d46a8530166778e80c608a99adea

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4e5212adb1907941c33d05ff7f3102b837200c344be41044d5f6713710ee50f9
MD5 fdce90b4c964d29f81a60e9026a25d12
BLAKE2b-256 90bae5d66c1cc9072d02e80ac0248bc1b8779d67c2db59cdac1a0fcc1f4eb121

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 483b29c4cfbac13606525149a3aaf3235bda09a8b41294580ecd01dae3a97a83
MD5 a2124329d775dbc36c318220b5f8c68e
BLAKE2b-256 d4c40b43454263cb772e52ac051829db7a5a0e652d1cfd0b31de011fe1a1b3ac

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d4400b4669052c505b26d6ca3ed1f9749827dad70666df6bb2111618db2e471
MD5 f2090b952f15331cf47efc7bc76b7832
BLAKE2b-256 c07d9d160eb4f91c47c918ab3db70785134c4443adb2e1f5657e5b63c0f68560

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5578567c7da2989bc3fdf268d732fdaa58e71d6b6f7551e3d97f72712b29d844
MD5 fe489e6f7aedf68f90870b9960180a7c
BLAKE2b-256 3a87e9250e2a7fa13a1047f8f8f42f1a6eb276153a7c5a344b542b6fd2595675

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6513d06bc11ef9a7ca692c00bcfb69c6cac5899ddff31696be7a1f7534585d16
MD5 001f7a4f718a34285347c89eda31ca44
BLAKE2b-256 d6c5733671f4bee3736dff4f56ae8fc58fe0161441c5cbd29e062fbe790fa442

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18adec2e2389c483083279e417a89b85be045d403898c52a99db6a2fe0789d41
MD5 c7c586d23061eed92f49e3773df93f42
BLAKE2b-256 9e06599662c932348df8cc5cc8940c5b1df634d1267744a4727c7f3e10b75782

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c9f79fa6c6b8e7dc52cbde6a57232c09ac6c01090622b5024320e821fd8ba6e5
MD5 8536313133a150ab7612ee7817e24ec5
BLAKE2b-256 fb750001e2289cd7c0566a4db67a54205ab311f5f84673e2098ca4044860be0e

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 08d5c43122ed206632b79fd1d1771f354eeba6afc794456b19214b1d54b0d4ec
MD5 444ed66c6ba54e9529470882efd4e843
BLAKE2b-256 7ef0ae9c19c43d840a8130d19e97c54193f97c84bc87d3c5d56d47a36f38d575

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4989fcacd54b21f9c62831bd8584fcb3d3dfc02e93f22db24195ba4b56761d9f
MD5 c89180cddb9a45c1e6a417c14031297c
BLAKE2b-256 deda9b3afdff624e75da41264940d2ac3a9aa5c6a7af404eb2c8ea6b55e115b3

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7bb17d8f2c1505a19144c35a2f85bb48ca52cd75bca58b7722706f02fc179e66
MD5 e5c13d3ef591856dab113eb6e851d063
BLAKE2b-256 1a704179294299caef0204b57b122a8cb039a63c697902f2fbf288f39fb6f2ce

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 24372fadd9dedb5a16349fdf03ce4b1c8e213c5c3ff63432b416b2a9eed3d2fe
MD5 89924d58d5d8221e1bee19c8fc3b9221
BLAKE2b-256 4c8f49e4bf10d3b5eaaa960e5fd19126dadb2a21cf03cb669ac604570566efbc

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ecff993f9651aaa82be495d1fa9156f51949425873d7cdf8094e65a9cb9326c
MD5 f09a6d6c7048e32c03695250af9fee35
BLAKE2b-256 5a2d4c5dc021fcd4f8a729c40b10ce48c7494ca68cd278ac0430dc55920cbb86

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c65c1fe60d6216967f55f0e7511af8ae8447fd6ad8e3654b41133e822593117
MD5 bf353e7d12f138a63b157317e8486310
BLAKE2b-256 e940b690c2be8bbacc5f5d5a0ea7a21db4206caefeff257422c87cdc2561c6e9

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ea157c3c47a06343f737b014b7b4f9a1808835951b41485663d41a28612601fd
MD5 08bf901de5efe787c5be09c843a26430
BLAKE2b-256 0676629a11f55236a18da65f00f92627d860358666a550b87645f8fe03ea37e9

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 73d29dca9357100e95eb74dfd6b4db1335a04b9f5087ca89aa3a1a6c5905ed47
MD5 72c58b4580241d7169423e9407b11f81
BLAKE2b-256 30f940139e76610edf9b9c17ca5b59d6b262c00959e106e1bb0a19b1a0b55cea

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 afb16919bd5b7c5740d1cc5a5024268b82cd511863bb94668e889155f2f67a12
MD5 de65de8e4e689ea532e9950b8214e34d
BLAKE2b-256 51d004f87b6adb16d899a72431a43a67012ccde1aa7c75264d07582ea4224247

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1aa74919ec975f59f824f20b7aab2039557324babc806354f12335033206e921
MD5 53b4040fa6d9e40b08fa155e7cd2da44
BLAKE2b-256 39fe16b9bd154dd3d19129858c93e15985e0294e9ebded6b0f0d3d7120adea52

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57fa554f233098284f8e5f646575b353c53ac0626bb2ee872132abbd5592a7a9
MD5 8b4df530de7211c37ddae5ef1cb15a46
BLAKE2b-256 7ed9ef5295705e2de3ca13785748c8c65f9d18b782dd17bd2cd6a8cec13b2623

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ec303c02fe33d22a9430de148353735b9f21798bb21e0b5b4c5011e4f3e654a2
MD5 0fbb0ee69ff33e85a08687aea75694fb
BLAKE2b-256 40ee6970918523a3771b01f56b7ddbd81f3eb56e8cea664a82193f0eb5960506

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0401768dae66780988554465801dbc841c566796f24b27bc68d86203649b1454
MD5 87b0a04346c2804d4a79976788d6726e
BLAKE2b-256 cb956d1692839899dbfb54e68c5e60cf7e5e07cb30ce0a04338131164ce0e025

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b27113f91ed0acfcd4d4fba2a809a15befcc3758ba197886aa0557fa8f897f3
MD5 9d231417294bedc16e290523acb722ca
BLAKE2b-256 d5063afa3d8538045564dfefa72f8de2e30cd09a80d21f98da363c5830165a57

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4baa353b97463ffb54e445d1deb61517e80b3d034b54d628a2ffb6f45de1b673
MD5 dabef85ad5690ea4a143924ece47d52a
BLAKE2b-256 e6944dce5a23c97531c583512b4d5734197303d24e4bcbc9daabe712959a7d62

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a12b116bbed43ca27d1ced4d9febb70f5b6d32692dfe4b3cf4d64a274f27f6a8
MD5 52827dadb552abdc035b250ddece2387
BLAKE2b-256 3817cb317906eddb4154ff07b5af9975566ada19f0a920225f788108db996f25

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b5b02c967e7c7eb1cc1007fc75fcf8fcbaad7740b605ba3564114baeca94c066
MD5 9367b1d0f74418e675ae3901bee8e013
BLAKE2b-256 5b2462b1436d1a5e1204ff0849d3e5b83ab9cc880dccec611c52694a05b37f36

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 612f7d76f8bb29dc9b795fef13bb9937ec90c7e965580032e7b0dd6ae726a733
MD5 1e458e38ba8ab1a20996346cc45fdff7
BLAKE2b-256 87ce393140600ee00bebc5343bc8b2eba442f8e1569315da9bcf068135f3b330

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3096bf49fc4cc1741bb58dc708a97a73f3343f928239b5a5b4f95da4bb337f8f
MD5 3a67f949b9e3cde49ef8802ee395d8e6
BLAKE2b-256 e44d68c22eb4f791bb8d52fdc14524e30b629dff2df0e574c167125263bcf11c

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da51891540cd06fa7a2394e1525ec661159ba378816dc0c0da5b9d81d1d21b81
MD5 f60888bc393ccdd72bf77829ed79fa62
BLAKE2b-256 3081c7d20758bb7ad6aa5002d0bab757463ad4109ded13dbb60c77215dcc900a

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 87c630fc5e8d07fceb47a257bebe2e1f63da0638a10a9ad9991d46398b8568b3
MD5 8f9a965a0228eddf522925c07af20729
BLAKE2b-256 e3ee7c14af7bc9c0cede4c037e93a9cf6cff84d7b2b00ae58f50312bceccbe15

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c03bc7442f2d5cec3abf31fefbf7d76e16034a3fa05079d64bcd61ec99793fd7
MD5 afb5a09ca328f4d083403c7211d3ac29
BLAKE2b-256 2cbf9b5705105868721276419146dc19389360cb71551ca3c3edd5160fa1dc7d

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 56b270cc62f03330e01c8c74e8c9c70807922292eb3fc78dc3dfaee55f81cbb2
MD5 377f98fdf968005ee60146717f79b55a
BLAKE2b-256 2da741c2a93d0a82e2f6661129612d8a7c05e141e5ac8a8adde88a2e1c5966a8

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f08da9845cef91b61a24256baacfd2c0b3c0629b7cd46f18dca700d9b048bdb
MD5 c136d84d4b6e46334e6fe4bf3743bdea
BLAKE2b-256 271b0588772a426618e312dea7467415932fb4b146ca77b15ebe957468afa98c

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 24c0fc42bfd01a17a760cffdfb456754b5bba29248c19ea2b17616deec9175e4
MD5 7a29a081cbf932259a03fa4838f200ea
BLAKE2b-256 50a8c80e332bb6d2ed75cc5b8efb2c93d9dfebda611e2621d5d4bde0a4cc07e1

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bd2e930356835ebaec191d2f4f1366d95f54ca5f209488c228f0f21c1ef3a895
MD5 0020d1fbef39c6eadaaa5fcc4cc7c3ea
BLAKE2b-256 9a40b299b7acfbdda755fd16224105ee4f28f7c5a8011a4fedff9060cad54bf2

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b99d02430cd9e7d672b5563a0773b6baccbc21aa23415f10b85cdc628d5f84a1
MD5 4ff7af197c1e79967bc7945b64e05ec7
BLAKE2b-256 0f3f83137acb24cd3f5e6b49a6223e33c593171ae7be29c42186788ecd5f07d8

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c00168a06a0bf6aba3a1a3c1d871e9c66b161432d8015284c959da2f1412449f
MD5 0e884bb4d25c41de70e3ec34d5b9d399
BLAKE2b-256 9b5c9ffb4a90f7758e53e0a76f05df5cc193056dc503fa25d4ae479685d05883

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59e691023b47bf5021e7731698e0bd619702e948a9c82af93396820a4d6bebe7
MD5 9f3e92bacceb00a9ef4ec2feddeb4e23
BLAKE2b-256 72a5b3bfa507c7afe069e06d11304d2332bd50542939d50a954ea4ca810b8aa1

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 834f61852d29571c717c61680f205614ba89b5fe0c0716ac0c953f1b89387dae
MD5 d10c4924a74c958f67c2d8bc4c5518c1
BLAKE2b-256 a7124953f8b076b4e37cfe199ff150f10f9d2df959a251ae93c713589a4e8842

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 47e2a8cdf0c86ad6fa0b0ddb17dc5719324c0d080ffa952ae5867eec4357b06a
MD5 a68b45c88970b2df7ed1581d375cf59f
BLAKE2b-256 b8ca55d5108d1234cfbcad599f8a3f3f09e876dc76e22abd1364722f9ba6942f

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4e264ec2cc45fce68eedd57531831419e1f82164035881cf369fe4d5a2ef2b33
MD5 8d2e33f499f5bb9b79af168e79dd47c3
BLAKE2b-256 33823322c613b6d6dbb765e47e2ee93df4104b47f6431cc104719cd9b89a302d

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1f6b2aeb97cc330ef99122a55313c0084f1b571da0ccea180d48871e27dcfd3d
MD5 a99cfca7ef02fe57818172f3a7c25c5d
BLAKE2b-256 e5c902a2e33fab5dfbf9814559c0bb756e435df27c81b6364d17e040b9a0fa92

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 4687ede142c0a38440026f971bddd4a654dc51898ca61cd34d920ef69cf4d0c6
MD5 fd742f0ef3fdcf3927c5b51c5b8a31a2
BLAKE2b-256 6211421467ddb68005c1a96e2493bf1c64720befe9edd4097c362a4933fa9621

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71da318c01dee13329083fb0f627dc6d680cdc028f1496142eecd9460e51e102
MD5 e2eb8daf9e87d92dd133780a81417339
BLAKE2b-256 50b2c200ab368d11f67ca705ae0d3d9309b19bfec3986bc22ddc0b671ae7cf31

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c6194c3df11d9f65591ad50782b314eb902db6e3fdb562d7ddfd3f63a6c03c2b
MD5 da7e34806e6fce9b53664f63b3a841c8
BLAKE2b-256 6b18b4e112da40f2424f1c56a821faa12744d024c637a149255b50f025dbaa0b

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 98d3e2e550c156718f8d86224d9bb0ea7914265ccf2bb177051e2a6a8cd35cfe
MD5 8ba1dab0f0e5d1303261253c0f83e4c9
BLAKE2b-256 0104012adb2c9138b4b5f79911d815647ab28e18d6c7814a1e4e7327bf2f6d46

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1fa5e18e9a885d74f7ebb0a22f5fafdf166602e47a50a4e5342d4e2b27409445
MD5 330055ad0965ed3ab7ae0010d1dfde22
BLAKE2b-256 68cf706fb48917133613a70bd2ce4e8bff4a9df89030c41702c2c040921a4446

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e2d75f2d84dc0178c68aad2496a66c9a95fb926af8d25f71487306f08a3deb7f
MD5 a29b8f44e7111051f1501e6939a0e92f
BLAKE2b-256 de14786e4b17740408f439e92274fd85181bb7adc3c46f159c508a87e3b9da06

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ccc657e60653ee20611a333529abd9b384237db371d8d377e7ac2102d57542c0
MD5 960de706e62537dac725ae7fa3e2f00e
BLAKE2b-256 7046b75d41b782273330b8d27f71a8507a14d99bbc9a4d85d7a55841bdc7d393

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 792beda2eadb4b2fb636106248660e7ad7650a3f785e288a2a674cb4f2a0161e
MD5 2f73b9f7000bf744e1ea1485da765a4c
BLAKE2b-256 cb7be7aa9bbde91d0d162a2060cf8996653d780c8cf8a1f0850fb4895a929125

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 210c598d4228ca3379154bb6e20ea6ad9f3cf7be98d2ea8dabf1c2d2a19edc59
MD5 d67429a0dc345f2b2789e5c7578cc3e2
BLAKE2b-256 7f6abb131220f331f83d1644bcb7b5cd2b617b5b170cbd3226d1a1e54a768654

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d512bf67b2745a008916528f4b38672b0521b97bba2812cafb40e31082ef6aba
MD5 5de153b140da2d55cdd886b0e0569483
BLAKE2b-256 54987a95ab00150d48eebab3046c19b8ff4f9ed7863ae88e73d69fbef843bc6c

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9a16a8c2d1dc7d43edd78dc0bd33325b528e6e0c7d173435d068554f4b8488b4
MD5 6566d431ee98055fb9013914bdd66a24
BLAKE2b-256 0c826d9edec82caf02368bf439c5f5c9bfdd774f51df5e06469d212a6d6e158b

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a5d073d37f99f36e762d2f3fd7373ac8c0d24c93315fba33b4356920e67670a
MD5 7c2565cbd63e836080caeae00d0d586a
BLAKE2b-256 942b687fb5ff6ba35f3bee9e4e0ee63e96b750ed5a95356882119eadede3f555

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 960561f539f99c3d9d16ff436b6be97afdcd509f52740a489176031e47c0b9f0
MD5 51d0e8ecf6e40ed3c0a2626739acb947
BLAKE2b-256 bc8eead3c48b982ec72dcb8bdac90aed46bbae5a1563e3f1e855a7aa66027eb2

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7b1ed89fdf319be8767fa4e4a22142268882b5e416d48db00694d959b9dee0c8
MD5 4b23633fda408fa494f8ffd86de578cf
BLAKE2b-256 b42fdeb6c5cada84b27eb4dd3216105dc3e105fe28615e9d825f0375980f8a20

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3b56ab034f86722043f449a1b9b63899d0ead300ed0f076928abe844499de8bc
MD5 9a672e2149f30eedc02857a943517194
BLAKE2b-256 3714d4fff77915cfd5366ae971ca222ae8a165f3a801d9f9de071d27276ee6c3

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0f0dfeab18f45ce0be3b70d1d3a38c6c87257fb0f9d6607cf7405186761f6748
MD5 98ffcd5f7c8037020a0f5bc8dac3417b
BLAKE2b-256 491bb2e791f618bef352fd04937b90df97e9cee3474f6cbd49f69c0a832b43fb

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03bdee61cd1bb794ea02311df4c8723534e950ecbe11d71e278c55d0c94e25c2
MD5 1539c986b90fb6199198361e0c59432c
BLAKE2b-256 e9eb9b69dbb98517141bb2a50bba160bdf70b3eeb8637fb3eeebe13dfa3c35d0

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f1389645f3660a6c8e64d1e0dc12042f80e6a8b94febc49f9a58926965ee4442
MD5 a9831e2c8cb94edf4799994ba246ec08
BLAKE2b-256 e9c8e22aef4febbfbbc568c555b18ae32f5ce1902300273e5d9077021dda0722

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 677a9fb04cc39c9544577545aeb76d35fe06929c8d2e06f9f782dcb9870e2170
MD5 50451bfda521c1b089db8fdf23586572
BLAKE2b-256 a4b1bedb72bb2dfe289baf85e971ca8621f5e978fa6e5cbf004fd46f610fbb52

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a90addeb6a84ed53cbc613224b8a73e5fbb13d5b5d933da6cc90246b2b01ed15
MD5 39c7003b55f3c35094ad10e37735f04e
BLAKE2b-256 a8a1718e85201d4d797b1f13c6f68412329993c74a6f7032d3f31ec631c1519f

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8fc49d766b5ed147568dbc8cab693792ca1ee4a33531fa4358a96a9236a69be1
MD5 8b44fadc11a9c1f6d3c8d466bad14850
BLAKE2b-256 995f4e7cbc06d29b4e3acfa260058ac82fe41b62096a2a9b4ce3b58f01254a53

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 821a6e696444c2a1df540334f20cbb4c98efaf98d0934af71286215e8f7aefc4
MD5 8a515780a35f57155d272171ab9f5daa
BLAKE2b-256 1c01f7932ee4d227dca28e2ebd231eeab5e62a42adfbc3577c0a0eb216b2609e

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e9b5040dbb39f6440d26ed231f072d50f88f8de87e4de0606f7fe90dbf28b3c
MD5 929665062ef65bf38decb34dfe666684
BLAKE2b-256 5280696a32256c6bc29a85ad70d42a48288f2af0ea9a7a5d483f6c7113b0e9be

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a69431be82e72d4a904d2a9835feb3d434f39da525c5ffc9df58d9a7f7596d9e
MD5 8d999f3cf6bd38fe206747b942a8e870
BLAKE2b-256 64062f5f5a4ce7f5f234a5e3e6c36d551b7b728e82cf1c9742c458520fd40bb5

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8893fcbf8b46b4b826ae4a61c2109311e3f0462702ff859cc6fa4cb9ff26d99a
MD5 daf619b723663e1950c67bb74356add2
BLAKE2b-256 1b3871562affda158da34842c9d9c44bb2d99e228c30496547a081aed611687c

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ba6f5d92dba930f328897f9ac4b1371d33dfa478791a553a7727e291f7798abc
MD5 01776274c83f7968a10087ebbb4a017e
BLAKE2b-256 502d78b5621fc7ba1e405e9f2db83a32c50c9d5db81bb578cd94fece6c60d4fb

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4402ac90c5e4ed6c1ebc3255214b63053ea202ab6777d1748dd56b34ca6fc452
MD5 0c9ab5df502046932345c2504a60fa51
BLAKE2b-256 fb619269964424a0f1f442623b2435881d1946ed55fcd5ef0177bd32e0393c4a

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ca59e598bf0e354b24a2d4b45c6ec3265d95fb91b7449f5680a25e94c963a721
MD5 0d619f4639445384628850d9f2cb3145
BLAKE2b-256 49b07bf8c163133877e85a722549eb0b69ea50dd22be2b4b1edd1fc79590c259

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2bb27ed52168406180705f62b3922b42afd0273ae250d78862197b427542121e
MD5 8f8452b95fe7a2061eb9e13cfbb33789
BLAKE2b-256 1b135246c2834a45b1464184c1f9ef6a40e7b00f76c2e0ec6dba136f92cf7e49

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8d5f3f88f496e879e23a6dff617489ad126a34a20ddb7782324ac364edea9e7
MD5 e288835dee5321f7868cd3d062205b0f
BLAKE2b-256 34f6cc5ead38ac682017acbd494a901ca8e93f1c573ef492391b00eeabdcf6bf

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5ec42f2017823e14aa1262ed840ee6a442ef4a7c0221a603227fd5a2636cff1f
MD5 1865b48acdf31e3dec4d4af93424e033
BLAKE2b-256 a28203228416d9ac5ea583d7b2cd28c07a68a3c0587699cabc96a911b5dcf654

See more details on using hashes here.

File details

Details for the file wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wildflow_splat-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10e3ec9fe9b67a219f1c482b12dccbd6847d3a3adfdfdf65c8b50abd3132c7a8
MD5 3d6f93adfb767ecd14a33c8e001ae4af
BLAKE2b-256 ef660c3a0cb23af5bee08880044d273963c9750c4f3a57b55c5c7d5046b9c2c1

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