Skip to main content

Python client for BulletinBoard

Project description

Python client for BulletinBoard

"Buy Me A Coffee"

"Github Sponsors" Crates.io Crates.io License

BulletinBoard is an object strage for ArrayObject for debugging and data taking purposes. For more details, see BulletinBoard.

Caution

  • Clients do not check whether the operation is successful or not to improve performance. Check the log of the server for the errors.
  • The data is not encrypted. Please do not send any confidential data over the network.
  • This crate is under development and is subject to change in specification. (Compatibility across BulletinBoard and dbgbb is ensured for the most minor version numbers.)

Install

The package can be installed via pip as

pip install bulletin-board-client

Example

To post and read the bulletins,

import bulletin_board_client as bbclient
bbclient.set_addr("192.168.0.3:7578")

bbclient.post("test", "tag", [1,2,3])
bbclient.read("test")

Compilation

Instead of installing via pip, you can compile the source yourself.

This crate depends on python packages of numpy and maturin.

First, you need to clone the repository:

cargo clone bulletin-board-python
# OR
git clone https://github.com/YShoji-HEP/BulletinBoard.git

Then, go to bulletin-board-python directory and run

maturin develop -r

Functions

Function Description
set_addr(address) Set the address of the server. The address is either "ADDRESS:PORT" or "SOCKETPATH". If this function is not called, the default address is "127.0.0.1:7578".
set_timeout(timeout=None) Set timeout for TCP connections in msec. If the argument is None, timeout is disabled (default).
post(title, tag(optional), data) Post the data to the server. title and tag are str. data can be int, float, complex, str, list or numpy.array. Here, list must be able to be comverted to numpy.array. When the tag is ommitted, it becomes Python.
read(title, tag=None, revisions=None) Read the bulletin. revisions is a list of int.
relabel(title_from, tag_from=None, title_to=None, tag_to=None) Relabel a bulletin.
client_version() Show the version of the client.
server_version() Show the version of the server.
status() Show the status of the server.
log() Show the log of the server.
view_board() List the bulletins.
get_info(title, tag=None) See the details of the bulletin.
clear_revisions(title, tag(optional), revisions) Clear the specified revisions.
remove(title, tag=None) Remove all revisions of the specified bulletin.
archive(archive_name, title, tag=None) Save the bulletin to an archive and make the data persistent.
load(archive_name) Load the archived data. (The archive name is added to the tag)
list_archive() List the archives.
rename_archive(archive_from, archive_to) Rename an archive. This is executed when reset is called.
delete_archive(archive_name) Delete an archive. This is executed when reset is called.
dump(archive_name) Save all the bulletins to an archive.
restore(archive_name) Reset the server and restore the archived data. (The data is restored to memory/file without modification of the tag)
clear_log() Clear the log of the server.
reset_server() Reset the BulletinBoard server.
terminate_server() Terminate the BulletinBoard server.

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

bulletin_board_client-0.3.3.tar.gz (8.1 kB view details)

Uploaded Source

Built Distributions

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

bulletin_board_client-0.3.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (563.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

bulletin_board_client-0.3.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl (588.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

bulletin_board_client-0.3.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (656.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

bulletin_board_client-0.3.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (558.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

bulletin_board_client-0.3.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (418.5 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

bulletin_board_client-0.3.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (562.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

bulletin_board_client-0.3.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl (588.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

bulletin_board_client-0.3.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (656.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

bulletin_board_client-0.3.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (558.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

bulletin_board_client-0.3.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (449.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

bulletin_board_client-0.3.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (433.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

bulletin_board_client-0.3.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (396.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

bulletin_board_client-0.3.3-cp313-cp313t-musllinux_1_2_x86_64.whl (558.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

bulletin_board_client-0.3.3-cp313-cp313t-musllinux_1_2_i686.whl (584.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

bulletin_board_client-0.3.3-cp313-cp313t-musllinux_1_2_armv7l.whl (652.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

bulletin_board_client-0.3.3-cp313-cp313t-musllinux_1_2_aarch64.whl (554.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

bulletin_board_client-0.3.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (444.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

bulletin_board_client-0.3.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (430.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

bulletin_board_client-0.3.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (391.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

bulletin_board_client-0.3.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (377.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

bulletin_board_client-0.3.3-cp313-cp313-win_amd64.whl (226.5 kB view details)

Uploaded CPython 3.13Windows x86-64

bulletin_board_client-0.3.3-cp313-cp313-win32.whl (217.3 kB view details)

Uploaded CPython 3.13Windows x86

bulletin_board_client-0.3.3-cp313-cp313-musllinux_1_2_x86_64.whl (558.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

bulletin_board_client-0.3.3-cp313-cp313-musllinux_1_2_i686.whl (584.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

bulletin_board_client-0.3.3-cp313-cp313-musllinux_1_2_armv7l.whl (653.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

bulletin_board_client-0.3.3-cp313-cp313-musllinux_1_2_aarch64.whl (555.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (389.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (445.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (430.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (377.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (414.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

bulletin_board_client-0.3.3-cp313-cp313-macosx_11_0_arm64.whl (339.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bulletin_board_client-0.3.3-cp313-cp313-macosx_10_12_x86_64.whl (353.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

bulletin_board_client-0.3.3-cp312-cp312-win_amd64.whl (226.4 kB view details)

Uploaded CPython 3.12Windows x86-64

bulletin_board_client-0.3.3-cp312-cp312-win32.whl (217.0 kB view details)

Uploaded CPython 3.12Windows x86

bulletin_board_client-0.3.3-cp312-cp312-musllinux_1_2_x86_64.whl (558.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

bulletin_board_client-0.3.3-cp312-cp312-musllinux_1_2_i686.whl (584.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

bulletin_board_client-0.3.3-cp312-cp312-musllinux_1_2_armv7l.whl (653.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

bulletin_board_client-0.3.3-cp312-cp312-musllinux_1_2_aarch64.whl (555.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (388.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (444.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (430.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (377.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (414.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

bulletin_board_client-0.3.3-cp312-cp312-macosx_11_0_arm64.whl (338.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bulletin_board_client-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl (353.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

bulletin_board_client-0.3.3-cp311-cp311-win_amd64.whl (227.3 kB view details)

Uploaded CPython 3.11Windows x86-64

bulletin_board_client-0.3.3-cp311-cp311-win32.whl (217.9 kB view details)

Uploaded CPython 3.11Windows x86

bulletin_board_client-0.3.3-cp311-cp311-musllinux_1_2_x86_64.whl (560.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

bulletin_board_client-0.3.3-cp311-cp311-musllinux_1_2_i686.whl (586.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

bulletin_board_client-0.3.3-cp311-cp311-musllinux_1_2_armv7l.whl (654.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

bulletin_board_client-0.3.3-cp311-cp311-musllinux_1_2_aarch64.whl (556.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (447.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (431.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (394.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (378.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (416.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

bulletin_board_client-0.3.3-cp311-cp311-macosx_11_0_arm64.whl (341.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

bulletin_board_client-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl (356.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

bulletin_board_client-0.3.3-cp310-cp310-win_amd64.whl (227.5 kB view details)

Uploaded CPython 3.10Windows x86-64

bulletin_board_client-0.3.3-cp310-cp310-win32.whl (217.8 kB view details)

Uploaded CPython 3.10Windows x86

bulletin_board_client-0.3.3-cp310-cp310-musllinux_1_2_x86_64.whl (560.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

bulletin_board_client-0.3.3-cp310-cp310-musllinux_1_2_i686.whl (586.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

bulletin_board_client-0.3.3-cp310-cp310-musllinux_1_2_armv7l.whl (654.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

bulletin_board_client-0.3.3-cp310-cp310-musllinux_1_2_aarch64.whl (556.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (447.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (431.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (394.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (379.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (416.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

bulletin_board_client-0.3.3-cp39-cp39-win_amd64.whl (227.4 kB view details)

Uploaded CPython 3.9Windows x86-64

bulletin_board_client-0.3.3-cp39-cp39-win32.whl (217.8 kB view details)

Uploaded CPython 3.9Windows x86

bulletin_board_client-0.3.3-cp39-cp39-musllinux_1_2_x86_64.whl (560.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

bulletin_board_client-0.3.3-cp39-cp39-musllinux_1_2_i686.whl (586.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

bulletin_board_client-0.3.3-cp39-cp39-musllinux_1_2_armv7l.whl (654.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

bulletin_board_client-0.3.3-cp39-cp39-musllinux_1_2_aarch64.whl (556.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (447.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (431.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (394.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (378.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (416.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

bulletin_board_client-0.3.3-cp38-cp38-win_amd64.whl (227.1 kB view details)

Uploaded CPython 3.8Windows x86-64

bulletin_board_client-0.3.3-cp38-cp38-win32.whl (217.7 kB view details)

Uploaded CPython 3.8Windows x86

bulletin_board_client-0.3.3-cp38-cp38-musllinux_1_2_x86_64.whl (560.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

bulletin_board_client-0.3.3-cp38-cp38-musllinux_1_2_i686.whl (586.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

bulletin_board_client-0.3.3-cp38-cp38-musllinux_1_2_armv7l.whl (654.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

bulletin_board_client-0.3.3-cp38-cp38-musllinux_1_2_aarch64.whl (556.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (447.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (430.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (394.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (378.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (415.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

bulletin_board_client-0.3.3-cp37-cp37m-musllinux_1_2_x86_64.whl (560.7 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

bulletin_board_client-0.3.3-cp37-cp37m-musllinux_1_2_i686.whl (586.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

bulletin_board_client-0.3.3-cp37-cp37m-musllinux_1_2_armv7l.whl (654.4 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARMv7l

bulletin_board_client-0.3.3-cp37-cp37m-musllinux_1_2_aarch64.whl (556.4 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (447.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (430.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (394.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (378.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (415.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

File details

Details for the file bulletin_board_client-0.3.3.tar.gz.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3.tar.gz
Algorithm Hash digest
SHA256 5e720f11faeed0d97a7c44ed1a17e5f0df5b128674d4fef09d1213f67728b392
MD5 93bf5c8fae088fdfcf334aa920ae9d60
BLAKE2b-256 08209dbd30bee95a5e0b1426380a19c543eb1d7a0c92ea47da8b07bb480810dd

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b61306a5aed6a389b017dd707e6f958ea8c0d698da65ffa6e90a359024267786
MD5 42e006eac547d9bc165cb51c514d2476
BLAKE2b-256 7db2fac4d70fd2aae05ffd74319f7f236805a5b088c62fb8157cbf2cc42b0196

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1dd77ba7008a0a9e9a74dacf570723298d574a5cafdba22ceb666ff7a6e41598
MD5 7130522840c54431e466fe6b8eda1b7d
BLAKE2b-256 01ed439c01dfca4debb3211d48b120ed54449e52cc2232749d795d83831fae47

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 efb452ba8713db8b0f93aae0e074a6005a3c31f4f060bad3d95ee07761f58074
MD5 457bd0aa0cc51cc08654dfcdab3d1be9
BLAKE2b-256 f2fe94be8311486a5076c398a8283ade8450a8bd35bf2da6ac0b19f5f9b91859

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 902c328e7148286c88fc1987c25f59fb1374f61d02ce18f6e591642a4e1908e4
MD5 726c3ec4963fdc8f4a6ada5d56ca0509
BLAKE2b-256 0f8e13605edd5cac8f2815b8f0fec6f452f11dab4b7ab65088b50831c3baa715

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 958d9add95a6ff7f1a43acc95f31baca66c61f67696caf58a156a52eaf7309cc
MD5 39686ba374beb9d92b30d1fb143f8b27
BLAKE2b-256 0c123fb8c2296483bc6533c667ac6e8bb4b2865550bdcd840b77a62d9765aa15

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cd2c9e405d0769eb1b1f3af859e9bb2055194e7191827155bf07c919062cfcd5
MD5 018af0e55f23e74932efdeea66aa4b34
BLAKE2b-256 b6973bd99067c2df8de94817f5ac6da42372deff9bbe7e4b8d838953cec97c43

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0070aca10ffcd9ac90dbf86265ce87c5f6780d3281f9e75e5c255f71ba121c6e
MD5 8ceb5518a1154923faefb638136825ed
BLAKE2b-256 d66e3b4f48d3c6920fd2fb6d917822b155532f8c4b0863f09b139f78cc5b5edd

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 56f202fe913ca8333a591de85f0293f0ef59a987ba4c9c5e551c6d58b04e9b4c
MD5 76d847cc5a70fe4e2a49d6ab621813c7
BLAKE2b-256 83db75080a8ceb518ce07e33927c93b2863fd82ae1f811f39c9d4d74a73eda00

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9f246f461000583fa00542f97a338462b9cf4c98e75be13d1e509e1220d4a40c
MD5 5cd387490623a12ddb0204e877446183
BLAKE2b-256 961af0a07743108141cb33ca74e8b13b74bb0d4c458cb2e9b2368597c9a896a5

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 953d50993cdfb2b5f2212889ac944db94b91164fc169dd6c80af0124bb4ee88d
MD5 bb5c9112edb83012eb5b2272f7163625
BLAKE2b-256 bdcd74110a049b3a1c025c005cda9ef4b27955fcd32334f2310a02331cf45748

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37496cdaec20528cd2c0d9fe6c2a204408ebc052eb84aec9bef34d6fdcce1b61
MD5 987136fbd4b0224a6386a6718404e3d9
BLAKE2b-256 79241d9c56765ffb6abd06aa82a740cf50940a51bf4fb9218b365e5f4fe07ec8

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ce0cab7bf82b95c4ebbe0defdb0ea811c172a15fad1b7c15011c265fe4efa217
MD5 8a7dff00a489b108584ccbb6b10e4d7d
BLAKE2b-256 9da80dab9dd1282ec990320d421efd2000a05b37be2d4011f4a4b44efcb7c619

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 19b8cd2cbda4b3207a57e1cbf39458cad48857cbda2707deb786f69c3127a748
MD5 f3f0ea04a1dcf08277c5c36fc28545c6
BLAKE2b-256 985edeb62f9da7a5274d663efc769853d6468ba57393e106f4d5d8798ecaf436

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bdd6e6bc53988bd3a9013bd1aecb62c40bb468b0907f6acd6b274215e0545fe4
MD5 cc293c5fc7e6c43e1164c6c253b0f1d6
BLAKE2b-256 fbf16bdf7e2d09219bd7c8b180e2b9c2283294b43c6c9574cb2972dafdd30ad4

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cdb72ed514e22cc5fabc0f33c711cbf0160be9aa9a12bcb082218605b152d4a3
MD5 13da3c0e46e9049f5ca15aece85210ed
BLAKE2b-256 011f58ddca635fdf32c110830e8b28bd0186b5af0c521ca0ab42938d0f906ed6

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 57df94de4c20729049cd9ef71a146e3a3e8503243cdbafc112877e87bc4aa22c
MD5 2ce1063360abf7281c068324140e602a
BLAKE2b-256 0585ecb955b0506101d36b711329a8291f6a9926591251b858364cbb1363c137

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5189583a8a0404e9db16a306d63e367e45ff01149d68131d023562b9442128b6
MD5 606bd40f09df3d7d61393ac8f4cd1b40
BLAKE2b-256 6cf354d625e2e123c1991a84ef7fe8f0a26aeb7083ca66f6f290885f40d22580

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fc7336f19e3f22a6887a2a310ce42e8372bab9d4b7a2e97988ca084186f9d5bf
MD5 909ea1eac2a78fdf818f2a2da88b05b5
BLAKE2b-256 bfbdeffcf4c28d0f798fc0dd6bd752f6f756f069257b3866b790948448c3c866

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 58ebd51e0d51f7ffe261f8a391d9f64029f17e4736ce6f615a62d69345bd73ec
MD5 25e22b2ca1801b678242d5046d5f2bb4
BLAKE2b-256 8f85e49a11866beffbd4bb62787e96893e6e2f44c307681e8656bedfcdeebe53

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 31f673307b72cd777512ae2bfd6af75cccb14af9148af1800402ac875f951b81
MD5 2adeced1a8d8c232fa74d92c42f3b0b3
BLAKE2b-256 c129dd05aea6cda3fde90fd58a9d809ab0508214a2cfa3de035cbbd0f4a4bc7c

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 879b8288293be8b6e5baf0b6a00c54805fbd50562e394a09d89695356bb66b97
MD5 b22cd9a93308a52238cbd70da1fe2a07
BLAKE2b-256 25cef77a0c8d62738ea5288ce92c886f519b4f9a0a2dc0efe2144b92ab8cca9f

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e4f13bf7f565d81bd99bc195c13919d327d5f8b005f1b2d596c57fd8d3da2d94
MD5 a9d5fcdc0cf2eda1e75788d1e8e72311
BLAKE2b-256 7dcca54d37e8336542a92b87df4740d81ef65a2866eff176f6569512d434cc98

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6d2d751375973af4ef16df791c7f4c71d671aa05fb0336dc73c1e5b5f8632273
MD5 676b5f91339f18b856661ebd64e513d9
BLAKE2b-256 cdb6a86f8f6223d573aed810ae538b33f08a2170270e4a674d787e8ba3205dba

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fb2981c25df4b21de9bde71c6c6772a03df838e872ab1ad31f7b74c963ec0fd8
MD5 c3e3e9e0ebf7ceec282aba66815abdf3
BLAKE2b-256 9480a654fa749b16e11acd0a4f1b6d8b01820ea21bb9d1e11d6b21607429d2eb

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b5c3e904d0c4cae5defafa08a9b8272b3d8cb6ed1160b89ed5f40d070a8fa38e
MD5 84121a5749237e1d814dc740cfd3e21f
BLAKE2b-256 c16c0d71aa6581012ff395e53fb1b4ea0a42043a6b2371fee0a08745b896b891

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01d18196970dfff9c2a1e963e65c701eee4b706b5c4f344b8cc4a93cd28ee43e
MD5 d053303a79c557b95bee0f36fa2a65e2
BLAKE2b-256 f83e04fda7241422cbb62f61d885232e5db84d7c96b38ca4d76269b0be8bb238

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 74d6b9b5332eb7760d21a53756c00c3bfb0205f2127bdd76d4e438bec75d8e14
MD5 6c11bf30bb7910d618a560c39b253643
BLAKE2b-256 39ef82c2299d2552c9f85ae9f061a726d8eaf31fe565066175108e4d90135b15

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 617fbcc3c54bb67917dbde271d6be1c47ab6b1e2e057978afaee02d049422412
MD5 58491612d883f51624e4a9ec480c76fa
BLAKE2b-256 cc8d8d3509deece6a998d74108733f745a12953e38ef0b5cca20ac2f82dcd84d

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6515084ecc6742364d154fc0a5d36b2f102c67fefd7fe81943eb2a9133e72ac
MD5 a9791d057c00fc48af242cf9050bc7fd
BLAKE2b-256 aed4f6dccd4866dd7289be5ea09af9c026a6f829cbbdcc7cb4ee1223befdb87c

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 790f1ad739ac7fece4fff9fc45ad61620fd0c34419fc2ee90fa4905062d7a68f
MD5 5f4d615168235803957f8756bf3e98f1
BLAKE2b-256 c28d17a1aecab155c034ca4bd323b1626a64fde106fb9c67c3fc857e2db1cafe

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f1066c5c240f628713a5067679f60415ff4101a1d7a638c84c51ce6d3acf19e4
MD5 0d64d28a1cca70ebef921fa89b899e6f
BLAKE2b-256 de5252e72154029b3b79d890a6bf27491d9f45d89ab4d497b4cd449172d4e40f

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cec7b395bea6531af48dd824e2e697fd284bd097f53fbedecef62e7196c52409
MD5 e41a475fc0d0ec37164b3f6d1fe0decf
BLAKE2b-256 f9d9d9a99797cf710c9b2d9ff33e1eb40ecd1dbdf1e086e49f9352568d9f89b4

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bbe78d31344a395eecb4609defd55f859773d768ba76ac3a96495f33d0b15d09
MD5 e508e7cc07d7db6b2111c53f720b58af
BLAKE2b-256 14855d9ca93183eec3a70311389bb6a31d499461c68d80dbb2d027a7bd1850c0

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fe6823519d37bfb5adce5c6cd318d02a2e0fb3f0bc51c9457c0d71ff73e9ac28
MD5 de7762067826d4b0064fc3bd2d2ac023
BLAKE2b-256 bb21d0e51436b9e27b37f423ac037b3d89f6ab953c4eed30b79cb09a642d1ef6

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 66263bdd981ef8283ae5e2a103499d47d77777165076bb509f50201314b9734e
MD5 0eadfa3c145d0b145bf087c02c8707ad
BLAKE2b-256 03c1cd83c2084cf780622d590933427512bf19798d3899a9f23d28c785f5faca

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b6dbdfc7bd889c8bfdb7db9383923e98fb247049179cd2eaf41965768baed41d
MD5 2aee8aa24f6ff8c1930e43ae7513027b
BLAKE2b-256 62ebd328fcbfc5f944fd666c4d60b52bc6416b9b2afdda87316c6b8d31bcc77c

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5e8dd3236b5182c5661987dad7d4ce7e937f915b00d6b731240da8c3f8e87ad2
MD5 81bae1ac722cb04ea13ea7913168a597
BLAKE2b-256 3393aa4c840bb59512d3ee3c19f7df4a9ec2d87129fe641ecc9e8a34fc919c61

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 415bcb4a69e6bae58c13b3fd925249d04bcc80b036e8a786bafc30eabe7b8e60
MD5 c699c0291d9b493b0a816cb5d51294d2
BLAKE2b-256 8b63264c717ce9e6ff2a63e5829d2fcbc33e1592f4bf50c5ea991bbe5cae5c87

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bce79d15d1a74059b17b7d3f35f06a8610866b699f046451822541021485b269
MD5 e36ac0c4faf9f3257340d98d288884da
BLAKE2b-256 c4227c42f0be54ae1fa408c719ba57052ac92c3ce9733e3d0cc8b940c952af86

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bbb53cc4748025613c5e1d3ca82cbb44f466775dd1b3ce8eef61f0812d3db6da
MD5 94147afc3a64413cade4fbeded59fcfc
BLAKE2b-256 7f7109f5ba952ca9a353a49eb38a4b7eb702cca32029178b5de63a2399af280b

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c2e6089e1d766afb8f613e776f2ae87fc9ea7b95c0becaceb6c5064f18c41483
MD5 243954483e63fa66182e21a084f7e9dd
BLAKE2b-256 ba395c279ba5b14bae5d7584cf958929bfeb4fa68953a6ee4977f2e4f7cd4d66

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1feb21758d56c72f03ac21f270832bd312941d35e60d56814647f2e0b8f03b59
MD5 2b2de0ddd092c2fa1aafdc1969629498
BLAKE2b-256 2440a21b8028600529193f8bb914390f57460c0a75d5183f8a8926bd310518ff

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c5df2d9fbb4c6e10be92fc7b82b898aae0805f22fc2deb91f1de50197ac98805
MD5 530c184a28ef7c88337eeee5c9df8fa4
BLAKE2b-256 d208849f868a67004919fc1c88d549e1365e33b3ee0dedfa2b439828b77ece7b

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c9e88fa5bdc9104371b225d49d565bfb69892b2390d7eb02371643e89dd0626b
MD5 13c0c1fa21057afb550aa6ce824287d6
BLAKE2b-256 9eeab211c10fd1561c2b2fd79f28dfcc4e4ab9b02955b10e75181fa2f746c05e

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 921ac65ecf4ba8abd82dbea6f822316ba83565ff61f5054532e8dc6871839984
MD5 754cf16cefe9ea075f43335d352bfe3a
BLAKE2b-256 a0a450f2f328e4aa95908613666a7810caef7bdce60ec4d67aff8cfc1e1e783c

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 254582439e300e3866668baca165ed7fca159da49070c70186794be19588d774
MD5 4086a6b2d5b05463d452e3ee165bb560
BLAKE2b-256 95bc17545c7f87dd5d0147813f153d002207c5081b6ac05b550e53fa0bdc8b8d

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c88232ac17eb2ad1ce1a726ff866e8034faf5cc0c8781d57931df044a172d6d5
MD5 54e7141684e64e022b48dfaee4c5b32d
BLAKE2b-256 d82c00e0e95db81b19d3db1563ea289eb8fadc34535b4146451e1834e5ed289d

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 47d26efb4cb25077c32359ebd74e87fc220cee3a8ec39ed84074a618114c870b
MD5 5367de532c01edbf44fb670a5adafbd2
BLAKE2b-256 5c542231f0359abc0e2155d3e91810d8ffcb6b153332420fc9390e2e29c5a13f

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 890f82c2ad77125608212eda1ce781b262c5b825bc98c4904dd8376a465018a9
MD5 b9b3ff99d725396f7b41d4f3962b70df
BLAKE2b-256 9c617b5120c4af6b02eab47df5f9f1fca8f494757907160891f4eb9ba78bef28

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a70e02e4af9b1f8ee5f9b0191c093fc97705bef1b44eea12c10921fa17cefd1e
MD5 b1d59b960a61ff50e0c59cf7e6a63bf3
BLAKE2b-256 37dc7c62158db5f4ad54706ae184704c409f15ad8f37967ec62baca9095d0683

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97cbfafd574efa7276be6db8f8e4c9526db7520d140e93ced5376a4ba1da0510
MD5 bf522cdccfa654654a024d366cdfb584
BLAKE2b-256 a8e76e99b9aa7c0c1cc62155a842bfaac26c2be27174023d735ca69859a5fbe3

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 69794aaa557498585c4ca5c4fe0f52c227cac486d3d65d26021473c973c3b022
MD5 e927e1e09c3c345da98ec30e51e257f6
BLAKE2b-256 6841f7738172aadbea0fe050de6ac4ef34157464862c82d8df097fc9a1b3791a

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b86eafe8d27ada8858b9572ebdd81b530641a0147382b9c510a8da85af6f69a5
MD5 4b2b0ad07eae133a3353f92c7675b21e
BLAKE2b-256 cf2225f2e8c8e0833dd18dfbe3f0a5cc09452abdd936efe2c3016ae971229be6

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 245abf181833d8b65d701593ea3ee734ad6b416a04b394c091b66cb568ca3ba9
MD5 b560403302f2f7897797b7a02c6a3edb
BLAKE2b-256 2994997f89d1fd00fc5d353c218827f33afa6a61cbc84d00b35e41531a2a7ce4

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ff77f1ddd88337d0d67c808c8cabee56007e3e6729240e5202768c937c7dcbc9
MD5 6aecce33e19c95508bd6a0fda5b284a9
BLAKE2b-256 898fc7bef35786ab6ee750a6e126f030424d6415f0504def6990522bb5ba5ea0

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 122f19ed5783234434780eb5b14a661d6465393e38f9325ae9cf85fa2aaf6df7
MD5 3da5e1a57fd4171782fc373c53d91e62
BLAKE2b-256 5e4fe72d3d702b4b00964c5aa4ffeeb4ed8c6049fce4c50d95e83407acefae23

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 47b0daece1f3d27d1a92ccd51fea405f3a6da524bf5336c5b69901139cbb2137
MD5 38fa822bddb919e7288ff1f9902ffddc
BLAKE2b-256 280753981ed0750e289353151bbf25226a812a3c9f8318a2f6eda8277baf23ac

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 79f960bb415ff0569467417a1fcfd9d65541bbaa01535b3f1e87663aa011f5a1
MD5 137aeb07144ff7a3d7ecbc69256f83eb
BLAKE2b-256 a25b3572264fb44c3f0488431a57e0371f45b7a81e6511810ba1ac96857c5d27

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8ad326869bef96807a0dfc2c89ffe9a1cf465cb9a6f9467610de9b8f183ca993
MD5 899acd96b3a23e226572633e1ceb7bda
BLAKE2b-256 33a5dc26e54adf0afc3a95b6c496c9da169a7a49778e7fdcf68ef067a5ad1cd2

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4a05617923b11858eaf3dd8d4214f74808ed75b9540daae0cd6b2ff08664b21
MD5 7381f4a9c83a9d7e82e90c4f1dd25461
BLAKE2b-256 cbbef239c2a397cee4963ef5fff4a5b4e4f75f2e39af68743d5387062246c6dc

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37865ac85e9ac3107d686c6c34cf6ff3991e0a793c56664d3b9ba483e4602fd8
MD5 a1f9b167670f8e71872b3fddcc0f2b4c
BLAKE2b-256 3878c76992bb9a0d61d75a6351f57c815d7dc0dff361d0b9d3a50d68d16d7943

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1bf0d460b1f81e90c5b18af063f4e4fe63465eb4aa4018aeaddede38ceb28f69
MD5 599130c362e67dddd5563bb7c819d6b0
BLAKE2b-256 d4812ebaba95040bd8a389a2a24d4ea122bfd34528d10ab16e3d7df9ad47156b

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3b3b5ed2395c75db277f60574398f7f8f43cde527e035fb866f11ddcafa55a75
MD5 159395e080ca0481bb86dfec3436a29a
BLAKE2b-256 9116b0a3dda60154d6bf10752fea5fed68af772db2e45f82be36ebb338d3c895

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f9bd3cd3a2d8320fcb2c111e85d5ff875c067797f51d9e7a62015311c61507fa
MD5 0da2dbd5015c259ebe48c2f6e9e3bcb5
BLAKE2b-256 2d114b810ad8fc22f41fcf34ab66f39755b18d4953d78cc5caca7b9b7fff73b0

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a9c1bea63230725531672b058bfc23012f312b3d6b64a2e726c2793f3c0ef9b1
MD5 b7d2dcb5de7af7b850154d38d73f0052
BLAKE2b-256 ebe5cd7e088ce85ddf070be73dba736fc8d08625566afbb433625ddbe535803f

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 493e9fdf3633b703ad7027404d16fe1c68e28c630f5e8b985163978040dd84ee
MD5 97230945de5f372407146505edc1f55e
BLAKE2b-256 cbebfc0ccf062851f1db9b86cd48ba49aecca267ba139b22ebb65966155d964f

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7460e1dbf64eb7f7d608a4bda6d244f63ef9a0e57d7457c27f97281f58d04b1a
MD5 bbfb702a3b003cb7b15ea37b53b22731
BLAKE2b-256 4c28e4a63612f0ff866611d5a9a0dbc6d6655ccdd474789eb73329dc62328c77

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2790644025336516871001195b45d3a614eb4a027c0c86f1574ae68c222122d2
MD5 3339a1ae40048de420ef98bfec6e08c2
BLAKE2b-256 d84db46c34f17c28d707d59dcb36d4e327717438630de104e8e5a44b99a9faa2

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f3b74e5fff82c71452b3055f482e0424c514c66b8747c2cab7510be1b1a8063f
MD5 ee83e6cb16c5c77eb7f640fe2f439ccf
BLAKE2b-256 8f57e43e018573a2a5aa23cda0ff304902aab557169831d04f8e965cfdd61c3a

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ad40a2c014b13b928b12b2b8a00f48deb44a4bf9b6a3b49af12553134807c7a7
MD5 9ee3dc7798c5774544dcd5c286dcd9eb
BLAKE2b-256 e3af9b0096db1e6974a9a2f68e497703e00b04834559f8be1c0c95149e591f86

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de8bd490bcaaab7e816268a5c823c9b92ee40fb62f9056356f4a56160000eec5
MD5 d2fb879d7e8c5e5b75b2bdeaed5ef174
BLAKE2b-256 dbcd812047504ad4fc2d582e9d95ed18f779ce22240556c5795f9cc7b5be0275

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f8a193e8edce3617d1912a54a7767339d225bed3c1a91d236c9127ebbe0fb9a3
MD5 98da2956f3fc2158331865a3701f38cb
BLAKE2b-256 a8e8c7c490a5c7ddc6c058c380daf5abe166b73c8a228666207966741df43979

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f03f96675a0f9e04824154e9bed2d199909c81812665fee75dfaca3d6f4dff6f
MD5 f72a2042189b803deacc8f5c04450a41
BLAKE2b-256 7d72ba20ab315790716dcb11085c6eb5b429c17f9c63b4e4d3bc93f50b07e5c9

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fb45fd5e5e067e75a4051e79ca694e2d396e6506fef64fdfc7d7b35b5b04b80d
MD5 adf9df8ddeb20aceefc6630ef7b31496
BLAKE2b-256 cb7aca3c61ce4d526087e205b57c17e0329a59d3b718604e050111fc21f8ea34

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b85abcbd465611f3c4ed84ed759fd1a4f52b3c32ef58ea4bdf6f23b541f5da74
MD5 95001c1635b34bb339cef45ebb711616
BLAKE2b-256 ba594bdc1e6583de38ee981a5c000d2501e5ec49d18a4cc021068eca81e8430c

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 18fc193d1ef410a3a38254a4f1c834659ebd27497339e9fdc3ec4664f946003b
MD5 d2a58b7b89b4e6d4d153ace17a57b362
BLAKE2b-256 897c4bb0618387ebe635997fd6d015682f746403983fa94e2d2a7a084812d937

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e8d9aea06ce2d994446fea614c1a7d6fb0f175377f72b96f507a0d8b86b0034a
MD5 5051d22871c139029062d62fd998d78a
BLAKE2b-256 0bcdf5c2b4656a11953195ca9b90e154c7f56859f83bac5c9659df930c41d8ce

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fb6f62db2bce728d27e0fc1f0d36a009b2cf53c15ab7b4cb94d7e3cf4a42f436
MD5 7140ea147e07a818139f047c8956cf24
BLAKE2b-256 588f66398cb7dad6de952a47f20ff1096a1159be91ff2de92001edb5f5d38551

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c553bab0b70ff1fd7e108fbbf427b4bffe94fe37d9fd48183c8ad104189d76bf
MD5 6e9d9278adddc8ab9a2b381634a4f342
BLAKE2b-256 d0cfcc4b4534f63333051c7076e3a522c39b90dfea91cba97f0f25edd074bbba

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7269cd5fd3bbbbc5afac540d975d9098262b02de55fbc8e798ecbc7d175a703d
MD5 bba9f8bb5b48cf19b584a3e10c6d6733
BLAKE2b-256 a3520dd1e752afdb9769e11e83382e0ee8c929f0a4cd9a4e79e9888ed5994321

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ae48e0951869d8dc31153552afff21db396ea0ad14ae9bbb94da334df5df44ed
MD5 112074fe25b9df60f70cd33e58d52dff
BLAKE2b-256 b52614bfb245468ab3aa8fd17ce7266c1acba211e0863ba35820940b95b07363

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4c4d0e599d6f4a20ccaf82f001e7c686f429ce859275cda7df5e5a81ebb30e8a
MD5 fe52d101525826f39f7ec2ff35469867
BLAKE2b-256 8b09f18395b9404e1951d8e0a1f4e2c2ca0813f390620fe2f4fe6d62888e4fd9

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 945ea64fec186bf7bdd7f05ae5e9cb33291dff78572958cfd2934548f9f1f995
MD5 2d1c3a7b04297f17d257abd66567ec3e
BLAKE2b-256 d7e53e8d3a156c7b50df6e3ee9c0668a73fc26e35b3e5c276c42a10bae43939c

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fda8218059bd195c4eb04bec89782e9ea87f4c9bf542a2421ac4ef795a30d033
MD5 01d0e3ce7d358519fa33a461571b0c1b
BLAKE2b-256 f381eb790f7e3b7643d395e802245a9e4d063f0901065d04445ad210d65e5acf

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 04c8dd8c4eac6f25b5fcea8212cbfb19d482be2af0940d3a89d53b8631651caf
MD5 b444cc57578c170b140261c5019fab63
BLAKE2b-256 dace259ed3320c6e8ba6f0881b30a7249616af98fbe16e7359150c47e31024ba

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 44ab1d5e2553c90b5a1a74359269330ea53e2b0502a9cede7382c41c347eecca
MD5 626f6e0069691520e72163944364c553
BLAKE2b-256 50bcd591fe0954eb6130a01a93c01a069df9e917a26f782ee91813e2a1a7db97

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9e16871a374d79b26ab20a9c44ad61e28fbd3ff4a84cba1b43b55a13eea7d39
MD5 ab6411e029e2619d150b58e5caf197fe
BLAKE2b-256 9c91c13e45ba91b1ca31b2b2673dabbc085c27311a6d0b1ae38c02733e8e02b7

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5e170ba6cd24d0f85044711f89a0d64650805c68635f8c49aa8452b944743e72
MD5 1d6df9ec2f19bb1ffea20d93b8eb3d95
BLAKE2b-256 2844ba93aefd2c66720034d96832840b5e29aba0ec44b99968726af0795f5aa6

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eaa251550538c1bf9524d2b1c88c7c80e83878e4d0974c64b2b5cd4d8a5e7969
MD5 c740e759f6ede8ae116b5057499bc0c3
BLAKE2b-256 a7f8ff5d3df999e63f4dfcac70a4b45be22407a9b506e74fde8f5badaf6efabc

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 97a79925476f49e86e3e7c6dd822735a83ea146c82fd118488fb1d6077851bf2
MD5 e29190bca827f81242643a5678d03b22
BLAKE2b-256 bef1a400b8a037b00f53bb54163b975c8befa376501560e0a4bad866c32b4ea7

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 af7c3d1bef3d1781d4ff14dfeeab40c2df613789dcdbd0f31c32d4c50c827018
MD5 6fce178235b265af8c5a844e782fd0a7
BLAKE2b-256 265d0aa05d6f0529d85066e2632b4357e6eda3d167f7b45e720df69461df0d96

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 581b1ce3c1308115206f8292c28c6dad6eed0dc5baeda5a2fae44e5b7b0117a6
MD5 6be8a36881bd90048f2dabae6e756ee1
BLAKE2b-256 279183ae4ab668ac92e1b7ef62a1017477de53339f64531e0a2af7021b4ae97b

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 890ace3004a7be07595be7ea722ec152884ad8b560dae70ea717c7b4cb4d4cab
MD5 f571890a285640737393a0ffd5bd95c3
BLAKE2b-256 72e60c79026f626384eba8fc4f6f63b131490cab2fb5ced4883fd8c624e395c1

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 35b074c8b1a60a3cab2c9729d5968964ef1b5cd1e2f6dfb36b3d6283c64c525c
MD5 fb4ed3dd7ffc7de3c86b7dbe16652631
BLAKE2b-256 fbf75657cff62d55affb993676aa21827d525f66f0a69e898ca18f5704f5de15

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f186555685e6d065b180c75d83a84fad694939806fedca63f6c42a90618d5cdb
MD5 980d35abee3746e0f1364b991187bd1a
BLAKE2b-256 e4122bdac354d9d1c81adccb85c0d4963cc363f7ca831b4e0de74319489069ec

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 24cf00dc422db7528b829e2053697b61c35167e7b23b8a8bd3f5766b22fcce03
MD5 50e316b129a199645a899e0d79e3344d
BLAKE2b-256 92b13645f26215dbb3dced63144bd33bee9edbb746c5dc93ff18d9748cff4c6e

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c1c804d977fbd221bc0b1f1e87c150c1021032af2278ecd88845ec4245b83c4f
MD5 43f02259c9437f72f07802bab66414ab
BLAKE2b-256 8674386771864f3a1edd03c126a94e23a0a050c9a0cd40a65774a9b29d37dd21

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 051e02a73ae3358c94b0885417ab7600d42cf896b5b139637912492de4407b07
MD5 933fde02e8f6a2fdba3dfa62f880dea7
BLAKE2b-256 78150706a6db9573b5523a9118dd30e57f183272ea7bf1be03c756f3b4e01818

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de90309ff4dfab0bc7fff511708695ea9447a3144ea5cf62aae881a22f1b29c9
MD5 069e695887448f52d9bce782a513fbc1
BLAKE2b-256 5fdeeb034cce5c45d36f05ae815de97bab583564009ba8c7f4b09f32f64eec2e

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ef1b0d951c4beadb419f4c5ab534c64cb5b56786831bcccb063a11b1a0002370
MD5 bfc86b9ade7430b3d231079458b0893d
BLAKE2b-256 83aaf79a6903ef25f8079450ef0626e9c0ea170a48778609961e266f757d2fbc

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1a9211abf5df09870e289b37c9652a8c4ca1a059d88beb0728c5f3d41b03f5c2
MD5 d1828fe79e9c9092ccd49aa2032bf461
BLAKE2b-256 def3dc4f4c70be033b09b06a81b14b90ab4ce88cfba2f25cfb42c4fe04c79948

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 28e5f7f67dec5766f58b1491086acdae1ac4f145083e60e834587ce8af3d2aaf
MD5 a9b2bd54bce1aeec11eeca9debe690ba
BLAKE2b-256 e37e5cbc068e9c026eb608d2cce636d2dcd1495bb5417da248138cb71a981829

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2dfa05d705b914d7f2cf7cf14eb70e9a94af1b4dea9230728b0c09eeae0acf77
MD5 11bc094336437acad4f5ad6d24180990
BLAKE2b-256 a16b9969afb6495925797d9ed21295a112969abc45548c4cedb09a8fe7d2fa55

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2c0a78005e1a4186ccb9ce59ca8e866b1ef2d1b37b1340539fb65cb98fbe9678
MD5 1f2546aa33fba71d1725f1e1a1d5d1f1
BLAKE2b-256 2d1758b39e055cedd7e2329ab5f9eca02ecbd05161ba9956215d4b57c5ce2808

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de835b01392a26bf66cf54ea094156aa0b37467b102d6bc5031a82c0385f5971
MD5 f6eb88cf5933361989c1c39afc0a6d61
BLAKE2b-256 16befb890002a2f3c459cf940f7070df58b84300fb488e5a1c7ae1df144dd9d7

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7ea3aae5128dc9097dd0d51aba9db630f4bb05f51fcdc3e5e413a1a1fd603f3c
MD5 c4611fc6830eaeb7e975b1ca65b4f40d
BLAKE2b-256 a99a4859381ea0e18a6ee552b8b381e1d54497af11784d13de317ca599f4ec50

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp37-cp37m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 86bf1d1888d6b6d73cc22606ee350d6a4023925fa6512d6a29605a5794f3207e
MD5 9268a4ac33b7a6e0ccc819dafa4e7101
BLAKE2b-256 0626774942f76db94a25c7873aa51493e371074b925940d30861e4d166201223

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a381e1dd9f01d04fe42c638e3419aa69dc63cf75272602e64f7523342f19fd42
MD5 33da6c9c8e1416467beb32ce20a646b3
BLAKE2b-256 9eb0b5651d9e34e4b035453e464a280458fc0987c0a29ef517487953d3da3f0a

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e8289040b765150dcff2cbe15f56fe45c3d26cf649d8d895f81d4c5af86d60d
MD5 ccb17ac9283b97de0090a2a304652ebc
BLAKE2b-256 7be43a772a70e0a968a038808c981b5f3302a9fee7aff336b500774affa1d46b

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 033a644dde9e361257943835d7502dcb343e5b40a9e1cabe54dd74b09148175f
MD5 0a213ef835542bf0620e0fe04691bdc0
BLAKE2b-256 339da76cb952bab02e387d396ae399eb6737efa0999ef21ca1123fb6d1cdbfe2

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 36bd19ca51e6c925caacd3ea39ca4008b2f867528eba681ee2299f2545452f52
MD5 128162b32c032769acc8018a6273d001
BLAKE2b-256 323759ed92426664b084986535a649044e6f24fdb7c3e2b7d4430c0180277ea2

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7306582c4eb7e0caee92c4292d1b75914788360e8e34ae4599526c2b694bcec2
MD5 a122321c828e1aeaf48f36aef208cc39
BLAKE2b-256 e16d3c6836864c6906193106a8b199c93160cc8a273017c8aae16dbc09e0f1b9

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ca1e15011d405d5c1a1e92e97673c5805eb0d0cc17aabe19504cf04b6cf9edc
MD5 d48c29bfa8a3b45e45cebe21791fbe47
BLAKE2b-256 65750ea8fce1964822363366adb54746d1dfbe94e554bcd51ba03d55eb5b2c0b

See more details on using hashes here.

File details

Details for the file bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bulletin_board_client-0.3.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0eb0b03382c13c394b8b9d09797a1d22a0f713f195869bd1a62f58f7acd19b8a
MD5 d0ec9d612a8488be089c62646dc56766
BLAKE2b-256 2ab9e6402beffc3a4041cba85228d1ec363c386c429ad469c1538a9d985b57ac

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