Skip to main content

Python bindings for bstream library

Project description

bstream

Python bindings for bstream library

Install

pip install bstream

Usage

from bstream import *

stream = BinaryStream()
stream.write_byte(1)
stream.write_unsigned_char(2)
stream.write_unsigned_short(3)
stream.write_unsigned_int(4)
stream.write_unsigned_int64(5)
stream.write_bool(True)
stream.write_double(6)
stream.write_float(7)
stream.write_signed_int(8)
stream.write_signed_int64(9)
stream.write_signed_short(10)
stream.write_unsigned_varint(11)
stream.write_unsigned_varint64(12)
stream.write_varint(13)
stream.write_varint64(14)
stream.write_normalized_float(1.0)
stream.write_signed_big_endian_int(16)
stream.write_string("17")
stream.write_unsigned_int24(18)

License

This project is licensed under the Mozilla Public License 2.0 (MPL-2.0).

Key Requirements:

  • Modifications to this project's files must be released under MPL-2.0.
  • Using this library in closed-source projects is allowed (no requirement to disclose your own code).
  • Patent protection is explicitly granted to all users.

For the full license text, see LICENSE file or visit MPL 2.0 Official Page.


Copyright © 2025 GlacieTeam. All rights reserved.

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

If you're not sure about the file name format, learn more about wheel file names.

bstream-1.0.0-cp313-cp313-win_arm64.whl (193.8 kB view details)

Uploaded CPython 3.13Windows ARM64

bstream-1.0.0-cp313-cp313-win_amd64.whl (202.7 kB view details)

Uploaded CPython 3.13Windows x86-64

bstream-1.0.0-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (669.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

bstream-1.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (625.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

bstream-1.0.0-cp313-cp313-macosx_11_0_arm64.whl (138.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bstream-1.0.0-cp312-cp312-win_arm64.whl (193.9 kB view details)

Uploaded CPython 3.12Windows ARM64

bstream-1.0.0-cp312-cp312-win_amd64.whl (202.8 kB view details)

Uploaded CPython 3.12Windows x86-64

bstream-1.0.0-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (669.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

bstream-1.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (625.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

bstream-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (138.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bstream-1.0.0-cp311-cp311-win_arm64.whl (194.1 kB view details)

Uploaded CPython 3.11Windows ARM64

bstream-1.0.0-cp311-cp311-win_amd64.whl (202.9 kB view details)

Uploaded CPython 3.11Windows x86-64

bstream-1.0.0-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (667.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

bstream-1.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (625.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

bstream-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (138.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

bstream-1.0.0-cp310-cp310-win_arm64.whl (192.6 kB view details)

Uploaded CPython 3.10Windows ARM64

bstream-1.0.0-cp310-cp310-win_amd64.whl (202.5 kB view details)

Uploaded CPython 3.10Windows x86-64

bstream-1.0.0-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (666.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

bstream-1.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (623.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

bstream-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (137.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

bstream-1.0.0-cp39-cp39-win_arm64.whl (189.4 kB view details)

Uploaded CPython 3.9Windows ARM64

bstream-1.0.0-cp39-cp39-win_amd64.whl (208.8 kB view details)

Uploaded CPython 3.9Windows x86-64

bstream-1.0.0-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (667.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

bstream-1.0.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (624.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

bstream-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (137.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

bstream-1.0.0-cp38-cp38-win_amd64.whl (202.1 kB view details)

Uploaded CPython 3.8Windows x86-64

bstream-1.0.0-cp38-cp38-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (666.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64

bstream-1.0.0-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (623.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

bstream-1.0.0-cp38-cp38-macosx_11_0_arm64.whl (136.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file bstream-1.0.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: bstream-1.0.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 193.8 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bstream-1.0.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 aac75ad13c4be979daa455dc06497a55d59d6d5d9c5197efa3d33769d37595ea
MD5 8276eb7a8024c39af0a52a5f032f4b7b
BLAKE2b-256 bbc2d89c8fd00a0b04a860133f51d216154fc5c41b17ed4abff664059fbd671e

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: bstream-1.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 202.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bstream-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b9907cbc7faea2d7b5a399e437b0f1f5c18270bc400fc935f42a1b7cb59b955b
MD5 fd1bcc5be23834201b22dfcbe70cb478
BLAKE2b-256 06e7ab9b7654a13244dbd051bb3502bd2956f04637b0ea8d8e51c2d46e40cec6

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f327672c2f6c66511e6679dcc9382eca202a05acf59ca6e91db46299c6d09f33
MD5 ffe407aba863f35f1b46ca7099e8afd2
BLAKE2b-256 90192722463557f5209b50654dcc56dd1dbb0541bed282d2e9ee88c40ed81afe

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a2b4f96b00c9682871f9fc897db1e47395f2e461eed70478e870f83acf0717eb
MD5 348207025b123c682e006d0ca88cde9b
BLAKE2b-256 7ceabf873a6f8b0cf3a11ef8e5fde003eab5bb97185c49c3f9cca2f82f7d877e

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9228c19d76147c1851aa542fe6cce8f8194550795895085bf92966105302ac47
MD5 6caebca48f483a1415834f85aa4b3fbc
BLAKE2b-256 f493367d1018644ac28e32c3147f8541fd861eb6dbc50b6bcec075e531f6dbf1

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: bstream-1.0.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 193.9 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bstream-1.0.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 dc8a8ed62d6e6cfe664304c5d19d96678e706b22e47c9743b46fe3e5d39d74ea
MD5 4d8ec2891e0982875cb0d5e383e9f84f
BLAKE2b-256 875a4efc6eae7139f983abaed5062412128d45736ccdf6e16fb1c602f6a170f6

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: bstream-1.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 202.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bstream-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b0530b76957b7c7305c75a8c811e285a67d9ecd03651044e8f5993bc8e9537ef
MD5 7970e0290457cb23469ac14a773397ca
BLAKE2b-256 7a3da8c940fa906d970da1bf377c5355cfd219da33932bc9607161d61aae599f

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13b2c7c0d272f8fefead167c5aa5d4835d9920d2267d41777b0ae6df4cd8387e
MD5 a636d50ca156ebdffd6eac27622d4dc7
BLAKE2b-256 ff72f245ab8d126b583b0d0759a31edf30a278c1b85b71df98f6d531d16c3fec

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0ba293c4de12b3b63fd0d2ee195aaf570b23ab17d47cf9ea3f99feec595e5ca2
MD5 07003efe38b78afbce09aaaabc63b992
BLAKE2b-256 1a9dbb70933a88a507f5e323a93f960139490b0764a6afa8e8284551480d3617

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e301e094fcc969f1a4e72496a7854b832ca5ce00e7765e4f8f8edcac92437dc1
MD5 a724b6e594fab7ea8e915b707f1a8a9a
BLAKE2b-256 20a4a0ff6ccaf1d0f768c5f3b69235e1f5c9a0ef789d8c9591d38ae8abc615b7

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: bstream-1.0.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 194.1 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bstream-1.0.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 7efb2104bd47876e59aec3f0079054730c021fe729c58d5424f50580a34d6724
MD5 fbd425eaab7aac73190d7f7d5f96a443
BLAKE2b-256 931be30b0470c73ca5e3b38373848e9a936655a61ae669227e3b8bbea2d263a7

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: bstream-1.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 202.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bstream-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 53f378bfda83b8c7d73217ec379ec5ac667a7f04efbde83d62de2c05662909dd
MD5 7c75f29dc911b06dafb47edfac08aceb
BLAKE2b-256 1c4cb713643168cbdcceadb9a84c1af3eab24842f8ebc34e5cef6f53fb199d5e

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53769076db214cde54c1392e1f5e9c2307cfb1e7d491d7c93babb0e98b42f801
MD5 529ffd56ac6e6f9f913ca3762ac97cb6
BLAKE2b-256 c61f260d5456e0276c83e0b42d3a75834df5af05cff7895e609793c5ad1749c1

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f3c02eb5f13dc2e16e3db54840de922b29f97bc61d2f10a0a03e7ed4ce5d6052
MD5 796df5b9ea574c67b015b8d27b2e381f
BLAKE2b-256 87d53bd25502710f3c2b68cd1f15b008aaa15d097b98dc2ba3820d81bd67ab94

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa6bcbbaf7e2bf63407d2b9d426b87033dcb3eca08706c9af3dfbd7d3f6e7137
MD5 618f4f66018419a07e419703d8bdacc4
BLAKE2b-256 3fe554ea9c1847768e8b483a740a3848b4f872f4742559d8e0f8389cb1996776

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: bstream-1.0.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 192.6 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bstream-1.0.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 03d7bcd359746493c0a3be002b16126a8badc1f8f86a5b912b4d34a432459027
MD5 5041c91e2ccd75458762e13022d44bf3
BLAKE2b-256 146f8564c4bc40df23333534b98e9ef8a9767875873dc544de821b3e455664a1

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: bstream-1.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 202.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bstream-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4832a6a45624c67041e7c39affc98db41391920e36d7e8ca4b714bfecf2439c0
MD5 71ca40a7160855f4bb1fab3ba0f4a14a
BLAKE2b-256 8c5287cf91c66989fea6b8f2140d0c020c7f1109b2701b80341de306b0064b5f

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 38e8a0531a993222e7d27a4bf2e5c175474a50b404ae394248a186664fa97532
MD5 471a0cfc8a2e0b437ff673aeff16fb8c
BLAKE2b-256 48a01964c0cd495031b80317144bb54b67a2769de849eeea03afb322298ed2a2

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e1bd66b10bd930477da62be3c89f95eaca75f2abddd82ebe2a7736b6f1116a43
MD5 1765acf35b8e8ef2964d683d20859809
BLAKE2b-256 a9c1d5e2ad9c812082e1663729aad0b4f141707643df12e3946d257c328a677f

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dacb6eea771db76e0c92e8ea439c78db2ef016b8abb4578226258491dc5ff1f7
MD5 6598ed055c5130e2a29d5b541dbfae59
BLAKE2b-256 48538f02496a7c37ccd3dec66eabc4fe46cf7407944d95fd2bea5c453600cb2c

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: bstream-1.0.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 189.4 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bstream-1.0.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 97efbcb87b55475fbbced320e6de6ea84f97def01a62873a2249835c43b5d4f5
MD5 58e3f5fddd9244333ae836ea67ff5592
BLAKE2b-256 20d18b8835d79119359f19f73ca68a0fac12d3644838453584644996035650c0

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: bstream-1.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 208.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bstream-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 406131c3c2bd7ba9819cc8a3f9586badbf63f76213a54b2f6ec41d1548f46c82
MD5 ff84fee98fb7565734a6941202826461
BLAKE2b-256 18c709dcc64139feab9192b55238e9b586f5ea05090df31d0c6d0042853d363b

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6157ec836c328dbc975c59904180388ef3d01d2479c8e91eaf869c18e66d5ec
MD5 62780b810befb46380f28dc2f38334d1
BLAKE2b-256 be438dd5e29265fdbce76e5c6ecf75eb73babb3c6e3c495b9afb3edebd617c41

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e8205d4a781e33eaf9d2254bea8cde391f8c49225535fc9f86e4929c63dfb3c7
MD5 bbad4cb4b3bf75dabf0997534ccbbb9a
BLAKE2b-256 cdda1256438917157e254124aadfb309d2884d2681dae0a666126c86d1f730ee

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 396af6827e00d713ecbe897f3836d67bb06ee00c1866aba99427c627e7eb5871
MD5 06ba574a0dbab0ac7f6efa1ab035b4d7
BLAKE2b-256 d46f9af669262328e11914d9f54d251972517a28b1d7c4374d02e527d78dfeab

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: bstream-1.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 202.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bstream-1.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c2e64ee08f5fd2e3f9cd705df4aa2071697bdaa8b2026f3bd09ce6dad07813f1
MD5 8e65444c193cd8d8da6398d54dedb4f9
BLAKE2b-256 e07355a37f10c250aea6d629c239e4f2ad45ada5cb1b7f4b0759ad7bca3fb5bc

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp38-cp38-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp38-cp38-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6992c5969d67861e66d76f395c03b41debdeee8d6ecbf95378c308e9375b17ae
MD5 c1f118a6273ebd848b7e23734caf1027
BLAKE2b-256 f24b14aadeb60febac439042949db05f6d54c4339a5456b159fff814119ece14

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 013ef38ae6571dab672b4a16cd52a63032312521d3b16cbdf26ad67ed5b0490d
MD5 0ebed3cee516b26a1940628c3128f4fe
BLAKE2b-256 56a3831e4a4f39107b5d0436db32a08f58dfb02af6bd42fac012d868fb3ac0e2

See more details on using hashes here.

File details

Details for the file bstream-1.0.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bstream-1.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c73342e433639af821e47fa2d3ad93999f827ec67684d154e53ca961f6c4ff48
MD5 11e9c8fa7d843d658a7a875dfe9fdd12
BLAKE2b-256 658ac0f1fb0cbdae4142f1fef2414d21ab128636ba06af4bfac9521c6111f5f4

See more details on using hashes here.

Supported by

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