Skip to main content

Hyper Fast and safe image manipulation library for python. Powered by rust.

Project description

Polaroid

Deployment Actions License Wheel Python Version Rust Report Chat Codacy Badge

Hyper fast image processing

This is a Work in Progress. DO NOT USE in production.

For all the examples, meme.png is used. Please replace that with whatever Image you use

Via File System

from polaroid import Image
im = Image("meme.png")
im.solarize()
im.save("solar.png")

Using Bytes

# Just an example use any library to supply bytes
from polaroid import Image
import requests
byt = requests.get("https://dagpi.xyz/dagpi.png").content
im = Image(byt)
im.filter("dramatic")
ret_byt = im.save_bytes()

Properties

from polaroid import Image
im = Image("meme.png")
h = im.height
w = im.weight
wi,hei = im.size
image_format = im.format
mode = im.mode

Using the RGB class for coloring

from polaroid import Image, Rgb
im = Image("meme.png")
# Color Rgb 
color = Rgb(78, 93, 148)
im.color(color)

# Now Save

Methods

Image Methods

['add_noise_rand', 'adjust_contrast', 'alter_blue_channel', 'alter_channel', 'alter_channels', 'alter_green_channel', 'alter_red_channel', 'apply_gradient', 'b_grayscale', 'blend', 'box_blur', 'brighten', 'color', 'color_no_grayscale', 'colorize', 'crop', 'decompose_max', 'decompose_min', 'desaturate', 'detect_horizontal_lines', 'detect_vertical_lines', 'edge_detection', 'edge_one', 'emboss', 'filter', 'fliph', 'flipv',  'g_grayscale', 'gaussian_blur', 'gradient', 'grayscale', 'grayscale_human_corrected', 'grayscale_shades',  'hog', 'horizontal_strips', 'identity', 'inc_brightness', 'invert', 'laplace', 'liquid_rescale',  'monochrome', 'noise_reduction', 'offset', 'offset_blue', 'offset_green', 'offset_red', 'oil', 'pink_noise', 'prewitt_horizontal', 'primary', 'r_grayscale', 'remove_blue_channel', 'remove_green_channel', 'remove_red_channel', 'replace_backround', 'resize', 'rotate180', 'rotate270', 'rotate90', 'save', 'save_base_64', 'save_bytes', 'save_jpeg_bytes', 'selective_desaturate', 'selective_hue_rotate', 'selective_lighten', 'selective_saturate', 'sepia', 'sharpen', 'single_channel_grayscale', 'sobel_horizontal', 'sobel_vertical', 'solarize', 'swap_channels', 'threshold', 'thumbnail', 'tint', 'unsharpen', 'vertical_strips', 'watermark']
#All available for Image

Rgb Methods


Special Methods for Image

from polaroid import Image
im = Image("meme.png")
print(repr(im))

#The `bytes` method is not implemented use
byt = im.save_bytes()

# Save a jpeg

im.save_jpeg(quaility: int)

byt = im.save_jpeg_bytes(quality: int)

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

polaroid-0.3.2.tar.gz (11.1 kB view details)

Uploaded Source

Built Distributions

polaroid-0.3.2-cp39-cp39-win_amd64.whl (980.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

polaroid-0.3.2-cp39-cp39-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9

polaroid-0.3.2-cp39-cp39-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

polaroid-0.3.2-cp39-cp39-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

polaroid-0.3.2-cp39-cp39-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9

polaroid-0.3.2-cp39-cp39-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.9

polaroid-0.3.2-cp39-cp39-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

polaroid-0.3.2-cp39-cp39-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

polaroid-0.3.2-cp38-cp38-win_amd64.whl (980.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

polaroid-0.3.2-cp38-cp38-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8

polaroid-0.3.2-cp38-cp38-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

polaroid-0.3.2-cp38-cp38-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

polaroid-0.3.2-cp38-cp38-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8

polaroid-0.3.2-cp38-cp38-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.8

polaroid-0.3.2-cp38-cp38-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

polaroid-0.3.2-cp37-cp37m-win_amd64.whl (981.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

polaroid-0.3.2-cp37-cp37m-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7m

polaroid-0.3.2-cp37-cp37m-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

polaroid-0.3.2-cp37-cp37m-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

polaroid-0.3.2-cp37-cp37m-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7m

polaroid-0.3.2-cp37-cp37m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.7m

polaroid-0.3.2-cp37-cp37m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

polaroid-0.3.2-cp36-cp36m-win_amd64.whl (981.7 kB view details)

Uploaded CPython 3.6m Windows x86-64

polaroid-0.3.2-cp36-cp36m-manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.6m

polaroid-0.3.2-cp36-cp36m-manylinux2010_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

polaroid-0.3.2-cp36-cp36m-manylinux2010_i686.whl (2.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

polaroid-0.3.2-cp36-cp36m-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.6m

polaroid-0.3.2-cp36-cp36m-manylinux1_i686.whl (2.1 MB view details)

Uploaded CPython 3.6m

polaroid-0.3.2-cp36-cp36m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file polaroid-0.3.2.tar.gz.

File metadata

  • Download URL: polaroid-0.3.2.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2.tar.gz
Algorithm Hash digest
SHA256 a51cff534b3889910044f47bf8727a4cd02d29669b1d353df8b07b87df457f55
MD5 b183a20bb07df867ff64a2b37962ace6
BLAKE2b-256 e7be0219c1573f3a2306c4f4895d92cfd2029af239a12475288e1855045bbd65

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 980.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3c1f0202491bd6d543bfbc2b11e58d28ebaad75fa164c3f1db8476bdf5a8db29
MD5 3acffe3db9f69ff5d8f2a73d94865a78
BLAKE2b-256 7019fd307d8ffa78c88ec14b874d0f8bfb70a471836773ff7a871392c735fa2e

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03aad474a52cf7525ef991d0b5445c8e516eaef6747d2ba06cf94d31d89a0e7a
MD5 3b0d2b92b7452cfcc7ed3678ef9b8ffd
BLAKE2b-256 0bed0fcfb19bf9a48ab0fcacf4f8d90358f7af80e9d9a355fe75db7cbb9e4478

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c0d23d471fb2f65c5769f796e3fa7b0d2838de2f6992b92eac1f295208d046ad
MD5 e2eb80e170da21be00b2f13c2a65ee2a
BLAKE2b-256 ebeb81384cb35f254d9d59ad8778ec1d01c7f98f2dbf69e1c28ac0e5edb0a8e2

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6c76fe783174aacb985713ffdf719a1be90ddcaea0ca10e0dac2f74386870566
MD5 16cffa1e0f1eefef832fadbf7e42b3e5
BLAKE2b-256 a336533f338d41f0d124edfea33b744258dbae2596426903d23b60bb57b287e3

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 952ba111910292a1615858796b49f9f14e46baf35480492d592192af9a04501a
MD5 7e262c7bc13b498f4c1c17f8f70fe2c7
BLAKE2b-256 3566a3153edf13c954cee7e55fdc2c7cb9f93f71a74a075ea8474ec16d2347ed

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 77511a9e4306571b88b42bd256088a508c9c5acc1e91422820594246d61bb49b
MD5 b0fd4f52cbcd2b03758bb9562ff223cd
BLAKE2b-256 f58e01058577e8f02fb232e2f9add4f6865e8ccebc783f11bafa0ac3e5707425

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5f02bc3439bf6da94ccffcd5b0ed1e40fe6d8fcf676bbd7ba65a47fb0f66416
MD5 af2628176004403b549e62476b0091bf
BLAKE2b-256 652afb9decd7e6b020575a50c032726900b6867b1c6168d580b81661d1be2d3b

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f216c6328d88e19cd4430e8a63b4d48bb37a819c822c41625a95a904961bb366
MD5 70accaaf9427c16116985b31e7ba9104
BLAKE2b-256 949f21167fa1f2efbc33ae2b8821cc870218ba7b548231261bd2e64100521a39

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 980.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e8678599b55608319e89e8fb6c695dd29873f44cc66863dc29ddc4dde901f198
MD5 3c06be987f0332730f54b8280096608d
BLAKE2b-256 d196987db09dfe6a9963f29ec57c5b91bb7bea9907294b1a7f1e636dec96e470

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67cc4cc04be67e57b045942d0d6bcebc18fa750e51af3a1b3b6e8cfdfaed5111
MD5 61d70457cb796b10d851f0f652501ad0
BLAKE2b-256 ffa5b709b3b8bf9c4acafa273bffaa11ad3eb2a095c0331745090258b5ed58b7

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4407d6cf81c9f8020dc76bc66c5d199f92ffbd96d4f5f10141869a7e8d4db29d
MD5 8d2a89dd4db8c235a33d9f4bdae7fc89
BLAKE2b-256 0f0a5c1a8b2c3d4e867352c11960bc5534eee3c4ebfe51c5d944234a4e6fd5f0

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f9918c7dae764564e0706926ed630e6e30d0d7d3ebc49fc7ec7f280755637276
MD5 3cd976929447aee86a9019c723d0d1b8
BLAKE2b-256 0bf0d0b72fea4a5eb030c01fe2f3f34483122231aab499d595be80c6b03d4f52

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 09bba6bee87454dd58a4996e66e0811d77b60c2b69425f20fe8097f6bca8f9f5
MD5 e0dc6adb472ecdb11dd2ccb81e76c113
BLAKE2b-256 63a02f0d3c9815aaa090081fd2e537e0dbe8e51fac16a2d7dce4aa66d3590f54

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7b905f73c90c09eca4c35e77084ccdc671bf648c50612dca4132ea60ff3fbbea
MD5 7b26e14e55408450c1ba332e87f70339
BLAKE2b-256 e71fe54986c43776a6afd70cde0fd431839b9a26d076374724079d34ddebdcb7

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7aa6162fc100269f7e9beb47ffca13740af7140d6b59ee26ff3dbe2254bda2aa
MD5 60c8014ccdef760bc21321baa3c8980b
BLAKE2b-256 bcc18eaa7065b7c7dd0f645d2c3528658f7e2bd11e49efbe3031d5f17a9c96f8

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 981.6 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 aea8e110f17c77f30e3726af9310eaea4c1935e43799673bc122a5d371dd4ca5
MD5 8b85081111f99d2507ba51f864d5eeae
BLAKE2b-256 dce19684b6ccf16ee4744d759e85b46300dad1d2221cc1522ef37a01c2bbca57

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 842265a502721ed82f2b6a8ad83dca6cd88f66d3f64c113b017f7fbcc46b54f4
MD5 c9056de35025b1ed6f2b2caa1e0be878
BLAKE2b-256 439673d4f3d5bde842e065a6f33c4f0d8e93f0ec6886a1b0df255801cd93124d

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1ec13e5f41f00934041080553b23d00ae23aa2dd92d1d7abc8495b0799549b85
MD5 58227483a4920ed40c2d3f7788f3229e
BLAKE2b-256 b2bc8e3ca442d2f7a35d4e9002304122f63df00d47ce552cda28bf90696b76af

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0b669d760669e350bca19c3ed352b3e53af83dffadda887bce687452c941ba7e
MD5 3a82f5cde8548c1c9143f8adc8a73811
BLAKE2b-256 e636bdce97881d98d8aedf2785ff4d829133382343f2d388632edfceab76c814

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 eb07547995585b90a0af26974e0b60675d2d34469b24eb7e5d66a5c15fd2765d
MD5 23a993b986709deca09346a08c258681
BLAKE2b-256 ad3e0e5d67d8e9974e86073feac0c21682dcc160f3298641f45887b03727957d

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f501dba8ab3e35b53b3ce82ca55c7f41fb4fd9dbbe5d0b990be6ea51382eab58
MD5 2091d08c2c73bba4d01e1bc5b6c4eb14
BLAKE2b-256 e5089671b5df407e3fad395ed57a5f04f31b7315ceda2ce02e15245359d7e9f1

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5cf7f2594fd69aec752556c6bb25cdddef4172815320167a96f1f8882007669f
MD5 43c0e3728abfd55a2f92d957a1213275
BLAKE2b-256 5f196f39754370a793668caaf31c4d0d129c3ed82aa1cfeb91dac1080506044f

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 981.7 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 fad94b89b367fb897ca914498cb134bfb0b6bea242c10770e09edb8181b5031a
MD5 24e200ef0d13713ba03eae302ce8f445
BLAKE2b-256 15d8eb338982611629489a940cbc02e70f2875bcf28534435d4f63bf44dd5014

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d07f7ed014d2d4d2e63dec378bf2281442e7db3bd71853b3f67cb1d96f25284e
MD5 e202a9db33a50672b2d4ad4fd3aade8b
BLAKE2b-256 e74a8f34a096e3fa76d9327dfc70662c7c68346de02646368b18c83b67a6310b

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c32113109dd9f4210850653d9ef7d6c4ea26be4e3df5d56af9716fa470757ad0
MD5 708cd7803d91a6ff599b2a86c9a34b10
BLAKE2b-256 ce80265ad7ad6cf17747e3c5f8b05602099ef55c26fbae6a712cc64c9b396994

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 69bb978cee014dda411a809cb2831fbe585d05dfeee69ee6e03e7fb2001979e5
MD5 bb3e1f46fadac82c7b0dce795870829b
BLAKE2b-256 974e45d6330bf0e97a6922664775174a72f78d3aef54e07dc209b016619a34b4

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 02e48140fc2ca2f5520ab7a73dd756d08abd2d617a98b122d82b5ab1ac4f2238
MD5 dd9ec3350a53d88fde2a5456a8434ea3
BLAKE2b-256 e0f6a8ced55ac9ce0645fdeafaa2806c9f5bb3a1d49a590614078db112b2362c

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b3c57e0f7a4b44b80c3d2a0763b24ca88823c150185633a749298e55f6b987fc
MD5 a76688f30b31a5c69a3588325ffb3fdf
BLAKE2b-256 56ec196b5832fc46c6d2d31e3a8d229433c1ea129cf2310c43384a1eb9dc8ecd

See more details on using hashes here.

File details

Details for the file polaroid-0.3.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: polaroid-0.3.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for polaroid-0.3.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e46931bfc6d16c85938dd093cf2031eb50b4af829491b993e21d39f4da4ee86d
MD5 3a9073cca694d41fe4ea6118e101d852
BLAKE2b-256 e432ffa8f2ff54223545b0af7836460c349c76ce7d1c2d21f1ce5a3c7ebe517e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page