Zebra noise stimuli for Python
Project description
This library will efficiently generate visual stimulus videos using Perlin noise, including zebra noise. The core algorithm is in optimized C.
Installation
From pypi
Run:
pip install zebranoise
From source
Make sure you have a C compiler installed. The easiest way to do this is by installing Cython.
Then, install using the standard
python setup.py install
This will compile the sources and install.
I have only tested this on Linux.
Usage
Basic usage
If you would like to generate a zebra noise of size 640x480 for 2 minutes, you can run
import zebranoise
zebranoise.zebra_noise("output.mp4", xsize=640, ysize=480, tdur=60*2, fps=30, seed=0)
Other parameters control the spatial and temporal frequencies. For instance,
zebranoise.zebra_noise("output2.mp4", xsize=640, ysize=480, tdur=60*2, levels=10, xyscale=.2, tscale=50, fps=30, xscale=1.0, yscale=1.0, seed=0)
The meaning of these parameters is:
- xsize and ysize: the x and y dimensions of the output video. (Sometimes these will be rounded up to multiples of 16.)
- tdur: the duration in seconds
- levels: The number of octaves to use when approximating the 1/f spectrum. The default of 10 should be more than enough.
- xyscale: The spatial scale of the Perlin noise, from 0 to 1. Low values will make the video smoother and high values choppier.
- tscale: The speed of the video
- xscale and yscale: Resize the x and y dimensions of the output.
- fps: Frames per second
- seed: Random seed
Advanced usage
This package can be used to generate new stimuli based on Perlin noise.
To generate a Perlin noise-based video, follow two steps with the package. First, generate the Perlin noise. This is the most time consuming step, and will also use a lot of temporary disk space. This is accomplished with:
noise = zebranoise.PerlinStimulus(xsize=400, ysize=100, tdur=60*2, xyscale=.2, tscale=50, seed=0)
See the function documentation for perlstim.Perl for more information about modifying the properties of the noise.
Second, apply "filters" to the Perlin noise and save the resulting video. Filters include thresholds, sync squares in the corner, etc. If using a filter with no arguments, just pass a string naming the filter. If using a filter with arguments, pass a tuple where the first element is the name of the filter as a string, and the remaining elements are the arguments. For example,
noise.save_video("noise.mp4", filters=["reverse", ("comb", .05)])
The above example applies the "reverse" filter (with no arguments) and the "comb" filter with the argument 0.1.
Filters
The following filters are currently defined:
- "threshold" (1 argument): set all values above the threshold argument to white, and all below to black.
- "softthresh" (1 argument): set values much greater than 0 to white and much less than zero to blac. Use shades of grey for intermediate values, according to a sigmoid with a temperature given as the argument.
- "comb" (1 argument): Alternate black and white thresholds at intervals given by the argument.
- "reverse" (0 arguments): play the video in reverse
- "invert" (0 arguments): switch white and black
- "wood" (1 argument): similar to "comb", but use a sawtooth wave
- "blur" (1 argument): Gaussian blur with the given spatial standard deviation
- "photodiode" (1 argument): Draw a sync square in the corner, with a size given by the argument.
- "photodiode_anywhere" (3 arguments): Draw a sync square at the coordinates given by the first two arguments (x and y), and of size given by argument 3.
- [any function] (0 arguments): If you pass a function, the function will be applied to each chunk of the video. Chunks consist of the entire x and y but a subset of z, guaranteed to be an even number.
Example
To get started, try the following:
import zebranoise
stim = zebranoise.PerlinStimulus(xsize=480, ysize=128, tdur=60*5, xyscale=.2, tscale=50)
stim.save_video("perlin_stimulus.mp4", loop=1, filters=[("comb", .08), ("photodiode", 30)])
Other information
Much of the C code is based on Casey Duncan's "noise" package for Python, under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for zebranoise-0.1.0-cp313-cp313-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d255707ec928bd814a645fa61557a7efb8523f8c53150bf0a781a3ad818f0c6 |
|
MD5 | ed817429e53af46feecbcdd621e72bce |
|
BLAKE2b-256 | 0f5073a7c355a2600cea1afd2f68417fed9d5b6a0ca05b1d8bdcaa371db769e4 |
Hashes for zebranoise-0.1.0-cp313-cp313-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a79202825dc8b03dc817018c5b0935a6713f13648e35f74a319e9f15d2f823db |
|
MD5 | aa4fbe6abb86089f7a7c15c3bc572f01 |
|
BLAKE2b-256 | 84c6518f63022e4ce3b3f802ed8e70870eaf49e92a8079090711f92313baf4a6 |
Hashes for zebranoise-0.1.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c5a626fd77b67500cb6bea4574e6e5a8f15ffa740efadacc95789e40d6b55bd |
|
MD5 | 6889b247f69137b02ab0ef40c1462ed1 |
|
BLAKE2b-256 | c4e4ea8404aa75d4e63a4fc2b447554c9ce19a485daed35c1165f233cd8b1c31 |
Hashes for zebranoise-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca75dc1c9b4de00511560b6c290c48939a69b4d3c6be9b99df302efa38d4333f |
|
MD5 | 54ab0efb3a6dd9060b2711faf88c4b9e |
|
BLAKE2b-256 | fce5dde6aed843c08f19fe7c9f1d8d213216ba4c9754cc23bf3e6f1f48811494 |
Hashes for zebranoise-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b38ee859c54ba768568caf44cf08460f20f2cf4a1b9db98c0f8c4de8ab16eb59 |
|
MD5 | 32d457d4202786d4480578c1207bf55f |
|
BLAKE2b-256 | 54a989c91dc15296f5f8a27a23e14a5175c60c9b4bed7d00aea52e2c74323fe2 |
Hashes for zebranoise-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5891cb2508332636c88abdd616de8da043edeaba621de03705e7bf8eda74534 |
|
MD5 | 2695ea7d0c506cd7b403520554e3a8a6 |
|
BLAKE2b-256 | 474104c5291d27e72870dfb9879e3d842ed0c1ddabdade07cfdb300792219790 |
Hashes for zebranoise-0.1.0-cp312-cp312-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22298cbc55e1dad3dcab3020d69b7d56fc6e6431ee31e8f002f457608263918f |
|
MD5 | 73c64934d85a3457eb63b9c5bb565d54 |
|
BLAKE2b-256 | 744df90d8235069534aa441639d3ba6903c289a320b1b3e01046ef376eb3468f |
Hashes for zebranoise-0.1.0-cp312-cp312-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41804acdedd9836631862db1596b8d0ed568e276db6216ea050803fabc284b22 |
|
MD5 | 240e8443e82bb177654b0014047d390c |
|
BLAKE2b-256 | 62ab160b0a64f8634291e08a88def17933f668b3a3661b8fd7757837691ecd73 |
Hashes for zebranoise-0.1.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecedcd36f178c5555c01cb390a33bde12dc1a6473afbdf6cb9ffa45f2238cfce |
|
MD5 | a6de9cfe47537c3b97bc6a29ec9f76cf |
|
BLAKE2b-256 | eb1c6a3f6fd10f36080e36e4019ba8ea3ab45b64aa50c65002f1194fa99f4568 |
Hashes for zebranoise-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cf6f83f3969469a09e2c2c12a31412343de4ef864dae0ac1039d838d2d7e68f |
|
MD5 | 846884305dc0d09b17beb5a573902aeb |
|
BLAKE2b-256 | d341c329b792f117109046c87c4d806b27edfaa2c97a0c54a7e9bc693e49440f |
Hashes for zebranoise-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5e1f70288fac74a14fe41e4824b1e9617aa49f436bd6430b55854df23426f68 |
|
MD5 | ae1a4d5fa033e3e08f5f8622f9eb042e |
|
BLAKE2b-256 | 2183c19d0a092da30e69a1f2db3ee074f2e98f799caee149f4b9e43ca3c71653 |
Hashes for zebranoise-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 556e8ab56ced471decc815d67ad3f89b25640573c37c317819f8e158bb81ebbb |
|
MD5 | d8e4174877d6f6e76e306b4f0daeea04 |
|
BLAKE2b-256 | e836e2eff0f557841791c4593dc66b2cc8b46f7bf27ee7023ff3a1488d9434f4 |
Hashes for zebranoise-0.1.0-cp311-cp311-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38ac0667cb3fe270be56c2b51a67492f14d3f68aec1dcc27501367fcffc6fe10 |
|
MD5 | ab67b315b62f86314b32cc9383487c7a |
|
BLAKE2b-256 | f890ec42911dfb04a9a287700686901fec7a89e6fef24a3d08e97962c0fffda6 |
Hashes for zebranoise-0.1.0-cp311-cp311-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 299e24f86d7e858c56668c4f58cd3ed1ad6c613ff5c6099a2b6019c82f0f16e0 |
|
MD5 | 9730dbadf98ebedaf21f4e7195ad2b1b |
|
BLAKE2b-256 | 798bc0a61933b5655da26175b17dc12c4ee159f4599ba7d2e157008bef059215 |
Hashes for zebranoise-0.1.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b1cd50c2cbc8381c1edd049559699330a6c11277272d0b9e43b6176f68c1d0d |
|
MD5 | e0ecbc57c779948e186af47498572f40 |
|
BLAKE2b-256 | 34c287ac4f47b1e496c43e36a983679d0b7e589b834ab678be19464d2507ec84 |
Hashes for zebranoise-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 225c0422321f9452cbfb6d165197c086651fb280e634c867769c09d24e849ea2 |
|
MD5 | 1d3de9591e80c48b0991ea0924dc1785 |
|
BLAKE2b-256 | 729010a5f1f9a6ac6ec592194e253ee192e6b8811ba495255131f3f77a1b1539 |
Hashes for zebranoise-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9620a76ab48320c6d9ca2e0fb0479ad4ace0f5f70bbfb5fa45b65c722cd55ca2 |
|
MD5 | c565f1bdd6c98caa22e026a700103d17 |
|
BLAKE2b-256 | 7779e7f0e371c2341666a8c6fbaea7d4ae409c925cc89c469f04fe68317ea9a7 |
Hashes for zebranoise-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fe0b4312d9cb247ee33093bc044d839090e524fad945173e48749535530c60a |
|
MD5 | 4099d4d9e053afd2d421da7bc4c7354c |
|
BLAKE2b-256 | a7eeaa41fe32a33d9a2d3d5ec47f28c0f826afefbe630d4a795fd26e85430747 |
Hashes for zebranoise-0.1.0-cp310-cp310-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2caa6f04a712e2d100b597449747011b6870c3ecbd4f5ebcf0a6f5209ae22113 |
|
MD5 | 24bbdea0452f40d13924308eed80ca30 |
|
BLAKE2b-256 | 26f38d8c65c8255b3dafb22aec0f6eda2304d9b9aa3c9a4557b60f4a7f07a341 |
Hashes for zebranoise-0.1.0-cp310-cp310-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbdcc1e7ee3c6156712825c234c4f43401a6bc403b37b12c3481f028ab157b3a |
|
MD5 | a0b1d14b70a4f3c784322621f0dfaf32 |
|
BLAKE2b-256 | 6c19dd8ffc6f942c8f3a6e7c0d3ec47f4ef093774d8ab4da09ba41ba594f157f |
Hashes for zebranoise-0.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0033b7d7f13849bcf9ff50c735ec26ab56b69abd2122be55986cf155672964af |
|
MD5 | 5992871f6d4264f18802d87ebb0325aa |
|
BLAKE2b-256 | 7af90d1fa0a158c3b184411fdd79ac3eec975c536814ce6f865ce38253d538e4 |
Hashes for zebranoise-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17326329687d15ae62dab9df6ea526c688efaa985e0f71c09f8114676d8946d1 |
|
MD5 | a1156562d7f20caa107961b340859d2b |
|
BLAKE2b-256 | 26454b9e94c735658a99b968f6b4b912200d3a0c480fea5170b2a8a26c4cfe1e |
Hashes for zebranoise-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cfc6e1c657ee84fff45b3160281c61e37ca7400a423dfbf926fc1258a34964f |
|
MD5 | 31e4f5f3e1fea445b3faf7ca3ec26711 |
|
BLAKE2b-256 | ba9ef565763d0bdcc66aed1aa9e72ade559b521c8bdee62988726ac09a69c00b |
Hashes for zebranoise-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a1f9a5115004eff03f1b97515e51b0daf45b93f229ff51400ddedfc2a7d3b1b |
|
MD5 | e63bfe5a05109556f19007d1d11ef069 |
|
BLAKE2b-256 | 17bdaf19f95bfa92c173e595ea115ea5dbbc036708c78922ae3572d4e13dc338 |
Hashes for zebranoise-0.1.0-cp39-cp39-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d6bea1a38064e14e3b242b17af20e66178451b1a33ce6fecd7b7303a34c6fc7 |
|
MD5 | f32213149b0a7764b0da2a2bb28de2f4 |
|
BLAKE2b-256 | e89a61b66435fe735da0eca12767da60db37e1b970f92615c222e60dc1251022 |
Hashes for zebranoise-0.1.0-cp39-cp39-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28eef0b865402a0da6e6fb421c660a0f30f5a19dcdc57c2372fc96905af97734 |
|
MD5 | c06bfc56877aadc4415df8ae253d4c0b |
|
BLAKE2b-256 | 478eedb21177bd35dc55998815596164f169c5138a9cb3fdc022115383558aa9 |
Hashes for zebranoise-0.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13e87a17821d6a635c0548c104e316a41f0514712bfe4ef2a11486e391028e53 |
|
MD5 | c430786bea7c7296e308e416ea4f1d21 |
|
BLAKE2b-256 | 2cb0e1d1cca9547cf6702d98ab2fe5921b3009b72e4bdafdb53c189aee034aeb |
Hashes for zebranoise-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f96f645587832ffc089f31ab334461b4676883f5f2c13fee1272cf4a781a185 |
|
MD5 | 23f41723cc54283bda5b5f6697f7627f |
|
BLAKE2b-256 | 5aeeba9a1ae57d03c15c322371adc6bb8a0bd49588bf53cc29a0202349b84b81 |
Hashes for zebranoise-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec8c60e4640c1ecad490a36e507d225a2b9217d3f697bef319c96276a31a7ee2 |
|
MD5 | ecba11b0dbf6f36dadf41305c38df711 |
|
BLAKE2b-256 | aadfb7ec80d307aa60d3e62e5c620aab1a025c093df100140c3fc2083f81a68d |
Hashes for zebranoise-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba3dff368f7212809cb5c13c28262a11e6b79b34023adcde375850cecd52ee14 |
|
MD5 | 137c08389c53f4605863012fa358abcd |
|
BLAKE2b-256 | bd27d650fe0311dddbecd837c69d3d96e251cf221b2fd1af9881547f7132105c |
Hashes for zebranoise-0.1.0-cp38-cp38-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5197df14421b4b3ac64e0d03dfd175f0d8bb879b1533cbd64d1421865331bfbc |
|
MD5 | d82371872db0a2945079e86f94ca6ede |
|
BLAKE2b-256 | 9cb4639515f6f45eab05763b4d9f6f498fcd4fff75c122a248bfe72c5d98cc5d |
Hashes for zebranoise-0.1.0-cp38-cp38-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05f51ebf1b5cb3fb01b0f2707287691e40a29591bd2d0105d2f52d46e873ea68 |
|
MD5 | 8ce4341d4bf64ac2be85b99c35c1e896 |
|
BLAKE2b-256 | 5cc99d61694b91817ed7739367b585950c35fbc08163de2e492cb69083d2c403 |
Hashes for zebranoise-0.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08b3e7b89d987cf3f7967d2c7aa97f3f1b9195d188c17c419ee099f2a0f26355 |
|
MD5 | 43840d7bb3ea360f830613ba7d7f6a22 |
|
BLAKE2b-256 | f782c108fd6e4f956cdd15d9ac0366ba033d50cae78eec0cd49cc00ab8baf5c0 |
Hashes for zebranoise-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 881904897980f04a40782165545cbc1794923b751fcaf75e52612cebd933302d |
|
MD5 | 662de2eddb52d49e1396a86a76c054f2 |
|
BLAKE2b-256 | b82b4c3118229352fd649b7839921eca01cc2b1336815689cf8b1610c348a13e |
Hashes for zebranoise-0.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64f764658d70b3a7abb960b3ad2fcc81e06ac11a07cf392a20cd48e959a3350c |
|
MD5 | 469bff6452c1829dac08b0c6c4ee2074 |
|
BLAKE2b-256 | 5f7081537a0ed67e5685152a07d73ac2283db6712bd539da1ddcb9beb81d49b3 |
Hashes for zebranoise-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b1755fa858b3d610f40b759559e5df1dd175256f759dcb9576370c8ef23324b |
|
MD5 | f57f32bbc8492a7e3a21b2ffbb75b1db |
|
BLAKE2b-256 | 937b22fe6b5dfe899b841fb230123048ea18567503b83e7f8721af98509f2cd3 |
Hashes for zebranoise-0.1.0-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10bc6f7cef21c69011ee38a0c1e8906690965ffb2585c59ebd3570f5d5ac3f80 |
|
MD5 | 23e56da31312fc46c4c59d93c9309759 |
|
BLAKE2b-256 | 8864e85beaf9b7582b1635527501d053289cdda310edb38015b0f1810154069f |
Hashes for zebranoise-0.1.0-cp37-cp37m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a6b44c6a05001ce4ca1e730eaa7e03c316185f78eb8ce3f6f046d00b3f7e1a4 |
|
MD5 | dec49c399ea0c088f22c3d9f53717522 |
|
BLAKE2b-256 | 2f51598c78174da4ef5ebb6b571ece945ff6251b2c129ebe96d2de66a832d9dd |
Hashes for zebranoise-0.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1c878c441d11fb2a0975a2f4a6311af04d617051a24841d4eb6c5df360f27dd |
|
MD5 | 24fa0443271a4a1dbd94e35e8c306c71 |
|
BLAKE2b-256 | 4333bec0ae9df6b99cd9e463f552f9ca6d90cb50e8adb3b894a48f95fc26cd68 |
Hashes for zebranoise-0.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab92bd3a88140e9f564556f9686c2246c776abb6a81949eef6b7a764ca7ee39d |
|
MD5 | 947327c4da85cc742eb3a33569668f7b |
|
BLAKE2b-256 | c4130c722aa08caab7b657ec5d7880f8b399dcd9aa3848c8596772248e87baca |
Hashes for zebranoise-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd8a7d7a2fda6fae93a151646b91bc46a9942c20947e3c3236c08e8d5fdaf43a |
|
MD5 | e97f96c3f828658a60012fca025239f4 |
|
BLAKE2b-256 | 97d70d40346b358596cb84fa60e136fb05a9beeb394e9658e4dd1581f4d89bfd |
Hashes for zebranoise-0.1.0-cp36-cp36m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5d1ce66f1bb53fb4bb5594eb2a58d12bad528b17238b80ec038c7b79ff147ba |
|
MD5 | c31352408ec4c73ee541b52ba359eebb |
|
BLAKE2b-256 | 27b366ca32407614e692a62540caa34cddd388e153b0dcd1d735820dc62df586 |
Hashes for zebranoise-0.1.0-cp36-cp36m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e969504719177ba72b00d461d34b0c0e6ae43621a914ac756747785365beed1 |
|
MD5 | df8678e8714b8cb27162c3e9215f8a4f |
|
BLAKE2b-256 | 017087f3ae9c7c13eb8609a59bfcaa4a0f2f7fb67a160ae99bcfa811a238b9e1 |
Hashes for zebranoise-0.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55195357a0b122c9ecce6752522911d1787d09e6ff1c211e8b69ac8e8c4e91d9 |
|
MD5 | 2b67e344e7e76ff1466b82a6300bf50e |
|
BLAKE2b-256 | 66fd437be440a7cf1f2e5412de85f2a34ab7867fccf0243c4a0cbb4a2d773352 |
Hashes for zebranoise-0.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 529cf2e9293ea6d0e9c513304b6f7f90a9217194a2985723566e34897111050b |
|
MD5 | bc002e5d170230fc866b8847accdb288 |
|
BLAKE2b-256 | ccccfe1a5181f7b423d1a7105c20d02f03e915962f535aa7e1c2c0b8c554672c |
Hashes for zebranoise-0.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e817297c680e3a57383d4b33e177968c723e0e0fc9cbe1f05965c8b6951d948 |
|
MD5 | 8f27633e3c527a7d0e5c512b1ad6ee3d |
|
BLAKE2b-256 | 4ce3d1b654bbc641a6c96f0559c3f8a02d0eefb4bfe81bdc0de2b9261d205924 |