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.3.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.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

wildflow_splat-0.1.3-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.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (601.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.3-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (494.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

wildflow_splat-0.1.3-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.3-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.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

wildflow_splat-0.1.3-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.3-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.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (497.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

wildflow_splat-0.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (466.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

wildflow_splat-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (459.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

wildflow_splat-0.1.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (510.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

wildflow_splat-0.1.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (604.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.3-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.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (460.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

wildflow_splat-0.1.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

wildflow_splat-0.1.3-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (492.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

wildflow_splat-0.1.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (506.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

wildflow_splat-0.1.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (598.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.3-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.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (456.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

wildflow_splat-0.1.3-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.3-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.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (601.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (492.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

wildflow_splat-0.1.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (462.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

wildflow_splat-0.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (456.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

wildflow_splat-0.1.3-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.3-cp312-cp312-win_amd64.whl (298.5 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

wildflow_splat-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

wildflow_splat-0.1.3-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.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (600.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (492.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

wildflow_splat-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (462.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

wildflow_splat-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (456.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

wildflow_splat-0.1.3-cp312-cp312-macosx_11_0_arm64.whl (413.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

wildflow_splat-0.1.3-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.3-cp311-cp311-win_amd64.whl (298.8 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

wildflow_splat-0.1.3-cp311-cp311-manylinux_2_34_x86_64.whl (461.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

wildflow_splat-0.1.3-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.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (506.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

wildflow_splat-0.1.3-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.3-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.3-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.3-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.3-cp311-cp311-macosx_11_0_arm64.whl (417.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

wildflow_splat-0.1.3-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.3-cp310-cp310-win_amd64.whl (301.1 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

wildflow_splat-0.1.3-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.3-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.3-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.3-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.3-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.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (459.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

wildflow_splat-0.1.3-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.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (510.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

wildflow_splat-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (605.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (498.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

wildflow_splat-0.1.3-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.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (460.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8Windows x86

wildflow_splat-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

wildflow_splat-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (509.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

wildflow_splat-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (604.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

wildflow_splat-0.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (496.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

wildflow_splat-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (466.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

wildflow_splat-0.1.3-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.3.tar.gz.

File metadata

  • Download URL: wildflow_splat-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 b9d1707c7bb0e1e00230db7c96322e329225557a12150f255413f15a680e1506
MD5 de233a254630e4bfd732d0d0f2f6d80e
BLAKE2b-256 085cee4152e5cd0b822653f26c51d5e4ed9e89af169a415943418d0d040aeb88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67d982bdfa8939a75d38dafc102c5567c8dbc013a253ef204c017d721fe4405c
MD5 d6b7e3d4a95d0d0ebea9cd531f843ff2
BLAKE2b-256 a2a01a085ad9f8f645e6b4e069f696436d6821bffd139373210ef335c4b53289

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 725c75752a8fc451e0d4ea00e21f557f9c236190135af862cce744e5145651cf
MD5 34b1bb9917b463c0e19b0e667a254330
BLAKE2b-256 7a23204f6680fa43d711fea2fbbad4038798f3174036e8b7975ef290243f8446

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 85deba1d9935d41807caa2efe0e65350201f16c2d801dba7acd41e2175504644
MD5 680399ba371f713976ebfb889e0700dd
BLAKE2b-256 c45553006b428ce25da3c7e48929b669c53f0245e6dd997241ee97d4b52fa461

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 554f1131647040468531df3875517eed1af811e2dd98c47b142c75e25b384245
MD5 1880aecd617190645b44ffc015728d98
BLAKE2b-256 eadde114b971df428f226e9eea46012c764579feda29c8823e7dda33ddfc58ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3c9cb2543be7a455ecd6a2ec772c0a92af7f9a47213dfadc107fde97456ec149
MD5 fb4c90125ca401852bdf12e8d9f6a141
BLAKE2b-256 feff2e1bc696717ca2279dcaa7ad261c12059d00972be300cd4008de0889a54e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13c4fac5033ceb22d8e4aecf24e2faa9e9e4fb412ed3b02b96f54b7df8efdc6a
MD5 6d065c8749005a91ee38f54f82eb60f7
BLAKE2b-256 adda11323e03002c469526cc77d4a691eb75a9bbdbc3d0a85bd7567381ed4478

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93b83cd0f13b917680f9209c5ef78c982b9043871b89dbe52d1e627ed7b8c2b2
MD5 79460a0cbdfc76ecd77cdd717c82fe32
BLAKE2b-256 977ff118eabfd2cc7dfd5c4d7a96b1c69d427a43aceab37a91917b8382c0ff4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2f0a09cf764397513be895a95bb051d11e0bfd0cc32361e0e8697eaa085e60d5
MD5 3eddaaa0fdb3108247e3920baea11c5d
BLAKE2b-256 eefe3a436b003985073b17fb2e8af047f98fc9fd7619f3230246f1d965e4b623

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 55ad40e8fd9c4adf1642347e494f111d619cfa60f730bb2d85b63a6c8c520838
MD5 e27d4122a841afe8f48bd249051d7c7b
BLAKE2b-256 33a5addf82d1827d3ffd1699ea8b984c6ba3b9d4ac4fc594c283cb113fc09dc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7edb22e4386b33c489f3408a3985d5bf6b7ca82bfb486de473b8806226c2d1eb
MD5 1a7bf99f639ea353f442dabf7f487986
BLAKE2b-256 f9f00a654b897ee1ef99542c6c57196c205d73a2e769d4fa321b207572892a91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 746541ca374b0fdf8f2c7ba6a30692d413a181591a30ba779d99f6a0c1a9707b
MD5 a04a8edcb32988bdcd09b85d0cda81f4
BLAKE2b-256 1c2222631f768311f1fad09c57723b4c7fedda674e1de901d31929864d1cc698

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2a36a43147757d1df23d927ef934581aa5daad03c7fd4c25fe9a35e7bc4c9715
MD5 de38af20934a30b74ccbbac744ec1835
BLAKE2b-256 d0cbd55142fc60a4842e1de149aca3696b286df29c60d039766a344292e6da49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 acdbe35de2a520e828ff25a7a9c7c22c9afd1c3d68b2ae51736c4f1c7612b1d8
MD5 7fd240dee50887a2bbf54e327fd43fec
BLAKE2b-256 a212e72d32abdb2831cad858b1661fb24b80ce8b28394bc85a3c2ae996577eda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 693a9a8af51c7eec6ce833ae3870839a2b1f0a0260f3a4debef6dd68eff0cc41
MD5 1561ba5c6398dd098c51b99849acd094
BLAKE2b-256 836b11db6edaa5b7095b852436157410c2ee18cd217fdee6282858f3a6778919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 435848594e8b019a8fa2eeed29a79c7050cc310099e517453b41b652cefa42b8
MD5 1b97286e6ee9099431d0d3ebf24ffc15
BLAKE2b-256 955b0adf869cad1d7259176f868d837389a9f9dd21679c525142b1ccb9c39307

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77aaf9f343553ad7c0d3d956886e8a715124c86f861f6fec50e10a6d38522e5d
MD5 c642645e5cc8583cff9c7a798b2a596d
BLAKE2b-256 9e1c80aa081f10c42b8094eca8228c1980dd23060c9db010c0fd7340642edd0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66cf1d2a085fe39df67be8a5020a2d0597bf2dda90a65c4053a3b5e7f3e23569
MD5 cf4655d97c714901393634836c8e3915
BLAKE2b-256 1a5e6075d8e1a4f820cbd2ab81184bda7ee31972d31b3f7e088303c61f5b9a9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 113212f10e5b2ebd93cc42c20db55f7dc9724ef732417120ba284dcf27bcb2cc
MD5 37b63b706b7651a9e0936969adf3120a
BLAKE2b-256 59c5c5b16e5ae9bf2358a9dc0359fe3f414dd40fdee495ab7caf2ead9210dac5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e778656659880e77e6c8e8da84e4a37da1c04e90e8cd2ed6979b52cee4a4df4a
MD5 4391d50e5529b26562a945c762d11edc
BLAKE2b-256 18bfb39b069727d9b781b060e9b51b5da3a175223db9f8d22480f1e4ef35ebfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6ab9c8ee1575dd331cdcc2ede7858968397a59ad5f9588b6e97ec21e906e07a1
MD5 c93bd11ee11c07698964f84641757ad6
BLAKE2b-256 a4c6acccbe51079dbad2f30cda2f4279cdfa6c1af143124920d1e848f4d47f10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 faadc6e2ccf398cdb7329017371020e66dfc6e5ef77da1897c292a6b65c816c4
MD5 715bc73e2d8546c7d7d5b1b841543b78
BLAKE2b-256 441ff6d6cf37548315ce374a18bbd654fe881ea555c762fa68af7bb6aea4481c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ad4d4da43826827049ce74b26e6eb9673f2bd3ed287646ff1471902ef57f346
MD5 5c2f95c3da0ee82f6f624ea8b0257324
BLAKE2b-256 572ab6084eb53b637284c33fad9ec6df2e8bdd3de93150deb392fc9fe700c0fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 909c8189dafbbb4af47d5de0f9dced6758552366481b47ac5b8d3644ffa43f74
MD5 87b265479665067910c7aaec66657b06
BLAKE2b-256 faf9757fda3e2f980b178bd2841b368393ba1aea2defb1264e56b7cb81970d1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 922ae89a02eb8198d628bc25362f15daba8a7c9c479fa41c815e27b4ce717057
MD5 499b90dd713187cc4c803f0235ba1656
BLAKE2b-256 72a9b530e1b12b8f232076fd3d6d6f351627e035c89bfd13a8eaa663bcea73cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39a06f603342f8715cf85856d2ea5e55061473eeaaf54802e78078d6e5936bb7
MD5 73c1da665e899363d3170b1669671fdd
BLAKE2b-256 7bc26e0e29bffdf4ef05d85a8b2d3c4e73beb8e100066996350350958ea2ffc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 19a59f7e8bd5dce7047bf26ba123a94835895427ea181eea11038c96d65e53eb
MD5 d246ef4d8ee8f70e8326ae7035964739
BLAKE2b-256 f0de2ad5eba5e76fb0d25631021c9248b2193432fe2afbb5755f16c4705a1676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 030d7577226bb5eaba80c49965c626e588b4b25defea6fd51b3972e738c71917
MD5 2c57e24870061497b9f56ba1eedf71dd
BLAKE2b-256 245eee06d00d11ed417daa549ec8d3ca5f8fac444b7103941ca99aaf888f6b9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4436463b0c8e4df7e9aeb85aee792da24fc68359e39e089f846028011c1e8073
MD5 b7311b10133378b7399152d5e480508f
BLAKE2b-256 b3bc6b0f8ad5dd453de6d6ef0945418a99bb3d2803b7ccd87b6d0e1f3df744c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7f40d6222e3fb9c90b878f21afbe695d55f0476df8a2b042f3b23e93c3105c4b
MD5 ff298f1c0192515c81702081d8683935
BLAKE2b-256 618e1d4334d73ac5e790fc4dcd518aae4ccc84b2f2842dd6b6fc47a395a7a819

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6d9695f35791780029ab2669ba8b93534056722d2cb9af9e4fe32186b83de37
MD5 cb07845a8143ef18156568260b4ed8ed
BLAKE2b-256 0b3aa5912f377072085574c4dc074e79a538ef8ab8f2173da64df60b37cbfac1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 654c54d43b36ad9bf5df79948778aa17b599774216c77215dd1eb755621957af
MD5 05ce3b14f20e8e5b0459b451c2797c92
BLAKE2b-256 3ef030c1832f141e60aa021e3e120ba8ffc8827a6eabd67afbfe90bf769fe72a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dc190779d995748715a38d829c5d86be2de0420e6f9b368554aeb605f5f74229
MD5 5f6666bde422c24e7c064e977c88be65
BLAKE2b-256 77539c6bb9362c5fd27eb40c2bee45ed4dfcc4538c059c02a70f3ca6d502c67c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 46879120d9cbc2377b732297a1125db998831980fb4cf2e32a28f17bb2f8ed46
MD5 3d365461a111d97681d2bfe99529f50a
BLAKE2b-256 ead652cbfb7dfb573a0060962402fd2de503b9702cd27f2e084add024115d279

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 41bafe22babc31ee7658d62a79773fc938e093d4affdc706034923b2b7f6a815
MD5 06288ec3caf24b5b89702b0d71dcd422
BLAKE2b-256 cb92ca866dafe200ecef6c6480b5a1558f307630e0246c2f22de575ceaa25e00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e95aacacd41807a563e7b90f2fe3accb1f22e39893025fa2bb8fc450df365621
MD5 0da3edb9d36ae641bd934ff4668b4966
BLAKE2b-256 ef4615ef956ab74a399f77afd2c7dd92edd1afc93964aa10da697d91801be331

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f0993c697a8e23d1c02e0caeff565abaa6ff3c1a112677f3342c8c30151ed8e0
MD5 8aca2188784885670e098407c8e64176
BLAKE2b-256 dbe18c91adbc068fe4523eb2441a912c0dff951e7ccf0d6a6fba7e92b39b8285

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b71e88b7068c3dd47cd8e62787eac69b118d57c429b39a2aab7d8451e0996fee
MD5 afcb6bfa7839edf0fe0ccb0cb3dcc432
BLAKE2b-256 6bc0dc9b7c2f62a71409e10b4ec8d0d03304419c12b4817cfb45b71bd708f938

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cdbcbc49d91525b6313e89716930cff7d84ff9bc76eb2d918c76efd44c62c086
MD5 a5c0dd81b5651397a45e3104cdde3dcf
BLAKE2b-256 0ec3cc5a20c938e13dcc8db4eefce0ac1243b250f9ccac174b8d52f55cffc5e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0eb9f6c04ef503e2009e18ac490c80d7ddf655673a2c6b46a0914c76175dde37
MD5 5763ad258a6349f21e062f92366f91aa
BLAKE2b-256 bad8d8262733c44e8dda1a099a6fa512257eb326ce636fe823a843229ba75000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27fd138c1d548778a5bc3525b7ee07a896aaf924a1e1e664c18b985544a32757
MD5 f6ea6e548f38cbbe9bfe677ebd1d8225
BLAKE2b-256 10ae8db612a307ee3827e790bbc0b202f4b9aa9d3b0924fce421f92b6d5c7506

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ec712ab85c6e8930783eadce959b4bde09c7f5ce9dfdd2e6dde4d7808f5e29a
MD5 a78ac3f42fc3ca6795196ee7837637ce
BLAKE2b-256 0d85ed2c6885c87ac583f28ea26033f51d6710b0597af48c9cc9aa8d6add7709

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b65f18f7e16a859f07e3b3cd148b44c7fdd17ae3024c286005a8642b4046af12
MD5 9731a18cac372d2e4f1673257321dd76
BLAKE2b-256 45a99e11db66f395810876f9c5fd4896a4fd998086f2b23b6995b80b256193e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3489be16d978d020cad14b11172982dedeedd88bbfa6089cba70df799ed0a048
MD5 8de7c88bf8314dac558c58353eff4992
BLAKE2b-256 7623612ba2fea375af7eb9fbeeea93384277982a9d4e40904ff42098ef3f4017

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 87d85f86fc041b8f19063f68ab75a68b65b766e4288481a8e3441693cbc4bc24
MD5 62b636a8a06ef01e41b7ed8ffc77562d
BLAKE2b-256 35d8c098a8993622af53ae5cffbbfbdb1b46d4d5644cd57ab79f3fc4613c3317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e93711305103cdb331688b1c1bf015b834710a32ca82dc3e5441e37b87c8bc5d
MD5 bb88278178f430352826f9d7cc4e3734
BLAKE2b-256 28f37d71ab77db5a4ed3eabd6228e32b3709186d686c65e7699553e57d1c3061

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52442c51476ded872f8e978272febe79d0bec67b53a1ab6f45a3fdb529c8d798
MD5 3df9122149fb443a28a92de8eb4e5b45
BLAKE2b-256 1414903e333325954339623e30ff8efba83c699418083aab15845a6d4654d91d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 57a820c5775225fbd7af810399ed78415f963ed2c0feb32a6f85e55bbfb74354
MD5 562676460559a46239b07d60869a2f1b
BLAKE2b-256 ccedb43da7e87950229243c42619e6ec1a56a7caf69f83bfa6d1a06f1ff3cee1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 30654162d0fd2b12aad8eb3ee073231a0a8f15836b129430afe1aad93fdb9adb
MD5 63367b51266f94408f973ec1f3dfb4ee
BLAKE2b-256 4cfef432a160b93ecc65ed9122125af5e35db82ea15c665d49236ad5abb76ddf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 493f6e8b74f58ac07663a6c6ffe17425d5a5202006c274308da32825e605491c
MD5 72959857c6c4224c69880835f3061467
BLAKE2b-256 77f0c61c0cae108300cfc55a195e1407091b856eac1780b86251bf7c03604ca2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 93a27847a141d40c011d6e643917677819e3bcf67b2c0680e687921ddc820c66
MD5 2540f74e0f68566c0f7d3d51b92c7e13
BLAKE2b-256 ebbfac32eb459961fa6971e51e252b4360cb251a858ea3c38731b328bce76929

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2207b9ae75057f9f607f907f7c50a2be6bff3c3b0adbd7f3d32732adf43ae6e2
MD5 344408e84257fb20940676edb81b9054
BLAKE2b-256 68aeb6a03e6ddc0ea4bfb540290f2b8c5f470d074821f7c2e5d9116afb56ac08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b44e465b4ab0eeff46e67ff5419be41250dd79ed99dc72e106a0949551d4f967
MD5 69bccba0d4c0b63f55d7a4f1baf060f9
BLAKE2b-256 95f915d25c5c924d2f38266b38f90a8f278870b72d4bfa59ce1bcd6ef80c8d34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5539caab57e075ea98b9d3d8aa14d5fb35cff671f8497973b1f5a0796dd9c92c
MD5 a04ff11de1c3351ed52e558f423d7860
BLAKE2b-256 e0ec93697ed89f68c4ab66518db8dd22cbba2de71c36190788fe3efef9b6de53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 839cd464a4ef127ad42d346e5bf12ed175db1fbbbcdd886f8b0ce698507d84c0
MD5 1bf98c1e1ca24adfbc6047047e98a5e8
BLAKE2b-256 20cd6f949ffefca14cdb8baf06d60c8d9bdf6105d6bc6b0b40b2b5db40ae32ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4b91d65c0157188de4251f4d4adad5c4f280d416e911fdc408d09d82363fbbaf
MD5 df0cdf1f52c1ce9c9eed326ecc35894a
BLAKE2b-256 e458a096db0d6c38a9644e9f994dbaa1954dba82c305b2b217168e1781dc1721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4dfb4ee09f54379bc2e6f74efeebb8070f71e88ed4f15ed11cf025175a8bb3c
MD5 47dc6e4bc1cb3c2105cbb6f1ed9d823d
BLAKE2b-256 2d78c150af6c240fdfb6186a19e406e50da2ba94713db88af2c34e7512e869ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 68fc544320fc205e7ba8ad52e1375ec49b3a36cc22e3319f5a0fd5a6e2040546
MD5 d658e1bb535ebdf77db42dadd175bbcc
BLAKE2b-256 2e71921014b54cc4fbf411b6d95cf2c6fef14583b77302992ba7d30cd9ca4774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f5865ed04a6ae91ec6ea29d4aa33b31b3fa6bb0452ce197771d9910d599bebe2
MD5 f0610bb2448874de83335c3b71172b19
BLAKE2b-256 867cb9fb215f3e27253df7e9db36dc024c457ed6527864d7c24c6a02ffabb4b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3eaae19366365733450f908979fb579678a1a7efaf931bf34b787017dd855e96
MD5 c2fd856bf6274e754cdb575fe188a7fc
BLAKE2b-256 63bb10dbea2168f44dd2271bd3be13b1da4293fb4618ad5b9429714170cc93ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9893559babdfba8010d48b66e60462a81a87a25a90b6057804071e520fd61652
MD5 5146946954f44d424d874364ff4fd1d8
BLAKE2b-256 2ed57b06fb14e3133c73beed328b879adceab884b87fb9aa44bbdcb488d7a5f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b223f3fbba6f6bea2dfc2bf0a7d4e1117f1da82bae97141405272a97c086c5b1
MD5 324657917a9b1e4a83822501f8a6aa65
BLAKE2b-256 0fb1c13ba765f0fee907aa1c1c19853975f91ecf5f862a7dae133c0352978054

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9634908c5ef8398fd76e9fd2d4cca509bb0bec7d79c4b215a6330d32bbb39c6f
MD5 28db2a3df9d447b31d66f21d37f4f350
BLAKE2b-256 21d077cb2be721958b6ecf92c4b41d2b536b7d9c08c04745217ef9f73eb250fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 aa1c696c1aa8488491cd31050ed3adaf1418629706c460a4f85ef572c5632695
MD5 fa89a5d8d9a8662fdc8a2904e8db5ffa
BLAKE2b-256 5e382783416c0f30093138163745d9391d6d95d4b8d8aafcc4b31970620117f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5035ff9ca296ac7ba39dbc1025050aaa730c2359747492856df26555dfd35fc0
MD5 794dc28eef48fbd2f491ff59b8b7db1d
BLAKE2b-256 57203d42a4263365220f51e4c47f7239ab97bad149776fc389f6fb136c7da6fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1328434f2b6b8e31537dda9eaf196545d71f23bf856585fe0ed9504d8891de53
MD5 833945892c50f7ebe47e675cd05c0f90
BLAKE2b-256 2bc4c925de4ea73ed52e687e1fea292f7c241075368906b7bf6cdd8627e00150

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f0b58d2340c267931dc1cdec2f484b8f9ffeeb7404474329faf9964eb36b2467
MD5 1da57f91350f56eeee343b8f7e65f143
BLAKE2b-256 02d529aed8136b810184104ff6d3cca035b19e27d771d3f13ea6a6de95ef68ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b231809cec0feaa1e9c6708a1b6f616b90b0f825dd07abba99f50026d1ca8172
MD5 578c31bf76a188d45e7e589138b9141d
BLAKE2b-256 527d6f92bba7591783d0222694d9e969a8ec77f672b3c7df5f22e64a843ab522

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fec85ba9b2b5f7c23304e0ee7eef1a1aa2ca17a02a1b3016d9c9527484208563
MD5 8bc8355c7ee4fd4e2c135cb6645c86c4
BLAKE2b-256 45760665b478f761b2581ca37aea02cf3eddefea1b1113918c947fb5c694a3d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aea58ce1b73917fd21fcfafdb45c5afb21bfcdecbfccce784bf37dfa9fee8d37
MD5 a8875c71a993747e624fd8a17f0b0ea5
BLAKE2b-256 7ae270a139f690572f5930d09af8e696e713f7d1f2faea9bbb8e3487f7b8ca5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3967c9df141b4409f739f68149a4969ca92e3005c2d3bc9ee2ff3b6e9300b0ad
MD5 28d8fd8baab89c20e70a0428c7d5c65c
BLAKE2b-256 491ad1bce42c12aa02072ac23dc8dea1c324068919b7d9b9c680577c499a801a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d3c6c8a4337a965400be6f64294c5f0b3d580d2debf2c7ecddc52383c3fd2f4
MD5 6e2efdfad9476789b978d5cd1224531e
BLAKE2b-256 fd9f3a4f3078a69b9dc7bb2b398b451bcb89b6ce74f39708b8cc26921fd592e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2452962637a614beb33c5720589a25ca7fe280a56e96317df7dcff758e5ecc1b
MD5 eb613a68cbebc291405f5513598c24cd
BLAKE2b-256 c4a51a6cfa2ca004221da40507ccda81f757417e79add5d04548cd51d36b5486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ebff5bdeead35894acec5221bed9262c36cfc435d6361ebae60c0cec8df69efe
MD5 dda3da2e45494fc5dc0b4bfc77c6b772
BLAKE2b-256 e08f7390a188c765dd67d8a2dcd6e03045eede71f7caf029f9a2116644b57d2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cb1fc9ef3f3bd94814182ad04a4a51110701ce012fe32d4e7408abdf91187f9a
MD5 eb8da07e059c257f6ce5d30395af2c8e
BLAKE2b-256 087f74c8837f9ae415de270adebdc4cdf79bcff3857119e061a4185b653afc3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b0db20097d105ed3e7ed44a2f72ca7a0601b70e6f48a016d9b72fe99c0e822f9
MD5 9f065d575573c6efb6a889edee5161ed
BLAKE2b-256 da9e26e6f85c687088ea022bc9c23e25deade0a271c130b0be66db5c00179b32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wildflow_splat-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 523503895a70a4ff604455fae9c31a95de78ae48fe6ec2460d089b8ae8795487
MD5 306cbfe6e514d8c2fd714aae56325f5c
BLAKE2b-256 36c599dd1c8ab2bf74db05b268a8e54afeaccdff2c92cbab7e7d542bb8261f72

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