Skip to main content

compression for very small strings

Project description

✨ Pysmaz ✨

The python binding for smaz

pypi python implementation wheel license action

安装

pip install python-smaz

usage

import pysmaz

def compress(data: bytes, output_size: int = ...) -> bytes: ...
def decompress(data: bytes, output_size: int = ...) -> bytes: ...
def compress_into(data: bytes, output: bytearray) -> int: ...
def decompress_into(data: bytes, output: bytearray) -> int: ...

本机编译

python -m pip install setuptools wheel cython cffi
git clone https://github.com/synodriver/pysmaz
cd pysmaz
git submodule update --init --recursive
python setup.py bdist_wheel --use-cython --use-cffi

后端选择

默认由py实现决定,在cpython上自动选择cython后端,在pypy上自动选择cffi后端,使用SMAZ_USE_CFFI环境变量可以强制选择cffi

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

python_smaz-0.1.2-pp310-pypy310_pp73-win_amd64.whl (220.1 kB view details)

Uploaded PyPy Windows x86-64

python_smaz-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

python_smaz-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

python_smaz-0.1.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (216.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

python_smaz-0.1.2-pp39-pypy39_pp73-win_amd64.whl (219.9 kB view details)

Uploaded PyPy Windows x86-64

python_smaz-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

python_smaz-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (239.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

python_smaz-0.1.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (216.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

python_smaz-0.1.2-pp38-pypy38_pp73-win_amd64.whl (219.7 kB view details)

Uploaded PyPy Windows x86-64

python_smaz-0.1.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

python_smaz-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

python_smaz-0.1.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (215.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

python_smaz-0.1.2-cp312-cp312-win_amd64.whl (226.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

python_smaz-0.1.2-cp312-cp312-win32.whl (214.9 kB view details)

Uploaded CPython 3.12 Windows x86

python_smaz-0.1.2-cp312-cp312-musllinux_1_1_x86_64.whl (256.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

python_smaz-0.1.2-cp312-cp312-musllinux_1_1_aarch64.whl (251.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

python_smaz-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (253.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

python_smaz-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (248.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

python_smaz-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (222.4 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

python_smaz-0.1.2-cp312-cp312-macosx_10_9_x86_64.whl (227.4 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

python_smaz-0.1.2-cp312-cp312-macosx_10_9_universal2.whl (305.3 kB view details)

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

python_smaz-0.1.2-cp311-cp311-win_amd64.whl (226.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

python_smaz-0.1.2-cp311-cp311-win32.whl (213.8 kB view details)

Uploaded CPython 3.11 Windows x86

python_smaz-0.1.2-cp311-cp311-musllinux_1_1_x86_64.whl (258.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

python_smaz-0.1.2-cp311-cp311-musllinux_1_1_aarch64.whl (253.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

python_smaz-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (256.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

python_smaz-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (251.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

python_smaz-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (221.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

python_smaz-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl (225.8 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

python_smaz-0.1.2-cp311-cp311-macosx_10_9_universal2.whl (302.6 kB view details)

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

python_smaz-0.1.2-cp310-cp310-win_amd64.whl (225.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

python_smaz-0.1.2-cp310-cp310-win32.whl (214.0 kB view details)

Uploaded CPython 3.10 Windows x86

python_smaz-0.1.2-cp310-cp310-musllinux_1_1_x86_64.whl (258.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

python_smaz-0.1.2-cp310-cp310-musllinux_1_1_aarch64.whl (253.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

python_smaz-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (256.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

python_smaz-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (250.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

python_smaz-0.1.2-cp310-cp310-macosx_11_0_arm64.whl (221.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

python_smaz-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl (225.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

python_smaz-0.1.2-cp310-cp310-macosx_10_9_universal2.whl (302.6 kB view details)

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

python_smaz-0.1.2-cp39-cp39-win_amd64.whl (226.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

python_smaz-0.1.2-cp39-cp39-win32.whl (214.8 kB view details)

Uploaded CPython 3.9 Windows x86

python_smaz-0.1.2-cp39-cp39-musllinux_1_1_x86_64.whl (259.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

python_smaz-0.1.2-cp39-cp39-musllinux_1_1_aarch64.whl (254.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

python_smaz-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (257.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

python_smaz-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (251.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

python_smaz-0.1.2-cp39-cp39-macosx_11_0_arm64.whl (221.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

python_smaz-0.1.2-cp39-cp39-macosx_10_9_x86_64.whl (226.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

python_smaz-0.1.2-cp39-cp39-macosx_10_9_universal2.whl (303.7 kB view details)

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

python_smaz-0.1.2-cp38-cp38-win_amd64.whl (226.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

python_smaz-0.1.2-cp38-cp38-win32.whl (214.7 kB view details)

Uploaded CPython 3.8 Windows x86

python_smaz-0.1.2-cp38-cp38-musllinux_1_1_x86_64.whl (259.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

python_smaz-0.1.2-cp38-cp38-musllinux_1_1_aarch64.whl (253.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

python_smaz-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (257.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

python_smaz-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (251.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

python_smaz-0.1.2-cp38-cp38-macosx_11_0_arm64.whl (221.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

python_smaz-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl (226.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

python_smaz-0.1.2-cp38-cp38-macosx_10_9_universal2.whl (303.7 kB view details)

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

File details

Details for the file python_smaz-0.1.2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 65554f55729db155732058242f3973439664e8ee042e5c6b78df28347900df06
MD5 7c67bd183ad2b43c843c589eb56bb321
BLAKE2b-256 4e20ad8e1874128638139dde2d3426c8582d8316097b15d1fc433fd08927a548

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06a2df83f7d54334c25ad536d6283eb47280df00765c9fb4e638bf816aa69f53
MD5 c9d27ac33f4d0bd2f84963526e151a08
BLAKE2b-256 ab90a5f8fa494fe47ee8b19cb9db9f971e92c871e6e73eeada6ea47d5e7bc000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 188b1929888507575bd5de722bf45c38ccde68a05f93670819d8055e9ec1c89a
MD5 5ee4bd26fe2cd49c8d398c3ff1495808
BLAKE2b-256 5ffc41d8cd83c654bf39e08509cdc94146d42517aacfa6fc47e356e1a398f9f0

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 45da5bd85863f7eacf756bdb5f527a9d4ef21129d3bdda1b5de4f2e1989f815f
MD5 e62bff7c3bea1543542ed3b017fb1548
BLAKE2b-256 e5c873e01dc475051c88cd02f71e86418b7bddcb42ad224085c04f7de8f1200f

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0a8a378755666369f6a63d89ec3e52bc8552398b3d8b5b9b414f9460e217f37b
MD5 4dee2b1a862a7e90715a417a98623db2
BLAKE2b-256 67bc96879a4caa6ccfd5b0e8a90b71bfa21e84a4b1bf2ea8ec435e33d27cf098

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84e8db4bf4984bb6ba044d96c9f245aa3022bdbfb74ebf512d4dfcba8b36df84
MD5 20290f4d65b76da9cdaf880454f0566b
BLAKE2b-256 46acd0a6e4694e5393814b1b7bbde280504c5d07688e4f1033e02d6d8d401ac7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6da941e8bafb926aa4e65ffab4ebf3a432642377e1779662c99d2b8ebd50314d
MD5 903f26af0037a4bf027d53dc5c7bb249
BLAKE2b-256 52154238249df56c60ef720c9e2ee8f88e8b3c88925d036fc90c4cb1496ca8f4

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f3c140c4aeb8a48f15a45c76710d0f9b1bee63d6f366770f00f50ffe2147366f
MD5 2c7ae1eaa523b6494ac53f98fa667801
BLAKE2b-256 ffbbe0ce7cb081b9bcfab60557809122077d3cd0dc10c2d085ecde21fe55cd2d

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 beb7543e35cbc14a29df216a8b9c8dc8486e68460fb199c9d442975fa3263181
MD5 094355d7f1bfe0b898dd74f7554338a8
BLAKE2b-256 9d38c435e4dc8e699ac9d4819a9529d1529f8bb0a698e0e74fc94b6b6e0701cf

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fca8b0abf782e28f8cad650a40d0ffeac1c99878e5be3721b7bc4681be26636
MD5 6a9fee5d05dc2a86215405d1b760bb63
BLAKE2b-256 f5c30d4347804bc3897c7abc77eee0027e30a04ce93200ee575b5a67c16f734c

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 964f08df34b3d3484ddd9d8c49f323eecb33673c7b5f2b50891aa7f53eb112ec
MD5 b8f83b1968393254d8430ba49d9df319
BLAKE2b-256 d1a3914187195cd1314c5d12dc488ffedb02f36963eba702e2bcf8a9a8798870

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 286d43ada6e7612b38246febd1937fa01d185d0e38df867b09106f0bac4952be
MD5 e063a27f2a2bbfb64b2b72918a5f52d6
BLAKE2b-256 f65fb563294c39c46d961200e5b8a49348cecc35a612990d962017c457bf8d4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 60b1632f62e7a0cd66f799cbe86067d370d11102b45b6ea72b4b409d74fc5a83
MD5 b883222e4e72b0b390fdb1419468ba5b
BLAKE2b-256 e758821e2ada147ef18a2bbec14cf464b3c0a4d49387cc2a050e725208e477e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_smaz-0.1.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 214.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.11

File hashes

Hashes for python_smaz-0.1.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a895c30a129d027abcb2f40c977c87294e97a54a6b91907495a01b87829a8b04
MD5 bac39b70b2770f93c94c8fde0d7b35cc
BLAKE2b-256 364ede3811fda2a34197821c683db1baa6e5812f2ea1b444d63f724fa6c6ab14

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5f1bfb743e556d7e837a5cb25292b441d7dabb974be6a0890907f9c653125e63
MD5 b552c44f8a0866b8397b9a89070d53f3
BLAKE2b-256 d0b9789c433c50f3fa7174b9c16ad43b74b1f1a20c4094b4cac9d572dc968cc7

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1908aaa1f4ecbe3818304bb4cfbceedea74aaf48914623c7b9ffa0c4e80d0274
MD5 fed6700c347d638a4e74eda08117cf41
BLAKE2b-256 3280803385c96ad9df9267d47fe4b56e14ada29277d76e553032853e2d8e2e0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 889eb9737cb07304143c720aa0dea34685f45146ebc7c35fa0dbecf9074bda17
MD5 123c0485748c2a6cb4ed0de3f166219c
BLAKE2b-256 c93a8bf2d91bc245b32e4129eddaa36e76109cd81b77459b951f299c9bf6b4fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88845be0b9c006293e4ffa75bf9ccf7ecb8f7cf50412d19531a2baea7cc225ea
MD5 1fe0516823e4bb3e492ad46fefc4a145
BLAKE2b-256 ca7c5c5d94668c1c8b609f24f738ae7a7a70abdb76faafadc803f60b59481307

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11fea755cfb32e64cff503cb54e7bae2a6cf919b8a64aa54756e84af3f357b5f
MD5 144367a99fe787f19035a1cbbe9c0ad9
BLAKE2b-256 2676990f20c535914f398c0e2cbb32ec5828858a08c5f06337f55741698e2aaa

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7ddefe916ef3fb4a66545f0269d4cd246b01c95e5800d71efe60b32f691e619d
MD5 2dc6ce3f943a5d6ae6512c149b896a4f
BLAKE2b-256 ea2844e5f330f543f4303ae7195d7022dbe8febf84cf09ec88074e03460705c8

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5e40395adead87ad7571271d48432c850e97b0a69c01d73feb482774f60c826c
MD5 d2c6b80d758dec7eb24081782ffd66b8
BLAKE2b-256 035b985f2bf0d06ed514a87c663c981998d691b46b386fedb2340820e6804fe2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 93f81dec4ec18ed75a263b43e228695a28125939f6ebfda9cd6d6f6155f138d2
MD5 e523eb67fad72d06e75c84a78c3a19dd
BLAKE2b-256 fd7f98fd4bf5826f29213c098eadad8356bb91fa04ed503d6fbcda39ea04e34f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_smaz-0.1.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 213.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.11

File hashes

Hashes for python_smaz-0.1.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9410b2f9651d0f68ebd2bc5b4ae496dcc8f8a4ded9dca9c7c8db6249adbc21e5
MD5 9243261edff67a20eca53f7994146a31
BLAKE2b-256 e2be50bb0ae6b514f88f78621888a3da6c15eefa83a6ff001326fcc41527cead

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ad7740f8b8ec47401c8616b689a325c40722636eaa81799a81694a7de9797d66
MD5 6a0e2c6711b685d46c3ee1b3887b95fd
BLAKE2b-256 f1d7d924a7ff780323aa795621a59e1cad31bf9a3eccd74797a075ace96d8211

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 62a627c9f81d90225fdf49579192f5181475d7382be80f2a7c22cd499ff4e0c4
MD5 6e2ff33869146b995b0de5137c1d8b62
BLAKE2b-256 8d20fe099f6b4a263fb29cd426db316ab3ff9c50b550d6caa019bd1ba42000fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5102afe7f864a638da86d93d62989416f1d5d0b0692454fdd9be5b4efa566669
MD5 1b727c0746a0060af9fdc918fb7c3669
BLAKE2b-256 2d05cf3e17140b7a129e29e43942c97a9a651c59594eee7e4739a6cea1ba8611

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bac4cd343e7cb5765386d75cef14a485936f8815d16e8a45d08e6c4ae580f601
MD5 f714858432fcc1db54128adfdf3d3eb9
BLAKE2b-256 a30775adab10d3f8c0173bdbc4b3cd4d66079828b6b8059d3cea84f850203b9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7d5bf92617110594870919af72d553c750f91659c93b8be0239ba42e39a1460
MD5 6f8e63a9eeac4ad346e04083586aed3b
BLAKE2b-256 096daabdbc41dad20d3b93d2e7403af38c348ea90529c0014aa9714ba4c3d82b

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 989c628612ef603e9012fddf701cb827774f502c918482fc7593701711d84d3c
MD5 98f65007f064994711d8f2bf92ec8092
BLAKE2b-256 fb6fd00f5ce147b232b8da2149539fead71cc76947fc159bc8dfe3c3721092db

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 76d6385c27a4ab9271f3c4fd9440c36348ee3dbe4f8217650752d1fd6ce47954
MD5 adf3b7f75cd669c71ce5df4d6fac4ef1
BLAKE2b-256 7c5044511b43891e876ec7b80415b7525de48d70e23ca7b373606745db45dbab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3ee9bae8171770b59ae0d4c160c9ce16f27d2abe09698a4e69dfcf62897840c1
MD5 8709e476f364ba3b96bf8680536df506
BLAKE2b-256 37e11979af47f74d1a9f4477670b75a1ec1c53586fd79b179e7fce4d2635b171

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_smaz-0.1.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 214.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.11

File hashes

Hashes for python_smaz-0.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ef752ffd78f55d6e83386c7bd107f15cec8b454ef22d03092966f15659397bd4
MD5 f88c43837734fe5ffd40166e1e1af148
BLAKE2b-256 a79651c6780fb3373995975edaa0e26279af0ee2dbf5f2e0e77ed5c9b2b2717d

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1e0e9688b8bafc21f86cadcc71a02b2e18365721163235133284beb87fd9891d
MD5 13e7ff52d803c3652a90a9e86645b689
BLAKE2b-256 155788e943a2150c401e6ecdfca5ad4a8fc26d2246a80c8fa245590a00aa7193

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 afd603624f61e8e7c2a60ec6ef17c779ac5c59ff5349826ada3f7816cc3d1464
MD5 5aa2cfb254576f4710b5da90792aeb2c
BLAKE2b-256 66975581b3fe0a6e70b0f5c1f87e862e7a8b9b414f1d7ae7f05786aff70e0012

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ecef4857f2b87aa090d4829caadecace2291b6b37cbaa1b11f72cc60aea8a89f
MD5 5385a98ff4dd213f8e17a6c2eeb5f0b1
BLAKE2b-256 0c2d6503d68f6bb276b7435b1cbd3a047f3e4bc8191d36a4354beee7fc1ac581

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 12071cfe4b11c7941f34ab498a3f56b9f70163aafeb95152416773cfeba4664e
MD5 7c04926ca0c79d71a4ffd1310236483f
BLAKE2b-256 92d284b54f2a2e9f51bffc913a5b12a4220ad6a6557ffd78e02d8ed63459941c

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a708e9dc6f9e238659d343540dd327c80b543901505bab99f88d20336cae346b
MD5 0e03b7ebcea13ebe7b572bf67b9224a0
BLAKE2b-256 6c45490c6fe3057714fcff16e9899b3f1c7b497dc63307b6c65bd3e1ce215a2b

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b761d6a9681b0b9ba798226d7cf35d917d6add2df41b99a3f2627f34c28283d8
MD5 0999eda3ae44997ba9130a887a3c9439
BLAKE2b-256 ad03d99af72cbdd2c39e9a5ed91583903208020e88d39d035530a0525e820cbb

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5b12b462e915429775140af3d96883fc75c0f8bdd25b0f37d040e54b257e559a
MD5 2eceecfc56e77534c58e9f530076406b
BLAKE2b-256 e4584b7224de542fb143bb5ed651ae2c6ee932a1aaf9957732891c13807863f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 27b2a825b97d0a00910ca1ce53989bf7291370fbd3a3205713f01a2aa8b8f993
MD5 7ea4db0027b3248531e750c876f27cc4
BLAKE2b-256 560ff6d2e9d773a955eeefc26f74f283a610e24591417dcec8a3d439b9f93eda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_smaz-0.1.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 214.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.11

File hashes

Hashes for python_smaz-0.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c16585a98f6ee3c17df7b76cce279b3e79e18c449862cb0f58272a807425f2d9
MD5 6e377bb07a1cb64ea3d491a1a22cdb3a
BLAKE2b-256 0a59a681b85118d6c11275e988bef810b48ab747f21de07460865cc2afe77298

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c7e37947f27905416f2e1ddb54a9d203881387a613ef875fcec0abb2cdcee4ea
MD5 e0d00f6aed82ee273ceef2be24a01b98
BLAKE2b-256 3ec8575d00f93410cd0a371d49ed4bc13aee479b74999b8c2135807017682596

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f54dc9ea0b8706ac4c296e467dcc58750f9f4dabb21037f3c2d07a3d1ac1e9a8
MD5 5956b36495b008ef9e8061f4ca553283
BLAKE2b-256 e345c0cb23e4e0ab1c884e419e0bb9e271cefaba4dd3d3eb95ddc00fe5c9b582

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 341bddfc21b363adc33ffba02299203a3e14f441073e2cdbe4e46a9c33f4b3f8
MD5 0574d591383e153af735f1fc657714e5
BLAKE2b-256 fd26c9a72a8c3acbac724d77cc0134c90729ffc4f2ffdee5823efb5ba17e92a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b6875aaa6d3839ee003bd0b2f35502b75d03c8b81609b14a9b2d55b9418c1ba
MD5 8f04ebc85243bb3e44669c233e70d931
BLAKE2b-256 20e3c62044ea0343d1d8c86fa993a357f5a0ccad46c8c61e4e5ffefb07fc2636

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9f3cc288afe2c509d8cfc625a47ac8476aaf43dd9564a5d45c3e8b6142b3958
MD5 1d574d5227db6a91b47bc01fb1b14652
BLAKE2b-256 daa13b1ea32922b46080f6263f4255f9d434fc782ae798b74b8cd42b5fa65c3e

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79b90dee97cf27cd72b5d64876b21bc4b64f4fff3d7de0ed9ead2a60c43f2bed
MD5 9ff77c410f6195ef320fcdf309193ccb
BLAKE2b-256 758aab648677b38b6b090a9668e1c2b6c2eedeeafd4f99a27fc106f738813c1b

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7e4975a6624fc7588cec82c48c19490910630f7e3cb3e6638ea507e43cbfff9f
MD5 bd6bd253f6f361bc288aa9701b9328f5
BLAKE2b-256 268fc2f6801ac44c547d13b27d7407b8d906d171bffa8ff5f17bfa6abdcb1ab4

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8f9172b07b7636dd4c6f6aaef44aebdddbc2ff0cbf5501be4095936f49cd640f
MD5 2968af0bf9312ec17eb552a8982d3735
BLAKE2b-256 3162f038f6f4658587a243dab58417b0aa8ba62343a0a7b3db3ae5d2e0470c52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: python_smaz-0.1.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 214.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.11

File hashes

Hashes for python_smaz-0.1.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bbc410924855ab9f8687c17f18813f2d74d23ee13525b6e7027eed8b23ebb7f3
MD5 f326955ecf52bdae7d1383aa13c51186
BLAKE2b-256 e7449de8a61c431311d35314197d07dc7e26492ea017ddeedc2f4d41facbd761

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d6dff92c251d077389be5518ce68af727ed5a0d2ad3fc50ed0a1ce21d5ebcc88
MD5 aa2b88b95c4f4c92c2a6d7a4d9b66a69
BLAKE2b-256 c1fb919f491d01f225f9016a620ba82d7cc4e7f5f206bf1b62176b9d48408e9d

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 217b1c0ee1b61b0545316a60375f013d1c691900e0d00ae727301d44be6ef7b2
MD5 b47d60f90d1f2dfa8a9f4962f0f81ac3
BLAKE2b-256 05690e1ab7dbd5a5b9a86498737612fca650d4da6305cf7412f9f0a7965f992b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 280e7a894a51b6037628b917364e3f8133720e2ddda3c2a1f4e517e8dc8ff965
MD5 f450e474c559b3d8c4e471e7b5489fcb
BLAKE2b-256 91944c455b7927a00258ce46e0a26d2a04c17bf96eea5f997ca075650071c351

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8baa64707b18e72b8e74f519ba4b01eb11aceead26b8520c348bd1201ef4d1cb
MD5 3f76f1312a50807fd4e1f6a64bac6a05
BLAKE2b-256 e8063b8a2e2413ee5385598380e4922152286322c830c198f4db454e4fe00481

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8aed4c82cc6050b8be4c7dc87069275a37146dfba78a17f8d4fc51963a3ce613
MD5 1743547ce48ad7a76fd83c3c87039274
BLAKE2b-256 3051fa4d3d9abaedd61f88174708688982d09f16b232f3a891ba742f71ed335b

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cdc73bc1ffb28e39fa859c01243e68091f967acbfaa7b39609dd3560182970b6
MD5 1eab6857e55ae9249269753bc987f5be
BLAKE2b-256 156743fcf3df85db335776ce4981ce7074626b80ba0e7d1e64b706a3eaeecc3f

See more details on using hashes here.

File details

Details for the file python_smaz-0.1.2-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for python_smaz-0.1.2-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4df694d1910974bb0f15481ac065e8fc10179558148417cde0c82c78c1e3ee77
MD5 7da02c50ef0eb07f65a827eab081265c
BLAKE2b-256 179b5d6e12a5a5149350315f8a280416149893b484e46b83a1c3058d03ca509b

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