Skip to main content

Python binding of the yahdlc library allowing to encode and decode HDLC frames.

Project description

PyPI Package Latest Release PyPI Package Downloads Per Month PyPI Package Python Versions Build Status

python4yahdlc is a Python binding of the yahdlc library, allowing to encode and decode HDLC frames.

Dependencies

This software requires Python 3.

Installation

From sources

git clone https://github.com/SkypLabs/python4yahdlc.git
cd python4yahdlc
git submodule update --init --recursive
pip install --upgrade .

Usage

To generate a new HDLC data frame:

from yahdlc import *

frame = frame_data('hello world!')

To generate a new HDLC ACK frame with a specific sequence number:

frame = frame_data('', FRAME_ACK, 3)

The highest sequence number is 7 and the following frame types are available:

  • FRAME_DATA

  • FRAME_ACK

  • FRAME_NACK

Note that when you generate an ACK or NACK frame, the payload is useless.

To decode a received HDLC frame:

data, ftype, seq_no = get_data(frame)

For a more advanced use, take a look at the examples available in the examples folder.

Development

To set up a development environment on your local machine:

# Clone the Git repository and initialise its sub-modules.
git clone https://github.com/SkypLabs/python4yahdlc.git
cd python4yahdlc
git submodule update --init --recursive

# Create a virtual environment and activate it.
python -m venv .venv
source .venv/bin/activate

# Make sure to have the latest versions of pip and setuptools.
pip install --upgrade pip setuptools

# Install python4yahdlc in editable mode with all its optional
# dependencies.
pip install -e .[examples,tests]

License

This project is released under the GPL version 3 license. The yahdlc library is released under the MIT license.

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

python4yahdlc-1.3.5.tar.gz (23.2 kB view details)

Uploaded Source

Built Distributions

python4yahdlc-1.3.5-pp39-pypy39_pp73-win_amd64.whl (22.7 kB view details)

Uploaded PyPy Windows x86-64

python4yahdlc-1.3.5-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

python4yahdlc-1.3.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (21.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

python4yahdlc-1.3.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (19.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

python4yahdlc-1.3.5-pp38-pypy38_pp73-win_amd64.whl (22.7 kB view details)

Uploaded PyPy Windows x86-64

python4yahdlc-1.3.5-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

python4yahdlc-1.3.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (21.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

python4yahdlc-1.3.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (19.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

python4yahdlc-1.3.5-pp37-pypy37_pp73-win_amd64.whl (22.7 kB view details)

Uploaded PyPy Windows x86-64

python4yahdlc-1.3.5-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

python4yahdlc-1.3.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (21.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

python4yahdlc-1.3.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (19.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

python4yahdlc-1.3.5-cp311-cp311-win_amd64.whl (22.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

python4yahdlc-1.3.5-cp311-cp311-win32.whl (21.8 kB view details)

Uploaded CPython 3.11 Windows x86

python4yahdlc-1.3.5-cp311-cp311-musllinux_1_1_x86_64.whl (36.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

python4yahdlc-1.3.5-cp311-cp311-musllinux_1_1_i686.whl (36.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

python4yahdlc-1.3.5-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

python4yahdlc-1.3.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

python4yahdlc-1.3.5-cp311-cp311-macosx_10_9_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

python4yahdlc-1.3.5-cp310-cp310-win_amd64.whl (22.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

python4yahdlc-1.3.5-cp310-cp310-win32.whl (21.8 kB view details)

Uploaded CPython 3.10 Windows x86

python4yahdlc-1.3.5-cp310-cp310-musllinux_1_1_x86_64.whl (35.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

python4yahdlc-1.3.5-cp310-cp310-musllinux_1_1_i686.whl (35.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

python4yahdlc-1.3.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

python4yahdlc-1.3.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

python4yahdlc-1.3.5-cp310-cp310-macosx_10_9_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

python4yahdlc-1.3.5-cp39-cp39-win_amd64.whl (22.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

python4yahdlc-1.3.5-cp39-cp39-win32.whl (21.8 kB view details)

Uploaded CPython 3.9 Windows x86

python4yahdlc-1.3.5-cp39-cp39-musllinux_1_1_x86_64.whl (35.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

python4yahdlc-1.3.5-cp39-cp39-musllinux_1_1_i686.whl (35.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

python4yahdlc-1.3.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

python4yahdlc-1.3.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

python4yahdlc-1.3.5-cp39-cp39-macosx_10_9_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

python4yahdlc-1.3.5-cp38-cp38-win_amd64.whl (22.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

python4yahdlc-1.3.5-cp38-cp38-win32.whl (21.8 kB view details)

Uploaded CPython 3.8 Windows x86

python4yahdlc-1.3.5-cp38-cp38-musllinux_1_1_x86_64.whl (36.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

python4yahdlc-1.3.5-cp38-cp38-musllinux_1_1_i686.whl (35.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

python4yahdlc-1.3.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

python4yahdlc-1.3.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (31.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

python4yahdlc-1.3.5-cp38-cp38-macosx_10_9_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

python4yahdlc-1.3.5-cp37-cp37m-win_amd64.whl (22.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

python4yahdlc-1.3.5-cp37-cp37m-win32.whl (21.8 kB view details)

Uploaded CPython 3.7m Windows x86

python4yahdlc-1.3.5-cp37-cp37m-musllinux_1_1_x86_64.whl (36.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

python4yahdlc-1.3.5-cp37-cp37m-musllinux_1_1_i686.whl (35.9 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

python4yahdlc-1.3.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (31.1 kB view details)

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

python4yahdlc-1.3.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (30.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

python4yahdlc-1.3.5-cp37-cp37m-macosx_10_9_x86_64.whl (19.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file python4yahdlc-1.3.5.tar.gz.

File metadata

  • Download URL: python4yahdlc-1.3.5.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for python4yahdlc-1.3.5.tar.gz
Algorithm Hash digest
SHA256 3e6d9bbeaf15d7e199d817cc47f7f76ab4ac6f3b521d55038d5c9d6a7601f85a
MD5 47cf6198b4e2ba524f6ae99ed8ad3e6e
BLAKE2b-256 75d75d970cecfe0cd696c1d1fac5c36fa87bacc26edd32975e96b1dbc8c26208

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 10fba5ecfbdd66794beb03078864c727601e3aa4595b32cfb4e16e699d1f5bde
MD5 74f04e7e47e5df561bfca2d002bbc17c
BLAKE2b-256 5c699f74529190a0b8df2e651bbc124e6f57ed3190086830da0cff2875310796

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1410b7ccf364f433b8ede53d873d6d8bc90335bfed017ab1ffb8cc93a6f7db24
MD5 c46ee0f4bf003013d406612bf9433766
BLAKE2b-256 9b5e65d2cf9ce07357da2eee02ce4309f82780a681b4480493d2df1ee2dd6df7

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0d3c3d8724a22a48515ccdca8fa0cdef938846eb063edea2d0ada01a3b609043
MD5 8ab886a4d8cbe32e54cdbbeb22cfedb6
BLAKE2b-256 7c4d5c2519d2d7da5c7864b01cc09afa4aeb8d29b45d73126f561e1b2a9e79b3

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 65c316320c32155fede70b19e705f4e16e96a61cda1ae2fe6b063185698a609e
MD5 fdede4df9bf1c5f355ebdda0e9cd0e19
BLAKE2b-256 701e6ac524336e17e83d851b92cee853ee1be2d42846f659bbb2789399bb8372

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 88cbf538c4b9de788733c24c77224b0da5f293ff83fdc6aeec5c754e78d5c2d0
MD5 7ba2ac997a7861b5af5d446713a092f8
BLAKE2b-256 0b0eddf5cb54ae51b33b33c282fb7147d88f7a7c9bc8b0646db7e2bda90ab292

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d1439435e6fc3c8a783e40e996e6517cda0603e1d028438576174bfa9668492
MD5 1a023a80ff66d018100d6a5fe6192ed5
BLAKE2b-256 1e083c75682d69beb7aa95025149d8b7b6eec3a365d84ec8dde4ae49d28acdc0

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a24619109f63e1e7800e0a4b3956f53034d9bb601392ba318844806d87cb46a
MD5 9acc1a74c4e0ee7125bd2927f461b8e6
BLAKE2b-256 99127b142c259f11ce7fd60eeb60c75ba197f3b431fbfb3a2d461300380f7876

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 97ca9b99da4376fa6745e19ae0335f4f44c09db668da08982f670316994edfa2
MD5 96baf648d8b9afa5b3df6494efffb3bb
BLAKE2b-256 bd65dc696c3e2c98a248453f711b9632c12b9611bbe3bf33d3c6c68e013f24eb

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 832910e3c170180ab7b3a69e3ee6e7b27f61fe3b57af0c4545768aba7338c6f0
MD5 9c312f212f341e9201cc58b2d3a0081a
BLAKE2b-256 09ac3377ac786bc37c429be46cbd36f8d221838aff7ee868ab8d594063d84820

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f3fb6cbaad22473f8a9d83ff03db8413be81b54fdba1ca87e24856bb5c3b492
MD5 6690b0a67780dade2416881ea2827798
BLAKE2b-256 d3d0df3556a41891a27ed60093332771bb0d0cfe26442f30ae9b7de7814c2067

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e89b8c1fe7c09f4a0f814d9875b7bd00a3c3851fa379ee1a7e7dec2161c5fa8a
MD5 eff0f6a000bc3338c59143cc8f2ae654
BLAKE2b-256 6dc1a8a8c1f61935efa4cab11cc713916aaf3b6b9eecc236682e74564111dba8

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1429916eb250062767383c2d42539089ae25546aeb721fb7ba16dabd12096929
MD5 551cb3289544ad6cc792c65070cafad3
BLAKE2b-256 ae7671b65aa2b60126b90bfac226ba6b3dc9fee94f3de7d46c6fe35e57048ea7

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 71dd39d00a75ee955cf63033583eb0aec3af78e07ec5a294e9dc3d2e50c24bc4
MD5 68da2a6c0727c0002446c8e99b23410d
BLAKE2b-256 690e8f8c22944463291ad3c751ffa1cef836568b407532a3de4bb9b815d297f7

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9847bbd34de67f589495cd019ed273c2f72e9287aa2ef3237b36c9b2e3eb9ead
MD5 d00ca7556bdbf5fd3de1a8e36e300e99
BLAKE2b-256 9fd70b42bf564f7a12d2009ac26646f20568ccabb10445f0449dd9a4488938f1

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 43abcd421a4eba17a838682dad96e22132b1ca81957c8300aecf21059ba857ff
MD5 57a93ff5f775d6d6ff8606b361b8d9a2
BLAKE2b-256 f40a9d6c94e9b796572204e912178b7fc2e19979c893b6faf64706991bd359c0

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 32f5e8df0969365f22dfdcc151e93ede27e6ed61e33410dff4600b5bfffa560a
MD5 c5df2c62efaef7522d5aea6a1e8eb5d9
BLAKE2b-256 59bab36a09a6dbafcf0d21fec437e79d63d4c87f9473808ba49d229c4426b780

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2ab9cef51fc022ef499313fadcdfcb903e888bfdcdfdd9e272cf5dfa3cd5ae6
MD5 45a5e23532f1f231cae01552c99086e3
BLAKE2b-256 94d42608ce0a810650196e59d80fdd4bba7f913f7622e57e902157a5446dd4c3

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb85c2892ea19bd6e68f817525d8f0cf7a9b08bf968e862d755bbbce2bb1bd93
MD5 07d6668cf58c6e8f85415aec96e500a8
BLAKE2b-256 d1e0d9c6a40de693d1c116f8a64187b9d5b6ffc49a82f0e64700e56a1d72a509

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 08e34e87ce76f9ba1814988bcc7a59af9668e7bf6a9b93d5ae6d144fec2d7251
MD5 126982239356e707c476d7a592ce67fb
BLAKE2b-256 d2907c52bd4add27eb4193b332243835e5d780fb71fd93dd011bd1fd5503fd5d

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fc7d7f4fac5aa1648aaddff5bdecf4f648f30ba1ad4c53c8fdb32a76a4d1f358
MD5 5d5ea14ecead9b07290e3a2e190a1670
BLAKE2b-256 4bef17a0cde7c70de955e21da57f330c3137647f6012fe7fa8016eea991814bb

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 467a6596fa7143371d159e7fdd01ad662d17132fd4b33651ca6f1043b99e0ea1
MD5 9c5829b6b6dc3be139f0fc66c02cb7ce
BLAKE2b-256 23ca534fbdd541243ac9e7347b742fa7c3175d83f357ac5c475de4cb64bf54ae

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 97b2dd72e3c437e6578470788c3e62ac6c02eccd2b2c80c5590d2854e7f232be
MD5 ec38aad1550488cf9cf3645a1ac214d4
BLAKE2b-256 94016cb7498470d725f0bb0720cf6e99b60104ea7239707f8826703eb361ef92

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a0f4688b7f923f33516a83ec6f1d570e8e648364a565b72173d87629ca22b0a3
MD5 2d897f1e2256f665ab83279e44c5b7b9
BLAKE2b-256 5c3d8fa797665a9a95cdd28c2df9d0cb0271eff5447cf9371a5e6b4b5910ff1a

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0445bb26be9c57682c1281ff63b0b68b84f25234df43d353c4ac20ee2506e1f
MD5 f1f916d44cfcdb53194a86fc1dc0d119
BLAKE2b-256 522f95f920e6df1f5b4d4961ee59e2f373183507dffb1b97f5921aa51451115d

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 764263ced3f8c706f24b662b49115540736b9fa5b9cce70f9221746ab60b19e4
MD5 1494a0859aa86595d1aae79399ea4c7f
BLAKE2b-256 0acb4cc3e52156e80d36810244faee5d06d9e35f761611d0d812c9f7f70aa870

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be944a536c39d267188c1b490e4f0bc7afafa7409d24f150ab4b90e79d3abfb4
MD5 b437710f1bf1704c32608606d65513c6
BLAKE2b-256 cef9056a1c854ec6900c51d42deb804b97cb4327058c2dd057c7e637d0f12cf2

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9707e0bf0b73990d548e44f1686e80c8309b8dcfb03bf89fb2f0434fcf1a95b9
MD5 5f18f5ec673adb23fbac1802b3b6a3d1
BLAKE2b-256 dcb6c74477bae84ce1eac96c749c4eb04fd1b75e0ce464761e8fba1cf4af42f2

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: python4yahdlc-1.3.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 21.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for python4yahdlc-1.3.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 350f0a02778e8c023a4afe75cfbb3c4b18ffad31cc189f220d87498a4146c451
MD5 44eb2aea82acf572bb9aff561fa0857a
BLAKE2b-256 344c0963a71b2aacb714c51448129cd3f27a907cbae8c9ff91248e82cd3d3dbc

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cd43d27002c50297c7ebd1c3cc5bb327b5357c606c0d5c239fdfae985c0ba476
MD5 1134364a0bae9fb666551c53cc8f96cf
BLAKE2b-256 4781dd98e4f0a1f62d4ff6c7a263d65cf283eb0520fe6224eacd5dcadcf4d1cd

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 67f3f72f4c4b51323ad051f783ebd29ce584797c383fac9587d3a1233ae3edbe
MD5 4279aaa1b16c26f0be4910539adf93be
BLAKE2b-256 2847bcc58719f5991dc6506cb9c5915ae323b089a509dabb5a3cf94998ce2186

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3c8a41d7fcf263eb2393fd6b8c53f72f521117e75ebf7d0550967c0c4374b8d
MD5 bfd942f4f9a5133e92da9834cee0e33d
BLAKE2b-256 50cfbb6d6c5ee8caff2a3aa37ce967687dc8ac8451fe5f55c49e2e05799af95f

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 092a113092cdbc5c0e217970fc88ce4eb66d35215e5e8d1f89871e0daeae7179
MD5 7bfc144768dd1d3da4b0c6745f2806ce
BLAKE2b-256 363e3acf0e983d994580a456e7046217768f34e2ac639b619e3ffd5f80477f5e

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eaab2e4a84b3a6ecab131f151dfb44c02766ebeefc33b1122c906df488829f4a
MD5 9ed8f50aeb403d31e115d47cdabdf983
BLAKE2b-256 e3958cc368af5424bf0e516f90890ff4238f91c1048fb14ad6b6c32becb9a7bd

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 15242e83377b46620ea2f10c22d9b3e49b1cc37ee9722598c5f8f3d8c18e266c
MD5 6583285ac50e86ca578b3bac24215798
BLAKE2b-256 27377772379e5d998c0b18986b2e2e943389e16ef03448bb36ad19e44f09bb0d

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: python4yahdlc-1.3.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 21.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for python4yahdlc-1.3.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d2d312f930466ebca9c99c0321eb3d5bfd1a8e31a45d072e16be2b12db91926c
MD5 dcd43fba56ea25c6bf4b2362555fd38c
BLAKE2b-256 e10148851dd3d1302f3e57a5f227bbb80073663cf4f2122d2d8de7850d6cd7f4

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f33897acef91403808e7e4e8a7fb24961acf8d0d5187bf1b4c72efbd5fc9b1ea
MD5 0de9c0c19292d7359e3ee85e63c52097
BLAKE2b-256 141ed069d8060de4dd6d2289352a962f69e87d042181c6c0aaeb2ae8c140b7e8

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0e979413d603d4e46da168d9c1b299f246d49fe612227c6e235605e64f1f0020
MD5 4c15c74aadbf1960be9b78a2a728c93a
BLAKE2b-256 1e73f062099a3150129ae4bccc881d6b6767ce20cde008b8c36aec8e78df250f

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19d8bdef2bf16223fcc2acbb1d02bde593c1cdc63be7b93d10db8f3c37e87631
MD5 027e9548d5b6cd7f9c0366f25dcbe612
BLAKE2b-256 94932fb18d2b15b653439595d8b9bc999072f43e27f2fdcf16b24186b4af723d

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 64284b40986b3c9195732a51b7ca02c35e8cdef91d3093a154a612f2f65bff72
MD5 78a6f9c7762bc5633a65eb0f426cfcc9
BLAKE2b-256 03c5b8cfbeb45bcdb349b2d14bfb8911a5afd44b4364af93906710c4ed562b40

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 af67b2d461bd3bf694aaeacc33af9d3d5a1645989ebc81e4ea980bea91c645b5
MD5 15819ecd8c3e2999c2355e8cbea1c52f
BLAKE2b-256 80c22be92a66fa3aad94cfcdcfe247040638f742cff3be6b03abe968b6ba991d

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 05f68a2939e20440b351aa340e5b01bf30d77695b9e1b01ba6b1fca904c3e063
MD5 227c842838d63cb1ff7c7f32577f0370
BLAKE2b-256 d228e1e4095b42d814b7263e225469b0c3ca2aea1d777c23bacdd07c748fc750

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 786f09aa23ce0b6972fe11bbe4097a30b13414a89ca19c44199d7b1bc32d2836
MD5 f63e283654612d08d3b8d1f6056ebb91
BLAKE2b-256 b95c0cc9aaf60c76bea0c44222e3b9640a337a4c382f4a1e2d6777b153273253

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ef6ce292b331a15975f223d23223e02e1037354178420c79ba2038acd80cb84a
MD5 40a7a2641fa87096b3e632b1e47896e2
BLAKE2b-256 3fa5d1ea5b3f73e742a8da143ea58db2f6b261f8088d54b6f1ef81620726f793

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 27aac4ef8fb0abc5a83fbd0bf522e202a39a8a796c5e30a2484f7b9f5c67dd4f
MD5 caedb2aaf29cadaf90df89c2667fe2e1
BLAKE2b-256 33ecc2a31901723abdf0addd5c26199ab2bbed228eb117987ace41b3dd6baf35

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7fc50ce2d648522526534d335996086339757bb22cd1cbe6c0d40d692b4e474
MD5 0a01c72657cb187d68595a3689fe3a04
BLAKE2b-256 5219d4a3b4df6f00e970ba703c623cf6462aed54e190d838fb781ee2450f81a6

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6e15e62dcf60c444c25494e5cd2c9de84df1bce170f360fefefc2382eeed498c
MD5 4557dd4e1a0f025d8d5cc2d51808bb68
BLAKE2b-256 47cef63e0d9c1a8f05620ae76b927fc16f093338ea6c0f46fc4d30cc727ee018

See more details on using hashes here.

File details

Details for the file python4yahdlc-1.3.5-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python4yahdlc-1.3.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee4a883884ae7e84ed231971d0ffb201ae466aa0cb430f2352e2d49a69cafb92
MD5 48d01bccbc3dd79e1617120780e235f0
BLAKE2b-256 2daeda698ddc3a86cf567b23432cae5c8948119763b9fd3adcbc43a09dbc804a

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