Skip to main content

silk encode and decode

Project description

✨ pysilk ✨

The python binding for silk-v3-decoder

pypi python implementation wheel license action

安装

pip install silk-python

使用

  • encode
import pysilk

with open("verybiginput.pcm", "rb") as pcm, open("output.silk", "wb") as silk:
    pysilk.encode(pcm, silk, 24000, 24000)
  • decode
import pysilk

with open("verybiginput.silk", "rb") as silk, open("output.pcm", "wb") as pcm:
    pysilk.decode(silk, pcm, 24000)

支持功能

  • 接受任何二进制的file-like object,比如BytesIO,可以流式解码大文件
  • 包装了silk的全部C接口的参数,当然他们都有合理的默认值
  • 基于Cython关键部位 内联C函数,高性能

公开函数

from typing import BinaryIO

def encode(input: BinaryIO, output: BinaryIO, sample_rate: int, bit_rate: int, max_internal_sample_rate: int = 24000, packet_loss_percentage: int = 0, complexity: int = 2, use_inband_fec: bool = False, use_dtx: bool = False, tencent: bool = True) -> None: ...
def decode(input: BinaryIO, output: BinaryIO, sample_rate: int, frame_size: int = 0, frames_per_packet: int = 1, more_internal_decoder_frames: bool = False, in_band_fec_offset: int = 0, loss: bool = False) -> None: ...

公开异常

class SilkError(Exception):
    pass

✨v0.2.0✨

合并了CFFI 的工作

本机编译

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

后端选择

默认由py实现决定,在cpython上自动选择cython后端,在pypy上自动选择cffi后端,使用SILK_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

silk_python-0.2.6-pp310-pypy310_pp73-win_amd64.whl (311.1 kB view details)

Uploaded PyPy Windows x86-64

silk_python-0.2.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (428.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

silk_python-0.2.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (433.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

silk_python-0.2.6-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (367.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

silk_python-0.2.6-pp39-pypy39_pp73-win_amd64.whl (311.1 kB view details)

Uploaded PyPy Windows x86-64

silk_python-0.2.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (428.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

silk_python-0.2.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (433.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

silk_python-0.2.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (367.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

silk_python-0.2.6-pp38-pypy38_pp73-win_amd64.whl (311.1 kB view details)

Uploaded PyPy Windows x86-64

silk_python-0.2.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (428.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

silk_python-0.2.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (433.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

silk_python-0.2.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (367.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

silk_python-0.2.6-cp312-cp312-win_amd64.whl (318.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

silk_python-0.2.6-cp312-cp312-win32.whl (283.0 kB view details)

Uploaded CPython 3.12 Windows x86

silk_python-0.2.6-cp312-cp312-musllinux_1_1_x86_64.whl (458.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

silk_python-0.2.6-cp312-cp312-musllinux_1_1_aarch64.whl (450.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

silk_python-0.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (456.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

silk_python-0.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (446.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

silk_python-0.2.6-cp312-cp312-macosx_11_0_arm64.whl (357.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

silk_python-0.2.6-cp312-cp312-macosx_10_9_x86_64.whl (377.4 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

silk_python-0.2.6-cp312-cp312-macosx_10_9_universal2.whl (650.1 kB view details)

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

silk_python-0.2.6-cp311-cp311-win_amd64.whl (318.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

silk_python-0.2.6-cp311-cp311-win32.whl (282.7 kB view details)

Uploaded CPython 3.11 Windows x86

silk_python-0.2.6-cp311-cp311-musllinux_1_1_x86_64.whl (459.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

silk_python-0.2.6-cp311-cp311-musllinux_1_1_aarch64.whl (451.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

silk_python-0.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

silk_python-0.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (447.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

silk_python-0.2.6-cp311-cp311-macosx_11_0_arm64.whl (357.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

silk_python-0.2.6-cp311-cp311-macosx_10_9_x86_64.whl (376.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

silk_python-0.2.6-cp311-cp311-macosx_10_9_universal2.whl (649.3 kB view details)

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

silk_python-0.2.6-cp310-cp310-win_amd64.whl (318.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

silk_python-0.2.6-cp310-cp310-win32.whl (282.6 kB view details)

Uploaded CPython 3.10 Windows x86

silk_python-0.2.6-cp310-cp310-musllinux_1_1_x86_64.whl (458.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

silk_python-0.2.6-cp310-cp310-musllinux_1_1_aarch64.whl (451.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

silk_python-0.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

silk_python-0.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (448.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

silk_python-0.2.6-cp310-cp310-macosx_11_0_arm64.whl (357.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

silk_python-0.2.6-cp310-cp310-macosx_10_9_x86_64.whl (376.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

silk_python-0.2.6-cp310-cp310-macosx_10_9_universal2.whl (648.8 kB view details)

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

silk_python-0.2.6-cp39-cp39-win_amd64.whl (318.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

silk_python-0.2.6-cp39-cp39-win32.whl (282.6 kB view details)

Uploaded CPython 3.9 Windows x86

silk_python-0.2.6-cp39-cp39-musllinux_1_1_x86_64.whl (458.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

silk_python-0.2.6-cp39-cp39-musllinux_1_1_aarch64.whl (451.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

silk_python-0.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

silk_python-0.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (448.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

silk_python-0.2.6-cp39-cp39-macosx_11_0_arm64.whl (357.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

silk_python-0.2.6-cp39-cp39-macosx_10_9_x86_64.whl (376.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

silk_python-0.2.6-cp39-cp39-macosx_10_9_universal2.whl (648.8 kB view details)

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

silk_python-0.2.6-cp38-cp38-win_amd64.whl (318.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

silk_python-0.2.6-cp38-cp38-win32.whl (282.7 kB view details)

Uploaded CPython 3.8 Windows x86

silk_python-0.2.6-cp38-cp38-musllinux_1_1_x86_64.whl (460.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

silk_python-0.2.6-cp38-cp38-musllinux_1_1_aarch64.whl (452.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

silk_python-0.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

silk_python-0.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (448.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

silk_python-0.2.6-cp38-cp38-macosx_11_0_arm64.whl (357.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

silk_python-0.2.6-cp38-cp38-macosx_10_9_x86_64.whl (376.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

silk_python-0.2.6-cp38-cp38-macosx_10_9_universal2.whl (649.3 kB view details)

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

File details

Details for the file silk_python-0.2.6-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e34539b78308407d604dc73ffbfe4967b6835966ab85cd0ecdd69752822c332a
MD5 034aea31725c1b94e240979ab965c8fe
BLAKE2b-256 1c51daa19c84dd5e5a6988086a429ccfa72d3cbe32cb64335c7240d54503be75

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc93d2614be46424e08f6f384408d8b851268d73864e0af8cc55f33fb5baebde
MD5 03a12a6d5da360149b3af8d09cd52f5a
BLAKE2b-256 80e9e6d7e4adc3ba592d10763974fb666a3b3829b97c21b0f02cf041b7badb3c

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f9a6c725168da66b1bf391c0b869af1b20b77c7990c8ccb2fad256a29ae9f8ae
MD5 5266fabeae2f09a54dc990e8737c2694
BLAKE2b-256 4884f6f06de2f46dc5676eb772c33eb32e120ca09501359ed719c7f9501bf4cd

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a376dfa465669dac52932eaeac9509ae375238bc8786a6b25f5ed5387f20349
MD5 7d4f87d7ddad5ce660e279a586073b26
BLAKE2b-256 0d53c33f88979306dab9ab63d48cc423585642411bea7a214b887f2dd75001ab

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4850d1273906c76174783e2cae58d69434cddcf1dc7f2faf08a97fd87842f951
MD5 705ffbeaca48dcfdd116e2c825466647
BLAKE2b-256 d0bf313860fee4fc81029fa1ba1ef0f99287014d6537c03d0bd20c8d91e45fb9

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 075aa2fe395c205d381cf9071ee9ae039470f59eb82f930831777ccadea656c3
MD5 1b77ce92861515fbc9ef8254e9fea4b3
BLAKE2b-256 be5a4b64e337835423d9700fdf20a961cbc881f6bb92118a1df8ec4be6721e55

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff5115f32a9db01f629fb77acce5fbea1cf1d00c2b1bc0416df1869d32353ffa
MD5 1307bb55cc32f06625927e31809f4ae8
BLAKE2b-256 f8db05e6bc68cb0ebd568eb4056dd1e23a50e1bd1d660b298f62d429487303b2

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3d5837cb9ebd43db3e5e07ed24146c095ab52ebd7f98ce34ef43bda552314678
MD5 6e76b71272f2a422c34e057479f3add2
BLAKE2b-256 daac4dc7d1c5c57ab20c1a342e778d6b2eef61d90ee7957cd6ee158a36228e85

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 47a7be7dfa0d1a2d9158ec8cb0fffbc4c774c073fec93b51724b0078de8193a8
MD5 aaff271830a273340d54d4b9af2440af
BLAKE2b-256 49f0e4b84a16bbace1195f312d57bb30dfc196de1cc7981656d728bb1a1f3b00

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b065609b1ce8587e05a31e2f50ea3641ab2511ffd1489d3c1195d96f079d51b9
MD5 29d2b1a83e8e6c3163c88da44e8ae4cc
BLAKE2b-256 b3c913d765e3a9dbe3abae006a65312be6d9d00dc164320c547925e37b4c2ee4

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 230b0cbef60e735ba0200d210041ff9b224a5a03ef901aaaa715cf9b0d63fba9
MD5 a2c39f58842efe40dcb9b14f8b00306f
BLAKE2b-256 5f54dc956f25d46c08c62d58a4e81d10766863ada8c60479e99c79d4b88e3a34

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a8d856f4bbcd6893e60dd1e16b5a6a3cf1a9307062bdee8a10b3df834a03ce4a
MD5 d223c75532e2f2ee9e681bb767698ce1
BLAKE2b-256 a60062b7ba30ce36336966c14fa43a1422b18832284f7f866ee6376127503073

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6b0f2534b37246cb65b6dcbb7ced640656e7e3cb438c4a5ba0d1f95d5d6050fa
MD5 494d3b16b9948ddd7fb0d794868d1cfc
BLAKE2b-256 294b15bfa589c38c08b8204042d264bab2dce4aa3bb2a579ead04703e0951071

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp312-cp312-win32.whl.

File metadata

  • Download URL: silk_python-0.2.6-cp312-cp312-win32.whl
  • Upload date:
  • Size: 283.0 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 silk_python-0.2.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 37737ce32b16e0ba1fdf91a30fefd7ca5dbb10d326c41ff4a6a8800519c22813
MD5 2a5075ad7d211bf53dab7cc53c46f1b7
BLAKE2b-256 95201638525fb735e5e833d3cb500754f81a673be1a997a465c02d29298934d3

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a4892c547c3671a7094120d52cd8b1a7e0e1d58146f73d8d982b10815992dd73
MD5 427053f537055e26e68b6dc76ad3c1a6
BLAKE2b-256 ed798f8caf53a9aafc68ced968b46c07611f69e391986ee6702845279a2f4e5d

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ad4f3dd15d777163674523dc6c12074b8515bcb3a1b4673225ec02edfd2492bb
MD5 66de264e5e22d9d1aca47410159cb8d6
BLAKE2b-256 200c7a26ce31f82e7f4a45e5f15fb0a2a29bfae713018d284a893703e3dd0b78

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 334581b9a910072f9039e7d9fa7354740e77ba030a3224877b464fcfef844a07
MD5 0b9f65526a33b60240d913dbe9e785f3
BLAKE2b-256 efe5f5b227fab0b62ba455c07e560bf6c1d8d05a1587ff1352349c6ab4f77dca

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89ef89a52ce9ff1132e38a5ff794eab138bfbdc03595628e32a29f63416a7bc6
MD5 3bd4f3151afc3c0e7e83ca27ba319f36
BLAKE2b-256 a1f196ce44be9ebfafc49cf1e1c434fd42119c3c79914bafd72391654bb573ed

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ecb8df4e31a1630af730554d2fe26add02fc0d4d6ec97b58e27948d001d88409
MD5 93395734a33f8c3e41bc9481834c16ce
BLAKE2b-256 fbc2924b056c09ea3c80f58515af140d4cc3e79a6f5d8193736abfac3b08267b

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a33113583becb341f3d51520e8b8bd5304e297685a2d151efcfc4b48aab7993
MD5 91e2ffa696b5031742fa2f17f1ad0887
BLAKE2b-256 fe7192a6ff28dc9b86b46ea3795da4022b150c289e5c5df362434d8923cba384

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 62ed0322a7508fb6ea44281765f8f4f7beea8c1ec749c17f7efa57a38c6b5034
MD5 f114f42107a1734465266d3f512be8df
BLAKE2b-256 7a762a83a9a87a70f94445367b28e26a35302f7818ea58bdd3eee4bff4d91b80

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3ffceba8c5bb9853066799a06f4b0296882f8827484d6f79db9deee7ece8ad4e
MD5 deea75859e86c470c3d20c1bf13df8b4
BLAKE2b-256 c2e4fab3575db5935020208000735c3b2d89436f7ad5925fea0b15b27c507228

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp311-cp311-win32.whl.

File metadata

  • Download URL: silk_python-0.2.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 282.7 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 silk_python-0.2.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 428233b54f41e5291ba2974fc6ad59873552abf1d3e50fcccf3d0c4dea1901f3
MD5 d84b2777e3fde24f939a7637cc714201
BLAKE2b-256 9064a11004bb180f0a7a1b0ce2533b9bba4e14f152fa35e1e56f2433967a3c54

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6c811e19f7f9f68eba1c8a7ac1cc8063f9f7598a4b714b6bffc4dd39ff636f0d
MD5 222f2e4efeba6c425845be7809de8baa
BLAKE2b-256 e3e03c5dfae061658019517f6d9ee0b4840898f5ec93287b4ced12604594f3a8

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e46e859b03c107ac8b347f1d806989175de446ba012cb7a33edcc40b9d41ca5c
MD5 712a8cbacab0b419707822187dba7cea
BLAKE2b-256 eddfccc07d2c835f70095810eae40e547cc6d6cf41517f0302b625dd04e0828c

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3439401987b2df334adfe4cf81e46c6391902332e3a201421937e9ac3707a50f
MD5 6e8db55232c679dc17f4f592439dc2be
BLAKE2b-256 3c5d46406e593079d193fe8f1de755a76e4d43ec7fe25211b7549f6bec99eee1

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9644893b795c5012b51825fe6175f93c461dd509098703b179227b7fb1774dcb
MD5 1164909b3f4eca63f13c0b269ca35c7c
BLAKE2b-256 7c15f6332ad7bd675321362f2d964ccbd8fab7c70071827f980dd3dbe34aa245

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10d740b8476b33b72c459d59d11b27a35528585097a43df4002474aadb5ffac7
MD5 6c7421f9c7688032bc7e3bafa40f0b96
BLAKE2b-256 f68f07cdcca0bb38e4f68568a4e387af13d9b99ff167a36e549db25f6466fc16

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fdc07d617cd51e7b3779c0c2eb34231a5c56278e2d3a6d1ea6e1c24cb61ca105
MD5 473ae8d43b048b51932b1afbb4fc68b4
BLAKE2b-256 bf40e50e01be7fbc111b32f835316cb315f90c59fbac0a2e84db03978ecb9a79

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 96537e1c918c8a626e9e84c877be0782036eb8b0df3563cd35b8c15a14e56c32
MD5 eb704f25a275c2fd43ef1a827350782f
BLAKE2b-256 fc85f19f084170a8d71f317f071af0851d7ab1e5245a756b1eb6c5f8bacfcf82

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 97fa555296c69fed4616d3daac49d9c08ea58deb43e16120538b6ae62ba391e9
MD5 33154cb5cc85b59589687b38be1a65a4
BLAKE2b-256 2d3b492096cd4a58644173b2b2041fb7df7c84c72f212a3eb697c54c5a0ad3c4

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp310-cp310-win32.whl.

File metadata

  • Download URL: silk_python-0.2.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 282.6 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 silk_python-0.2.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d3636ea8e1b59d04a6fe6cb4ba5ab83ff26c39a5544a6b60c2b0ec78ea8d41e9
MD5 f642aa19d421ac7347622f56e64cae52
BLAKE2b-256 fe316be2bcc2555c52ca4806d41787bb999e0c421b974f7ba80b9c0c9a489a48

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 054b6c18aa1e1ce261807c6aaa3f4e2aef995aa73d0e4d15f4fc25b5e3956860
MD5 7ea9cc85ae727dc2ff10dac1b3f1c73c
BLAKE2b-256 071346a7e7911712126f36399e238b55cf456c041bcc495eb563be4eaf5b7a3f

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0977deb3194f403fb471292968c3b120e6ac6b2f01ccefc1c79d44c2cc88c391
MD5 55e4fa7e8d85902daf828b1073094f0b
BLAKE2b-256 ffc239b771b9299ccee713488c006dddee729b76d0b1c90e0c35e8948f845761

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec8837c5b292780febfa392ce0975edd7aaa7d5728b8a72a21abdb414e31cbec
MD5 4b24138f52cb62f794190525f305e32b
BLAKE2b-256 ffa900e9edcac6adf3f8a9c46b488ea45857c9fb3fc4a2db00bcedfa2cfb843f

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6564d3a73ec386c7042c94adc38fecd15644d57c76e91603e0e9ad1ae444c4f2
MD5 e2d99e4de118600be4ede68d91225a69
BLAKE2b-256 0d0635fe84291bf980940f7c36e9cc88c93347241009bfd11df4205c9fedba6b

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a4bbac41dd0927ae7eb9ac3b32dfafdfc07e228a61e493533220dee0b9f07c4
MD5 85465da69dc7be2a71d8e0640d10624d
BLAKE2b-256 993425c10a07ff692f9e133bb7840da84655abab69503fb6878db11dade4a92a

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a1c8bb085bb3b43203aa13f3a03f0507ed521e66c57969f45fa8653533b6522c
MD5 dd0c3156ee2e63bd960870c30f33ab65
BLAKE2b-256 5cd92520628e6806afb95a8bf44270b6fbbd6add03cdeb1ea53f8c885c3966a3

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fe8a2300deabcfa2276b10bcf6d5eba75411b5e77bb2c8d3f025e8f2907ef8c9
MD5 c1821210af17f40e175a82f7a707ffd0
BLAKE2b-256 babb6fd4df91bb9ad014ecfb82be9d32a9dd6a03c2b191ba3b727da776c2dea2

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bdc6144f3edefcf996066a0eb853e33fad121a60becd4dfad198fa40ea4d0d3b
MD5 e8cba51c20f36c16ed334a13a5eafcc8
BLAKE2b-256 9c938b44a0ef7d272c67c20e5881e728bdc480a82b94cb2b24a4aba491472342

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: silk_python-0.2.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 282.6 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 silk_python-0.2.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0633c49dce457d48074e8a3ad66dcaa52f77f9fbe766974e4b10b7e32fde41a4
MD5 4ba1d0ee1374ed3a9f21ae4f22a8b4c9
BLAKE2b-256 4551050c606cd37a69acb115c7401674efb660e018bb702eee4ce6e075bd6b82

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 22b046aa715475836a8826076141458c04335dc41d37bd0d8359d9837785c230
MD5 bcef708e6477b6f9c216a364061314fc
BLAKE2b-256 dae24445776ad21f531c9a86f10af91df0fb2a0bee41ee0800162b08b4bc4437

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e65ff337594ddc26da8544e1abc0fea182e8b92374890ae7671a217c563f143f
MD5 66a3d539d0edacc069a3a9a51e7ee806
BLAKE2b-256 e90f9f4ac9d7364f0ddceb9c2f2fbdd3e17b46ca8c75e057347c8ae9cf869ab1

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5121b2f1c9b5aa44bb9eee21c002ccbba00507b420bd987c7a680e8410ec6b2
MD5 67ffa6618bd6983dcfaf8337cf7e0cc9
BLAKE2b-256 fd22da1c3821f6d3f74a70bdedac5de8d0a09aa67e331153a2ad522f72876899

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4e9e9a9ef60e049dd3eea00f3471f9a5ef85931725f8f9c5d7f21f796184e64
MD5 2333ad837b2bd00faff4a83feaacccc7
BLAKE2b-256 1845b7d83e37da2d57d187e34624d3c8b80b291198aae08ff48f6ba9ea4314a8

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9abf20438203847a9e65d6618fc8edca47fe5c044931530862a9e2b3093c111f
MD5 a6990dfc8e58a41e4961a216eb167062
BLAKE2b-256 418b6b9cb3bbe7965c4c33d7794774125c22215ea614b379a8a428cb8487b108

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e484169bc2faf80f0227f9cd237b28d8308928f9a4733fa6b39331832748cb4e
MD5 0279c2bccc543b0ed76994471ec5dded
BLAKE2b-256 f1a019718813a19ce5c2b14e152da78d047dba66f4035dd72aff21294df54ad3

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 64556d608df8e7a56ed51daea01adb8948a538a38b85c4ad0cf010978308158e
MD5 3ac627839778412e4a31033ccfb5c4b0
BLAKE2b-256 52db144d14b10caeb4ae60c7cce2eb03323b20b6463b36663437dda832b7ac13

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 92085869ae7500cea0a95097dd39c56fd40d5dc50a031575d5cafc4dc578c3c4
MD5 9e52bacf1d029757c7228071ab3aab3a
BLAKE2b-256 1bf6da7e49364f477690cbcbac5afcdb78b834378379bc183cb14c361c54e473

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp38-cp38-win32.whl.

File metadata

  • Download URL: silk_python-0.2.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 282.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 silk_python-0.2.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 663f314bee752863e0a9156f31f2f38c2785e299ef58ee4d38d1d601713f4379
MD5 bc2de06be33bd731a838d9f5a9a0fb3a
BLAKE2b-256 ee2f99b86a0f4fd549365a08b1aff0816b40f66694bdc299525250e5b45fa7c5

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 61ba0ca57c624925c0c518ebdd63d6951bccef259344837eb668b35f4f59e9e1
MD5 761ee02bfc502ed8bd1ad5508f745285
BLAKE2b-256 94e172c21000966986f530396febe927519db50b3cd3e9ea604243cda59abc16

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ed05e42972a0c78e96ee6cb9abe92cfbaaa0f2cfcb4e996b61fe249c20810e03
MD5 635034a79324378d0b13d76fe1a29ce9
BLAKE2b-256 3c025c44ce9ee8a84a364e0938eff022cb966639d81c90cea841331156316399

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a2780659e120afe8f0e8f7ff054bb6cf1f42dfbfd9f996f29569dc6dc28ec3f
MD5 8da751c183e7ce90b3578ad296692784
BLAKE2b-256 f3019cce719fa59e995e618991a199daf77e3b16d719f7a9af4cbc5a40bf4a63

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 723fd0d76e4a540b7b8d8ad2aaad0d2e2d7ad82a836430b03941d05ea9380262
MD5 a2e061185491763e548372b3f5949b39
BLAKE2b-256 728f23ff24f61a5353a77c1e78d3b4bdd2efbd7f4628157e1db12acff1513de3

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 550b7f8e2bc3ef1d38bf5d0142a3dbacc46845915614dfc1eca13afee210581d
MD5 7d2ea6fde8704543d3a8cd87d68d4f1f
BLAKE2b-256 3e0871ffbe8985a70b564c4577a295e8bd86942938fe87b4c235f59bf1ded15c

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d49f8c1f768b92d81a6aa86c2b11221e837c441d1abcd3bcbe8e31ab16805631
MD5 3b7efc1b72f7e6a27f3756a3834d7503
BLAKE2b-256 7fa4898b70af264d7ded85f4cd9c44e446e1307e2fb51c3b4e6f8315b24ae378

See more details on using hashes here.

File details

Details for the file silk_python-0.2.6-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for silk_python-0.2.6-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 22d966bf0da5073d5da44ddf1908d0462efea826fc0b5874920301877c15fd9e
MD5 08efb06a434e1d3967ced7c6b1f87f5a
BLAKE2b-256 968316e8b3d33af7019dc6b1a523c077d741aa687287642b064f7392d4c1965f

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