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 Distribution

bstream-1.0.1.tar.gz (12.8 kB view details)

Uploaded Source

Built Distributions

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

bstream-1.0.1-cp314-cp314-win_arm64.whl (201.5 kB view details)

Uploaded CPython 3.14Windows ARM64

bstream-1.0.1-cp314-cp314-win_amd64.whl (209.3 kB view details)

Uploaded CPython 3.14Windows x86-64

bstream-1.0.1-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (672.7 kB view details)

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

bstream-1.0.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (628.5 kB view details)

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

bstream-1.0.1-cp314-cp314-macosx_11_0_arm64.whl (142.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

bstream-1.0.1-cp313-cp313-win_arm64.whl (196.4 kB view details)

Uploaded CPython 3.13Windows ARM64

bstream-1.0.1-cp313-cp313-win_amd64.whl (205.2 kB view details)

Uploaded CPython 3.13Windows x86-64

bstream-1.0.1-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (672.5 kB view details)

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

bstream-1.0.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (628.1 kB view details)

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

bstream-1.0.1-cp313-cp313-macosx_11_0_arm64.whl (141.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bstream-1.0.1-cp312-cp312-win_arm64.whl (196.4 kB view details)

Uploaded CPython 3.12Windows ARM64

bstream-1.0.1-cp312-cp312-win_amd64.whl (205.3 kB view details)

Uploaded CPython 3.12Windows x86-64

bstream-1.0.1-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (672.3 kB view details)

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

bstream-1.0.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (628.2 kB view details)

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

bstream-1.0.1-cp312-cp312-macosx_11_0_arm64.whl (141.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bstream-1.0.1-cp311-cp311-win_arm64.whl (196.6 kB view details)

Uploaded CPython 3.11Windows ARM64

bstream-1.0.1-cp311-cp311-win_amd64.whl (205.5 kB view details)

Uploaded CPython 3.11Windows x86-64

bstream-1.0.1-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (670.5 kB view details)

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

bstream-1.0.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (628.2 kB view details)

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

bstream-1.0.1-cp311-cp311-macosx_11_0_arm64.whl (140.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

bstream-1.0.1-cp310-cp310-win_arm64.whl (195.2 kB view details)

Uploaded CPython 3.10Windows ARM64

bstream-1.0.1-cp310-cp310-win_amd64.whl (205.1 kB view details)

Uploaded CPython 3.10Windows x86-64

bstream-1.0.1-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (669.4 kB view details)

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

bstream-1.0.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (626.2 kB view details)

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

bstream-1.0.1-cp310-cp310-macosx_11_0_arm64.whl (139.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

bstream-1.0.1-cp39-cp39-win_arm64.whl (191.9 kB view details)

Uploaded CPython 3.9Windows ARM64

bstream-1.0.1-cp39-cp39-win_amd64.whl (211.3 kB view details)

Uploaded CPython 3.9Windows x86-64

bstream-1.0.1-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (669.6 kB view details)

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

bstream-1.0.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (626.8 kB view details)

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

bstream-1.0.1-cp39-cp39-macosx_11_0_arm64.whl (139.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

bstream-1.0.1-cp38-cp38-win_amd64.whl (204.6 kB view details)

Uploaded CPython 3.8Windows x86-64

bstream-1.0.1-cp38-cp38-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (669.2 kB view details)

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

bstream-1.0.1-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (626.1 kB view details)

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

bstream-1.0.1-cp38-cp38-macosx_11_0_arm64.whl (139.3 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file bstream-1.0.1.tar.gz.

File metadata

  • Download URL: bstream-1.0.1.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for bstream-1.0.1.tar.gz
Algorithm Hash digest
SHA256 414bdf30d1fc164b6e28beedd8579909af2d3448032414fd0bb13b704c55234f
MD5 af8011927638f52fc8959263ca3378c2
BLAKE2b-256 fe19f59e96796db3057ccc3bac6a2beb19c7bfe24f6e1c2d7b84894071422162

See more details on using hashes here.

File details

Details for the file bstream-1.0.1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: bstream-1.0.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 201.5 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bstream-1.0.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 0222599b08b4d1d39f3d9c8d8c6406e3cc97604d296925fbda391dd004ae108d
MD5 fa0ff75514e3a3bae31c482e4bb53be8
BLAKE2b-256 d716bced7ba272c5322bb7e7744af9aae5bab2c56554c084d90730b5264ebc94

See more details on using hashes here.

File details

Details for the file bstream-1.0.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: bstream-1.0.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 209.3 kB
  • Tags: CPython 3.14, 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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f33d2a25a3fcfe2b53c91477c7a2dea904f0a1acfa2999e51311c2b37fa3803e
MD5 58e5c0f8901af5239dbd28506ae1238c
BLAKE2b-256 fa236866cce8afddced9c5be2bff5d3f861443d2cf74a85025b2b1a2a7160840

See more details on using hashes here.

File details

Details for the file bstream-1.0.1-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bstream-1.0.1-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3b787c81bbe04d91686ddf028908c690bbaca3ac0891eaa7c8942153980f11b9
MD5 a04d7312030f9a493e01fe46a9fc8646
BLAKE2b-256 ec082bee289c09fb0c12f9f25bcb9e441d69daa0ebc9d39d2b95f36c01d6adfd

See more details on using hashes here.

File details

Details for the file bstream-1.0.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bstream-1.0.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da1e2f58e25cb3177327d9c0a3a5c67a11691809cd76082dca9777472bf8d46b
MD5 f7c4765aa18668a2a2d42ca7301b2d39
BLAKE2b-256 cac978057d425073a6a87c9cc42c05f82ca9c98562ac6e2574137c6fbc392937

See more details on using hashes here.

File details

Details for the file bstream-1.0.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bstream-1.0.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a38297b12987e3c8467564a6a421163c880c6f75355a6a25e66970eef7f86c6
MD5 5bb1361b9a4714f129c70b0fb5ba41b0
BLAKE2b-256 31fd80151a6c6b0e0288e77e7957c9e83dc3466333f3b35b0debb1350e148c18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bstream-1.0.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 196.4 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.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4663966f901d252da348330785beb92c2f799dadb8d9d3a0f7991e0ee861bad6
MD5 61fe56c8a003a2ca69b37cbe90d46c5c
BLAKE2b-256 817f9ed785d2817ec502f5642dec686c421060a865cfa59ba9f18e990a977c3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bstream-1.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 205.2 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6f5f699efe12ddafa1ccc56d8bd5b1384da6150abca69363de36493606155566
MD5 5ce5c9449c82555edcf843641a441bd5
BLAKE2b-256 ee17b7f0c4cd1a28e0d1b5610afdada50e1d72d03719b04d3beafd6875c31253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 413ec52834becfcb5c33706ace663da99b4d3802774b5648e7252c75d2a5fb46
MD5 8e46096e66d47ce4ce073aaa3dd26f21
BLAKE2b-256 483a09147e84709b27b85ac1a65b8431ac366121ef3cdf71ac4d06f56a8531c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e7367b4d2b3cf8bc6910c7aad0c06f5b23c247759afcae735cec97d9b5eddff7
MD5 a6bf45cb8e588a68b069fd321c1bf92b
BLAKE2b-256 94ebe844bfaa82a7b6aac88a3cfd9c0030354b06d4ddeb639d3cc4ace53b073c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5250ca5c3419fd6f5ae12d8dd8cc621e3913e79ce0e442a77c3724f1524bf91f
MD5 f8cb756452f4ce1c42ac18a87d91e050
BLAKE2b-256 0c8e4f0d524545639bec67e144141ca2dc6cd25fd7284dad7704f9675ac677c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bstream-1.0.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 196.4 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.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ca14ca7c2c0d24a30fe7602bcb16650606afe28ccf8797b3504d277528c77350
MD5 beef6176163eca1cf40066b0d1db32a6
BLAKE2b-256 9e2aef49bb27cda398c5c2a4296c72353e66871035a3f1df3c182169ad7eb0d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bstream-1.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 205.3 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fff836e0f43016b35f278e46717543bb80d22d60920de7fdc949df7c6184a35f
MD5 783b4735d33fa93d30a58af64b7a84cf
BLAKE2b-256 6bf59d119843d5993f0be7512a35edec03c3f74642b8b93bd27cc040155dcebb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 97a8b16814e884821d290827be971612dfb7b3a880dcf0696d016745bc0e0ac8
MD5 2f3c05fdd33ba83039324af144abe4f4
BLAKE2b-256 b5213719eb0ebb6d5dbc2e326f79593bc7f2a98c0b7fce99bd2f2939a2447142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2322e6a5734b54e777e12b51fae5ce8fd7cdf4a6eba1684422497188212dcfc
MD5 3898811b94770e42d3e4464d3bf11b55
BLAKE2b-256 08eda6aae8aa938438ad30336aad7e2bc2a6ebbd09fb47db796efd0b5dbdfe65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c3f5c2c2fe87a22f965378144310b934df86a0fec7d2c2bcc39eb12f36390cd
MD5 0de3d067330b62f57a3a20697a5774e0
BLAKE2b-256 0b1b706d2dfdbd6293f2414108541df0182af500e1d143bc573d50be2b3b9d01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bstream-1.0.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 196.6 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.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 be1187ec17ceb9cb263e1baf48f8bf3bbede0356d7de3547a840fb7b50791c5e
MD5 9da2c28677fa593ce1ad368f845338f3
BLAKE2b-256 5c903ff56b758f4f9f2fbb1299339e33daaef0e2bb900ededa186ba4ae366065

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bstream-1.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 205.5 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a9ae822396c2d0e52c4c0f833d52cc054ab18c8edabf15090eab0f1b5f6af45b
MD5 b16109884b15af00409aec504c2ac0d4
BLAKE2b-256 499312a0f0ce6cee9bc941efc37f8d8afa5cba10296ebe6aecc80a63f2e1127d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70e878887495422c451c7ec78d0cdcda91c693deba4c8d12a8b9444603f748da
MD5 26c3f0389c9ea4d3507124d43ad6098c
BLAKE2b-256 2db3a52f1b55b261e2ed4ba8d3566e588535536f1f289a1daa4932bfd1585c27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 450d736a9f56fcb30d01dde9dbd3b6247a890bc5305cd25e67571547ef5b05b9
MD5 db07863b90a37eec26a563629e4af0c9
BLAKE2b-256 6664957f4926df244cabc3d8dc73c2c3e874847eb1eee801787212011336ee53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a5dfe58d6ae790059272c644ad6399afd4410a63a1386d92909960da66b3ce7
MD5 14ef2c46d9a2f6c077934d618049d703
BLAKE2b-256 7f91f793551ba1db9f75bbc89cdf6a05fecab7919c3d4ec084425d0d50128665

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bstream-1.0.1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 195.2 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.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 e026bfc569e642594b52703e7ffb940e92c965b7a4ed4aabf7cec23ae8904f82
MD5 d51226f6af3c216d51658eaee3057bd2
BLAKE2b-256 46b07f170b976b29e16d95c34d13cfc94f9feca16c7109af8dbced75f906a6d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bstream-1.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 205.1 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a9f363dbfb3e9be9fef0f235d4d16ca3f5497dc771ef6e6cdfb1cd98d1bb5a77
MD5 6e5bd04ed288a57c55ea96710fc2906a
BLAKE2b-256 15a1427d318f2453fc04091b3c02a7ea981607fab83540060a9990a72142d292

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a1e0a6cc32d57d8adc8304bbf80ca452e7de58e9cc99da3d147431fce45cd396
MD5 d5b50b0ff964f0ec8a116c1f180aa6a2
BLAKE2b-256 5867c00c0cdd6b7fb3dfd2a609f7ba64f638e228b1063e7e6720f3260aa446c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b4947787c5c34f40d62cb0449617f0a77e6e3fae3d99c67efa12e23e620100aa
MD5 665cc8f4f4af067b54508ccf6d6cf3a9
BLAKE2b-256 305ecf7ae139577711d33c8bd9d73120a5c2aac1acfc2ff953b4890548d2d3c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa86b1697fabfc0c160ceb23eb5cfecd3d57aaced4e6fdbc3e0ddb271ceecd69
MD5 3d972113f319c2a51bb8aecb1c09041e
BLAKE2b-256 1fa129c63fbd633cb6061adc612a7a8936fd760493228f2ad6950fce5ed228c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bstream-1.0.1-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 191.9 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.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 6ed0d6e96196d14a1ba722f6253c124d635539583de41438b2d15b285d1a3f37
MD5 b0e5175c5817f2cd13b8d48f0090315f
BLAKE2b-256 01b4c8fadf8e687f00a5f7dd78f50e874340546cbaee33add72bafbd6834ae3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bstream-1.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 211.3 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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 211cb1ed6d657c2968809fd983c44c65894720e8b606dc357ad2bd868672258f
MD5 51a8d88dfca7b21166496c4e3ffc9dae
BLAKE2b-256 d9101af55439dde88202c44eb79da9b9af4c56dbc75cc7d7aac61f4680f52491

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7bbfff57450409d1ecf9b2527d235463f5da71b6dc55f72effdbb7513790518c
MD5 f34be5269922545fab9958b3fab6cd65
BLAKE2b-256 cafc1555a0195e30977ce722f87a388d64fca6ad2bdc8fa4e9db212a9dff0d3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 505d1672016d32b8eeca223a882a6a553ede77fa12da29fce441f9ab78727549
MD5 d3c0e13db887475f3b53c9c5dc359137
BLAKE2b-256 3091c74d81ca71e2c84efd069cffe1542be310406224e2e810db0e31b49b694b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e136f0380f484fe46cbca04bc94e500a7fbc53521d9595020d6de54efe9f9b7e
MD5 97a28bae996255fcbf2645442dd0dc91
BLAKE2b-256 435c9271535048977823010dad8c02cd8faf51476300a7fbacab7e90fa483464

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bstream-1.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 204.6 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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7bdae8688da95de5b738d6465520a249b9682b51c2dc7cb0911f594e264c3ee9
MD5 908838e577c6688e5db3bfedeceae5d8
BLAKE2b-256 bc87932a06b74c9e2b3888f65077b1c7819f6b8691f076ce02ff32a974e6c8bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp38-cp38-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4ff0d6cea87e72f5f89f06f5aeef9658ab6afbeb1e8507f4a2f9d98a41c85378
MD5 c06a593a9eb2afd1a5fa46511939e22f
BLAKE2b-256 a4ca95f35c3b6d5d942f0035db463387694cd07fdc29250aa83e25b83927474a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d76aaf7141fa94c5af362fb4b92c326397b1b23e51d1e80838cce1d11cf6deb5
MD5 c7600246be505360c5c5c608c6b20d2d
BLAKE2b-256 729c28c3ea0abc70be3eddfe9c85b6d4c5ce81c17a482147b730142b4a82f1ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bstream-1.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 acff0db0d86ce2b53ceac6efe64b214573157cfc5a979a2c117d654c34f1b73c
MD5 758dd16682b06993ae13f02cf5b4348d
BLAKE2b-256 bb9b4a39f2c21303576ca928b12f3c57b2037edbe3453121955651ed8620edfd

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