Skip to main content

set password excel file in python

Project description

setpwef

PyPI GitHub license

setpwef는 set password excel file의 줄임말로 엑셀 파일에 암호를 걸 수 있는 파이썬 패키지입니다. 이 패키지는 Rust 라이브러리를 파이썬에서 사용할 수 있도록 바인딩한 것이며, 사용한 Rust 라이브러리는 umya-spreadsheet 입니다. 바인딩의 경우 PyO3Maturin을 사용하였습니다.

setpwef is an abbreviation for set password excel file, which is a Python package that can set a password for an excel file. This package binds the Rust library for use in Python, and the Rust library used is umya-spreadsheet. For binding, PyO3 and Maturin were used.

How to Use

패키지 설치하기

먼저 패키지를 설치합니다.
you have to install kbodata package first.

pip install setpwef

파일 비밀번호 설정하기

엑셀 파일에 비밀번호를 설정합니다. Set a password for the excel file.

import os
import setpwef

filename = "test.xlsx"
prefix = os.path.join(os.path.dirname(os.path.abspath("test.xlsx")))
path = prefix + "/" + filename
password = "test123"

setpwef.encrypt_excelfile(path, path, password)

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

setpwef-0.1.6.tar.gz (13.4 kB view details)

Uploaded Source

Built Distributions

setpwef-0.1.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

setpwef-0.1.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

setpwef-0.1.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

setpwef-0.1.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

setpwef-0.1.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

setpwef-0.1.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

setpwef-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

setpwef-0.1.6-cp311-none-win_amd64.whl (187.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

setpwef-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

setpwef-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

setpwef-0.1.6-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (597.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) macOS 10.9+ x86-64 macOS 11.0+ ARM64

setpwef-0.1.6-cp310-none-win_amd64.whl (187.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

setpwef-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

setpwef-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

setpwef-0.1.6-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (597.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64) macOS 10.9+ x86-64 macOS 11.0+ ARM64

setpwef-0.1.6-cp39-none-win_amd64.whl (187.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

setpwef-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

setpwef-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

setpwef-0.1.6-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (597.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64) macOS 10.9+ x86-64 macOS 11.0+ ARM64

setpwef-0.1.6-cp38-none-win_amd64.whl (186.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

setpwef-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

setpwef-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

setpwef-0.1.6-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (596.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64) macOS 10.9+ x86-64 macOS 11.0+ ARM64

setpwef-0.1.6-cp37-none-win_amd64.whl (186.9 kB view details)

Uploaded CPython 3.7 Windows x86-64

setpwef-0.1.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

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

setpwef-0.1.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

setpwef-0.1.6-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (596.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ universal2 (ARM64, x86-64) macOS 10.9+ x86-64 macOS 11.0+ ARM64

File details

Details for the file setpwef-0.1.6.tar.gz.

File metadata

  • Download URL: setpwef-0.1.6.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.10

File hashes

Hashes for setpwef-0.1.6.tar.gz
Algorithm Hash digest
SHA256 4a5e5fc8bcd10d65b0fb171df6caf2124f1010b035fd6570a62784852ecb5c70
MD5 2800dcc20e3d84dd4f50d723e587a9a9
BLAKE2b-256 54dce6379cd5264fe5f195777c4c6e6d00f809ceff1b36e165686d63dffac921

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19d946e0675f3de6026bab091dc9339284f65b56b3b6b099698cd7585b4c3e5e
MD5 1361c6c0af619ca58d89fed1641a0bea
BLAKE2b-256 1b041c059467530de54350bd59e594b33d2d1e76de0d6d543bfac6fdffe9f9f0

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d1ff8c5139f821ccda03997f36e6188069134b2fd5ecba74f4de102bdeceead
MD5 b292701ee5ca3609f8c046d998bc4242
BLAKE2b-256 ba60603226e5b7abf9f5761e5880daa2bb0ec601d812005881c0cca3217d9245

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94bc55184e54dcb171dbc1820c46becabbf2cd8e355a2afbfe5ccb4a1a0a836a
MD5 a0c5dca1c789379130947bb6d301a70f
BLAKE2b-256 d0d89e732c2e96333ce08284f52d53c61df68def1825c2c08444d477c0334e56

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f57fbfac62f595a0fdbb71a0c6deeee277ce4914fac1deea1fb46364ba8faca
MD5 48342e651f8cb806c0276edaeb67aabd
BLAKE2b-256 bd25f6e6a9794c2e8fa27d3ab66db020df34d6659bd0f61231fb7070c952989c

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 581d354509709e0d9dad2f6096dc9e1964b85ff872661502b3cfb2b30b332354
MD5 3dab6120c1002cb6eec73c52d44fe975
BLAKE2b-256 132a473922059b21f4299cbe754c957fc00eb9bdcf6b2c52f0e46ba163c6524e

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 53fa3020007938a4fcbc99c87e8e1a1e5897abc9b0904e19729b0ea7bdb4ebf1
MD5 0cf1b0ea6f00f4cc78e2ec506ac705ae
BLAKE2b-256 2ea2cf272bd631c2eebc6e7549e7653727d72468da49603f6e91b8f2a7edc473

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b5ea53a35346031195a4e9f825d2e68bb93edfdc21db203bc3aad07fe357230
MD5 ecadbdb745c3553e83eb31dd9bb37c44
BLAKE2b-256 aa8e1d61b67905eea97896efb624faebc16f90794affaec7b13408d6069f3c67

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 d70a8c05f773bf96a095f68c3260d7a5acd232764d9ea507073da48b148ad1df
MD5 e98610f9b58cc545c49db06a87358baf
BLAKE2b-256 3a0608529acd251f72685a612543dcdc995d0c61f9056e061bd8dfd6978a9ae2

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 940144f752bd76b45b99ed26af73dcba85bdd0ea340412839fc51cf56f32b357
MD5 c03334b91f3d3060837f5d542e30efbe
BLAKE2b-256 9c7085ff15784b59079743704f54857460e8f5e10ca2ec75f5fef985f7522496

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e21913d330a81239ca792b75e5826ae7007667162ca304ec3ad259caa065b685
MD5 ac7b26a5fb7be30f4f689e440beacdb5
BLAKE2b-256 22403aa48b82d11a5d416c024afd107685334fb56c0496d1ded94ca9d9157bca

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5e7835262a42b3d0f985d53f6a2bac8ad1adf418c44fd3ad6bc53a1ea3eab3b2
MD5 0cc0a65b983e1ba4293505bb23d4c744
BLAKE2b-256 394eedaa1bb8fd573d3776191106cbae69c4cb41d3cb8471944354bb01f5ac8c

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 6871c8a0cccbbddb7a44bf8bd3cc3275aa84f39d57e08605b8865782bbcadd55
MD5 0d31f10fd9689400ba16a82a87aef516
BLAKE2b-256 679bd56fbdd7ae8028cc195e75ffc5de930b6994bfeb39e2f07a1a442886f093

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd559031fc87b3f3f3a83200aded764dd3ac221b5e0fceec6c05d7d72016f7f3
MD5 045d52d8cc1cf4e8759b10cc60c742c5
BLAKE2b-256 0890125f391d7f912c43220c636421778165355167b2410ccd25ae1780837fad

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61d60c621c74355f6bf16d19b334daa1e7e3b56e34fa3703d64c6509ec62153c
MD5 62ae5bb4fabaef10d932df8247813a29
BLAKE2b-256 baf8ddcb24b275daef6e966d101bf86df6073c74379d9d515d0762633119d436

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6026f8e5022121c7eae62398f99d32206df216a2e6f11b48aefc6e47c7a41c81
MD5 a5d6ad4ad059363a8eabdc969f972b2f
BLAKE2b-256 8e63163d30e960b8c73ac6ea563b72fdb638f8c0530738cab97541869b7066d3

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp39-none-win_amd64.whl.

File metadata

  • Download URL: setpwef-0.1.6-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 187.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.10

File hashes

Hashes for setpwef-0.1.6-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 b46ed8d9e5b83288bb3081d1efa5e145033ef269110a0a12e0089f4c10521410
MD5 647658a79bf0c7afe1a70097a6c5b24c
BLAKE2b-256 317cd4c843df465d1a96f18390e9628fd7a0bd68de7617c78a3b544a64bf7fdc

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 afdb9c4c7073e527277de4ef966580452d5e3492bf164dce16c451db6369fe3f
MD5 368f0a1315cd149cfe25650e924815d6
BLAKE2b-256 cd9a90f71379765a2616016cba0b112e8f20acbd569a658333e006312d22f2ba

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b854f2e2c8f54310314e1c70bf175222bd99179ad4dd6f1716893211bda1fb91
MD5 dd4b1d816051f74b498292841e945794
BLAKE2b-256 c38fbc5467d7ea7f5e4d93dd657f669177452d4d4554b4bad4c092fa537db74d

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 681343285066d80f95dfe8021eef675a9727632da174e2b4fa4b6f6b1d7a18fa
MD5 fcc2da25aca14659a6bf2566f82017eb
BLAKE2b-256 1033871dff3fdf835f0da154ca5ae97a0b9b1612542f13cde6eb20c292b86046

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp38-none-win_amd64.whl.

File metadata

  • Download URL: setpwef-0.1.6-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 186.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.10

File hashes

Hashes for setpwef-0.1.6-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 cb4434859d90fce4168b3b0cb521ed64adf0e3aeb9c46ab0c6120e302b90a993
MD5 f40080ed93b15ca672c963c3b0da6c74
BLAKE2b-256 7f98b5d1a8d497c8cd9e6b719bb054b86ba49e7498277caae93a3fa02b4f1114

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 464bf67ec59502b34bab923e813d448d332b48d49063b7db86b74825af24a7b8
MD5 8a18d29d7aa87d7e22a6b3f07bd91e55
BLAKE2b-256 2226629ee8ab18cd464dfb315fb1128ff8cf7e2e5bb922c9320c5b90dce17366

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 874644097394ac6b1c4d169388e9a035186cbf28b47632fdbbfa4ed379ed9b96
MD5 cf1ba86236946c25d425553c6152be6b
BLAKE2b-256 648863b313561c1c65e5ceb8f75d4c5fb60083d3d913b30b8d4c21f628a8d000

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b24c98356f4052283a2c90ebd08e3029eee7be3bf1e26ee33c44c2fcd4204914
MD5 c442dd645cb90449434314587a4df4bb
BLAKE2b-256 fb3732356fbeeb2a514f16221b05bf233343e584ba3daafbb8213df6d1b17607

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp37-none-win_amd64.whl.

File metadata

  • Download URL: setpwef-0.1.6-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 186.9 kB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.10

File hashes

Hashes for setpwef-0.1.6-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 55ac01c1651047670e0e7abac8c74d053d5499982037cceca5d6f1067be1c71e
MD5 dbddea5f7e1d8938624e4123517048b8
BLAKE2b-256 6f9334f48b4c0265209876ba06f9727fafcc5bca5ccb8531c5e3cd4367464ae4

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9072d5e2af1921c17fc06f03587acc8ab43c7c85caa732e38d1aa2bdac1fae65
MD5 46b2235a338dfbc26f16cb65e5f66969
BLAKE2b-256 9bea84f180f5935cd318bd3221d436864f0cb91d2cc0841b020434cedc70535e

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2fd4af75cff4c5c53adddbf82dc8b1adcd0ece70cb455602d9fe22f9759a3142
MD5 b5cd9d8f0c0bac521ff2af2f35191303
BLAKE2b-256 fe8224a4bbd96c51df3150af371f7e243acbbf5709b8dd5af6500087334bbe76

See more details on using hashes here.

File details

Details for the file setpwef-0.1.6-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for setpwef-0.1.6-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3c7091121353b71f682172dc8fed78f1f9f86badfc981ac6913f6195a07e3f90
MD5 448efaf00c3cc06110937930b787633f
BLAKE2b-256 e42875f34834598a98bbec4cafa4a7581885263d41addbd29aa2e68276fb3a29

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