Skip to main content

A Cython wrapper for codec2

Project description

Pycodec2

Pycodec2 is a Cython wrapper for Codec 2.

In other words, Pycodec2 allows using the Codec 2 C library from Python.

Installation

Prerequisites

Pycodec2 requires Codec 2.

On Linux, I recommend using the distro's package-manager, e.g., on Arch/Manjaro: pacman -Syuu codec2, so that Codec2's assets land in standard searchable directories for python setup.py to use.

On macOS, you may use the Homebrew formula.

Instructions

You can install the library using PyPI (the easiest option) or from source.

From PyPI

To install the library from PyPI, run:

pip install pycodec2

From Source

To install the library from source, see building instructions in DEV.md. You can then install the wheel with:

pip install dist/*.whl

Codec 2 Compatibility

Pycodec2 4.* is compatible with Codec 2 1.2.* and Numpy 2.*.

Pycodec2 3.* is compatible with Codec 2 1.2.*.

Pycodec2 2.* is compatible with Codec 2 1.0.*.

Pycodec2 1.0.* is compatible with Codec 2 at 0.9.2+ versions.

If your Codec 2 version is older than 0.9.2, then try pycodec2-old package.

For more information on potential compatibility problems, check out this issue.

Usage

Example

example.py implements a basic script that uses Codec 2 to encode and deencode a sample. Use the following steps to run an end-2-end scenario (dev/rune2etest implements steps 2-5).

  1. Download a sample .wav file, e.g., trashcan.

  2. Convert the .wav to a raw mono-channel 8kHz format, e.g.,

    sox trashcan.wav -e signed-integer -b 16 trashcan.raw channels 1 rate 8000

  3. Compile pycodec2

    python setup.py build_ext --inplace

  4. Run example.py

    python example.py trashcan.raw

  5. Convert output.raw

    sox -r 8000 -e signed-integer -b 16 output.raw output.wav

Now you can listen to output.wav.

Expected Input Format

Codec 2 assumes that input files use:

  • 8kHz bitrate,
  • 16-bit width samples,
  • a single channel.

Available Modes

For a list of currently supported modes, look for _modes in pycodec2/pycodec2.pyx.

Remarks

This library is considered complete. Please notify me or send a pull request on GitHub if you notice any bugs.

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

pycodec2-4.1.0.tar.gz (97.4 kB view details)

Uploaded Source

Built Distributions

pycodec2-4.1.0-pp310-pypy310_pp73-win_amd64.whl (1.3 MB view details)

Uploaded PyPyWindows x86-64

pycodec2-4.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pycodec2-4.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pycodec2-4.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (879.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

pycodec2-4.1.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (909.9 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

pycodec2-4.1.0-cp313-cp313-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.13Windows x86-64

pycodec2-4.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pycodec2-4.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pycodec2-4.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pycodec2-4.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pycodec2-4.1.0-cp313-cp313-macosx_11_0_arm64.whl (887.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pycodec2-4.1.0-cp313-cp313-macosx_10_13_x86_64.whl (918.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pycodec2-4.1.0-cp312-cp312-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12Windows x86-64

pycodec2-4.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pycodec2-4.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pycodec2-4.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pycodec2-4.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pycodec2-4.1.0-cp312-cp312-macosx_11_0_arm64.whl (888.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pycodec2-4.1.0-cp312-cp312-macosx_10_13_x86_64.whl (918.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pycodec2-4.1.0-cp311-cp311-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.11Windows x86-64

pycodec2-4.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pycodec2-4.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pycodec2-4.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pycodec2-4.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pycodec2-4.1.0-cp311-cp311-macosx_11_0_arm64.whl (887.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pycodec2-4.1.0-cp311-cp311-macosx_10_9_x86_64.whl (919.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pycodec2-4.1.0-cp310-cp310-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.10Windows x86-64

pycodec2-4.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pycodec2-4.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pycodec2-4.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pycodec2-4.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pycodec2-4.1.0-cp310-cp310-macosx_11_0_arm64.whl (887.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pycodec2-4.1.0-cp310-cp310-macosx_10_9_x86_64.whl (919.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file pycodec2-4.1.0.tar.gz.

File metadata

  • Download URL: pycodec2-4.1.0.tar.gz
  • Upload date:
  • Size: 97.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pycodec2-4.1.0.tar.gz
Algorithm Hash digest
SHA256 46a491f4c8e2328cb633b40ef6dccbd2ea08da51f6b76e795c4d7a439f8d355b
MD5 28c969778623006f931177f943d3ce5d
BLAKE2b-256 ac5eaa72a7954159ce9765c1a5608171a1f522ee3a5b0cac7d6df7d24541552e

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 04cb92515ad2e17bc40d3e90846407528a1eff0fb2038d8ab20502606b517540
MD5 13eaefc53c7f8c65ba0e5d1a1cae7528
BLAKE2b-256 227fde7081d03f3f73c4766672096d04acbee7abc90a4666ccd1adc9c87a6621

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60877969e9d0dcbf68b91a84032efcc8799c782c5ae1d9cf9258b942c708ec95
MD5 505dbed8e543ccd8b73f23e9d0f53f34
BLAKE2b-256 77d0b29837740d57721ef68b3202246125f5f41975d78e377f65a8c1e8362e34

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b70f9193b4788768041b17ba2e0377e5fd2bcf5abf88e7b44c5c3ce3aa79d0bb
MD5 7ec76c26047b24bb85be93131994d034
BLAKE2b-256 ffc00130fc0abdb069be2213d8c896499933daaa5de0bcf56416ab2d9873806d

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb8bfe41b77fdaa8cda229b5c17b28b71bc881dd496716be302960a1db70168e
MD5 6fd02d5c65cb7bdd7740b8e4d0970f89
BLAKE2b-256 7467a10559c4c04137314a83520fa0a06363f990981e81a1b7ceaafa840b8d17

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7512b0c7dc25cf1c042549b27c6966f64995b408b41c7825d195bc60532905a1
MD5 d34ca9db465f291ba2d8b28789e1a606
BLAKE2b-256 793c1810fad98d3bf51e6642c276ecacfc4111460b4a801caffaafde40372fa7

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pycodec2-4.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pycodec2-4.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 672d44023f1667acfb84bc270b94cd562f76ab15d38ec68b7881a0481354f05f
MD5 9a9127f483f26a2888b9a1742dd1b20e
BLAKE2b-256 bfa1102c2cef400aab5f423dce23ea73d656b935f456b0595a6b9007f53154df

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 11eac623bc3e04751eb73f409ff130407ba3e62580bdf48ca7dbeb3b4d794408
MD5 09d5982fccb13745664453d449fec2c4
BLAKE2b-256 b7fd889d8e673d73e2cb1c1d0ec7f8d8bb73ca291aefc77753dafc21f3f95964

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47e555819ca6e647eaa08e9fd2c4748051b53e81431ce058f1d1827e9ca70bcc
MD5 1a60adac1ea0d9100e6eda64efd0047b
BLAKE2b-256 35d65b8c4cc6677294e8a8d73cdae4c8c4cefc8ae399c749bab49be3c65c78ce

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97af116f1d6698eb0e174078fec02d0742a5e7e7756e0f6529560af19e282585
MD5 e78e7c1065699f1f2410515c8562382c
BLAKE2b-256 aad9d3105984b940c3327ee97846699c3c409fd3a4c03624579da6363735ebd4

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff4c6a8d1db00ec7505d7b82dc62e9aaf885cd802e8adb6cb01daf1335c7e219
MD5 a5ddcc36638fe40738ae225da93e9ca1
BLAKE2b-256 827f6e80ab4d986b663049cb65ea98ca720d3ba3b2414de9f85a5a623b227df4

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a62446b86f3a4a649dee72dfe9a25eadce51915365596793552f28de3efa3ef
MD5 c86288596bfa88c844f25043d0adfb19
BLAKE2b-256 f02cd00927624b5e24106730adb3116ccf0f82ab0b942d49092146763edcafa1

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5f7b795163c549a3f9225575d177e3f4d942161dd5e4fc78f6e72d821bace1b0
MD5 0525ff74073c981403179e861f206d73
BLAKE2b-256 4d990ed342a97d94b94f0d3a192be2e91f14cfe81ea9338a0e98e612301ffc68

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pycodec2-4.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pycodec2-4.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8aa989a75b7c586f6d43639818ced4b30e1fb47576fb314cc84a80f729a08eb9
MD5 a265892605cbb7a2472dd31ed7b92625
BLAKE2b-256 449b5afa22f1303e42271a78c7f5e43102fc885d2af42cb367c4645c5a3f40d4

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9aad343577aa70192ccbd4bec1892bee96b47344ccc0d544d15ad2a7ed45599a
MD5 6da49f39d87c9be0b2ce625d69956f2f
BLAKE2b-256 f17513b3e09897f722d893dc0a5d40d4d2baee67c66d29396ef953d1e88711c5

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b53e3eb23bc0061b5ebaf4ff7658877e4cc810cb4dba3d8127ab63e1a45f21f1
MD5 c6481e3671a7f5b41874c155fde0034f
BLAKE2b-256 34bfc0c1d91a5708b32257e1d7db60eb57c6abce79f3e784a03d67ea8856ef92

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e3a300bb1ad2f0bf9019d392ccbaf01f1ee06290becf1d782d678bcf64322af
MD5 1bff910eca525ccb9e464d1fa93033af
BLAKE2b-256 6af31e12473e8fb8c187e2c08c852777348272e03e01abe8e79c4159d303d100

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 881338b6afbcfaafeeb26058fa6f810a1b6381baa205cb12ea0acbe774d9b656
MD5 d8a10f1c1d0baa36e2d615346d2dfdd4
BLAKE2b-256 2b25a45cc524948d04842e9ec01536b06cca0c74f669e6b72a668af1aa7d8316

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 123e7a299d3d565fdc10a013539906adfe848a80c1e983ac1747fdd5f877dd19
MD5 35870f439560008797a42229031222c7
BLAKE2b-256 d8686ec44037a54ad3dde3cbf182c160c32e18f852d4ad297e4ecc6ee0fc0e4b

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4bcbb9554a70b99841dd5cf0e8b3166218b7d173b97e8a3db29e056c3bd707bc
MD5 95e965ba3ed6f246a40aa9e63cc09355
BLAKE2b-256 98a312ee205ee8d7017864ee5f0b94d3fbcca5bc6bef3910f719e1be0fb84388

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pycodec2-4.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pycodec2-4.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1f14ff33340ddf0a95321d8848a6ecabd7823f116fc5a66cb320151e7738fb51
MD5 171f41e6b6b50fb14bae142349f940f3
BLAKE2b-256 f25488822caee71befa8e73486701e0effe02e15eb6fbc7a70115836c3c76dd8

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e28e5a9a3687b4b1b45cd8f219ccf5edea4a4f5eb952c878a382045df137527a
MD5 55fa32a894e118631a392e1d34bda248
BLAKE2b-256 10fa6e775e73055f552ec3c62155cba507b9b2e9921b0392302b41a2dfa820d4

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1be415d12712810c3587b095076e6471bbeaef639b1e57a436aa03053caec7d0
MD5 f2e3f0ea665fc3aedca6d6b58065182c
BLAKE2b-256 6b945951f0f03fca6a16634a58d6e8367fc694ddb24e18fc0e5fb25989777805

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb87e0c3c38b77cd6253db2ab802e16e06d31fa8a9e643f8f7ad944655de25b9
MD5 da2598ae17b51412c41e88025d7a6763
BLAKE2b-256 983a8264a2831330bd162e15fedbe6cf9bdebc30a4fba1c64a47166e4dbb23f2

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d63b1e2745a4719b5269d20b7047181b2d6f5d3f2c4ab5129360fa0406e0a8a3
MD5 6a73b04ccebd29c0e61988fb2993dbe6
BLAKE2b-256 df4e634b49f12bd859d6d4f78d0a3452e202be282035bdce0d754e2e50775146

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ecf019d59814319698939e2e45190572ecdc267c5ba6dcd991be7a865b2bf4e
MD5 5baf38849efbd10d95bbf90acc1ead55
BLAKE2b-256 b6c2294c20a76e3fdd5d9b365002e2c5090dd698b3b5ebb69e8a36b9f71314aa

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2d746403889ac2ed029f49ffa4665cdcdb70f40889659edcd6b8fef57b1c8e1c
MD5 81c996f214e5d6a002c6346b7b98bce4
BLAKE2b-256 99052f271ff3bd16927256ed71bcfdabdc622b7eaa4f6c6b2672497aa422969f

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pycodec2-4.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pycodec2-4.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4f291ab351e286b6d4595f3d3b9b912644ad301ea21e9b7b82b551590516bb9c
MD5 b63cc25789995d5e639fe4ca85d81983
BLAKE2b-256 147f69d0369747516b0fa3a6836ce4b4f6bc3df0f6b311bc0863e4f08946874b

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17d3cc8c57edbb34be198e52cd3151227b4f5c4798d2a2fccc6f71f2bfb762fd
MD5 77cff077aac182dc2b52b03d6b63b21b
BLAKE2b-256 849d0a4aed7481cf1ebbb72086d9515226ea3239536de7001cfa798d248cb074

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 baf07614d27e212c79be1999ee60eefb28002b078df584f3f6c685b53afe60e7
MD5 8741c85d4760406bed722e80da7e600e
BLAKE2b-256 7a409958a2ae5e98ff942eda8fdfcb9c390b31d4ca47d9577f66debefc1e675c

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bae19b781d8dad4c77573c9cc3800b9a6b43ba2bb660bc03e899249d4192b880
MD5 afae9506772297198928cbeb8ff42c9e
BLAKE2b-256 66c60298c28de1d31820466f9abd19e9b7afebd31ee2d9182cfb3aa41b91b669

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92937ff92293bed8fd7de3cbf27fd230fe8863807d28604b13d9a9cb730c8ec8
MD5 c99596405c3f8f07cf1a62bcd8829caa
BLAKE2b-256 d0757f2151ed02a4ba66ddbc2e01b8e0b005a086c8dc78c72ed7c72615854248

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23d35af88393ebeae5d2db2511c16c8964444de6891da908fa7a27561b862f15
MD5 ec933732ae63fc1b34a959556c08b40b
BLAKE2b-256 8de47f1d82e0471a69372ef1fcb57a27c34249fee18aa3eca2a3d985c0ff446d

See more details on using hashes here.

File details

Details for the file pycodec2-4.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pycodec2-4.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4be9380c8bb854bfce15f4dc0ab7a55af3c8de9fa82b3f38616f3c4e92be95b7
MD5 71abb8fae10c325aeded015ed53938e7
BLAKE2b-256 3e80dcb28b2a4c4e12ffd75254898b5f7c49d88cbb8060557a285f8c7a42439e

See more details on using hashes here.

Supported by

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