Skip to main content

Write Bionic Reading text with Python.

Project description

Bionic Writer

Pypi Version Python Version GitHub Actions Workflow Status Codecov Project license

Bionic Writer is a Python library to write text with Bionic Reading style for any kind of format.

About Bionic Reading method

From: bionic-reading.com/

Bionic Reading® revises texts so that the most concise parts of words are highlighted. This guides the eye over the text and the brain remembers previously learned words more quickly. Save precious time. Gain advantages. Learn new things faster.

Does Bionic Reading really speed-up your reading speed? According to this paper, probably not. Whatsoever it's still a nice screen reading technique that seems to help many people to stay focused during their reading sessions.

Usage

Installation

pip install bionic-writer

Quickstart examples

Write a Bionic Reading text in Markdown format:

import bionic_writer

text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."

bionic_md = bionic_writer.write(text=text, affix="**", postfix="**")

print(bionic_md)

Output:

**Lo**rem **ip**sum **do**lor **s**it **am**et, **conse**ctetur **adipi**scing **el**it.

Write a Bionic Reading text in HTML format:

import bionic_writer

text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."

bionic_html = bionic_writer.write(text=text, affix="<b>", postfix="</b>")

print(bionic_html)

Output:

<b>Lo</b>rem <b>ip</b>sum <b>do</b>lor <b>s</b>it <b>am</b>et, <b>conse</b>ctetur <b>adipi</b>scing <b>el</b>it.

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

bionic_writer-0.1.0.tar.gz (10.4 kB view details)

Uploaded Source

Built Distributions

bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

bionic_writer-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ s390x

bionic_writer-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

bionic_writer-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARMv7l

bionic_writer-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

bionic_writer-0.1.0-cp312-none-win_amd64.whl (719.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

bionic_writer-0.1.0-cp312-none-win32.whl (656.4 kB view details)

Uploaded CPython 3.12 Windows x86

bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

bionic_writer-0.1.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (1.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.12+ i686

bionic_writer-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (873.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

bionic_writer-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (896.6 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

bionic_writer-0.1.0-cp311-none-win_amd64.whl (719.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

bionic_writer-0.1.0-cp311-none-win32.whl (656.2 kB view details)

Uploaded CPython 3.11 Windows x86

bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

bionic_writer-0.1.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (1.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.12+ i686

bionic_writer-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (874.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

bionic_writer-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (897.0 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

bionic_writer-0.1.0-cp310-none-win_amd64.whl (719.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

bionic_writer-0.1.0-cp310-none-win32.whl (656.2 kB view details)

Uploaded CPython 3.10 Windows x86

bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

bionic_writer-0.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686

bionic_writer-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (874.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

bionic_writer-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl (897.0 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

bionic_writer-0.1.0-cp39-none-win_amd64.whl (719.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

bionic_writer-0.1.0-cp39-none-win32.whl (656.3 kB view details)

Uploaded CPython 3.9 Windows x86

bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

bionic_writer-0.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

bionic_writer-0.1.0-cp38-none-win_amd64.whl (719.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

bionic_writer-0.1.0-cp38-none-win32.whl (656.2 kB view details)

Uploaded CPython 3.8 Windows x86

bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

bionic_writer-0.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

File details

Details for the file bionic_writer-0.1.0.tar.gz.

File metadata

  • Download URL: bionic_writer-0.1.0.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for bionic_writer-0.1.0.tar.gz
Algorithm Hash digest
SHA256 72e0019a220eba9725485768d0a4f785c0c7f202a1118cdebf20d77c1418b2cf
MD5 3e2e645d8dcc9ad6888a1059dff00fa9
BLAKE2b-256 d07f044d6c39d51f334b591d692292ba43b4a91555ea76d5473d04fd578c1450

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8dff4b8f03fcc19588bf1e0feb91f6f27df9b80f74e52848aae59d82a65bff6c
MD5 f61a048ea9329f60e7f870a82ad2161d
BLAKE2b-256 1d9d07da2dfa7bbb8ee5e0651e71cdbbc667c610701865d7ef97e4a6f90ed56e

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 18ab23da71570df2365c248067de7aea3bd694a56611b580f242cc4194b2aef1
MD5 c17e770651422d35ac8487e203efe0f5
BLAKE2b-256 7fd1e97b4c2eae0dce93015fd6c6df0e90f7db657a64229409f54f41f47e12a7

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4463ac11e07531cdaa0383dbb7a44c1d4f9a8345e6d38bb56f5194b1998a1777
MD5 341813f676abbd150a2311168840cbaa
BLAKE2b-256 c568120a2f444d83078937ac76afc8c5fa016b94ddaa3ae21abb618fd3cc26f7

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d7bce33956a312b79b8b398e5aae4c5155efa0653bf65703bcb789a4cec29ad2
MD5 dddc3e54110cf111be739610aa4100cd
BLAKE2b-256 34238129d8a4084cdd5d409434e90ceade22cc9c9fbc71664e660d33ec3c3e87

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6014a8345d37f9891d9b6d76d5270e9829b08952e09fc06faae510186be3ab51
MD5 fedfb20ecf8870a31539be7b36e7f138
BLAKE2b-256 90c9359594ed127aaaa45435428c73ee140bcf3660690e318d5ea9ea8f792e60

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 049f9ee2956d9d8defcea33b280ca1aff513e66762aa4d7fa98086624dd1e100
MD5 2674837687e5f1a96a31c239a2c7deaa
BLAKE2b-256 98b1602773753b27776de0ebd0e6a9bc962ce94e35f5668661ef32e4d7540292

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 988af4e89c242b7fef463cba12df8afeb9ab9029ff2cf5f0a7fd78ed61280d9d
MD5 46f1687d444ec27e23f565648f016af3
BLAKE2b-256 98ea9135f5a1f6226530a3d0d0c51777217d2a5e94bbd2672b2f17dd46eba78a

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4a1479b7ff6091f61cfa6fe0c0d92665e532d13ad0988aeb44aa3b2049aafed4
MD5 3887315f6d74d1609ac85aad9acecc12
BLAKE2b-256 9ef588eab57a0c82e111f037b0f57d48050523607e4a1d71b64706732a3ff205

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 26fa18bb2794ad4699f0606b82aaeced2e392f35063bf16c59f5573e1a0a8563
MD5 e1e9883040ee2b9dd1f7d6368e0af113
BLAKE2b-256 055fcebb9ed1fa44caaeca149b1d25dc9c5e5fbb2d075676ff054d488c896a4f

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 833667aea64b266f4ca4631840655ef24d59dbef172018038c88f737ed931c81
MD5 674192af238ffebf3e4d78a602515599
BLAKE2b-256 bc93ae24d38fa026811a67c0b26fef91dbba81c3d694b8f085cb4bf3bc4fbd43

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db13d62c2b1d684d1a3158ed3799dd384d85f15f6a7b0080c51836a49a78e1dd
MD5 4648b1b9ca4a2ae612847e0f79fbb9c9
BLAKE2b-256 ccd1be1fd6c7c5fee9cc73fea8beac369b29c3e97eb61749342d4331939e9b4d

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 86799270086f05b52d40efaf95e3e9250a17530dfe4f9829c862971573c6d0a7
MD5 dca02992ddbead38baa89d9dce7b2b62
BLAKE2b-256 d664621c8e21ce092f271491abd4c72ca60afe85c5805b1eade627b793d51445

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9487bf6a78bd640c92082abb984be7d4603bcb761177299a3b2362c47d51a67
MD5 f282e1039ed2b16b2efd9196be209dd2
BLAKE2b-256 4d0b13ec3588fa2bc3052576c276db15d61958b5618a3d32fef177a00594a8d2

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8ba838021113559096841909530a948105bde88566354684d58f6442e1e96d2e
MD5 91dabb870efa3b146fd568344ed16ab3
BLAKE2b-256 eaade7277e93628666ebc7e22d139c40d36b779aa842cf81fa7df57fce650dc1

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f7610a3210b8b000a17e82599de23269214da4df3a32c19796fddd1c8eb87573
MD5 124c08e5eecc3c26aa1ce7ffcb070989
BLAKE2b-256 896f525d05a02519cd3ba750af7c3ba49135b200c20e0335493fd4453545f904

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e746d3c7d127b4e67c7e08e26761de9a257bd0d8227e43faa7abbf2f06eb5474
MD5 e3576031a4cb28e4c12783ada650be7e
BLAKE2b-256 7e537f46871ce54512a86c3e8cb884cd2718693c302dc0357a4fe4b974166c1a

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f66a75f9dae747317309aade3d1d623f3877e6771d9d8715b4b0b25c5fd3f39
MD5 e131aeb255db0054f0ae9ec178b40e65
BLAKE2b-256 81cf52bdeac80b8a846b1a1720e94fab7e7cad3b2fe6c4c3873f9246c1373ba4

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 20946d2e8399718c392b7260d877b21699a36c164793e30d99b71657ac86aa55
MD5 e4571afdff74e989370f71cc07cde6a3
BLAKE2b-256 2a4eba291ae30843e6c28e17c5fbb7bda314b9416ed30ab1f2cf0dfda1fbcf52

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cc718d36e50b8a8f28ded9bab1592f0c80aabe895b2112799396a7eaee4ca494
MD5 f0c7aa924b48fdb711a6fbe5a21792b1
BLAKE2b-256 35884772d4b5f6710cec402848907ec2dfc9d6446fc5b02a26e431787fddb361

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 937959a991d6e40a52d17a74f05a995e4f38a976e9346901cb96f1592abdf770
MD5 f8a22d33bc8184c21ac3ff9b8a34b916
BLAKE2b-256 5d961bf7e3a164e66e514a61d62a83d6acd3d2650b35f6ec968de7f4dab95fae

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1f5e2705438fadfe995ebe9f795f62fa8a8847d2669e57b54da5142abeb13ab5
MD5 35279419bf7decb3d8a67c818079d45c
BLAKE2b-256 5891efc73759bfe3382f61441a82de3df29e30387f7947092c413ce3f23bbc38

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 804d1659e12f16e289a7a2a52eaaf59af6a81696a7b6bf6248774be3f7126401
MD5 2cad87da537b41a1933f285a9bea351f
BLAKE2b-256 5c6465ec8122f67e1e07f6a5619b566afb08be4120bc00bc8212a0b3d72ee5fe

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 0b7041050dfac6577ea3c9c34e0b95b212353472d9fcdad4363f56be015feb4c
MD5 665f3df45188ddb6e32b210c22206585
BLAKE2b-256 44c4825d84c1eb39c5bb8c75a66000ed600ac1ecc717781560b99c3d7567af5a

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp312-none-win32.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 c7d402dcebac61066d724f6297dfa02a4b5b6a882cea265f641868fed7ce5c34
MD5 cc6ebd8c0114e5f322925af373ccbe8e
BLAKE2b-256 03a8398ba214b7b8714f74f76aef661312d4c6b085cb39d859e234488bc6d926

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b57c94e4187bda2c922e4475becc5106079ea1fa0d80946b3bd22b79cd19714
MD5 55df628341f0f3022298a3ba14444326
BLAKE2b-256 a5292e4d61dda1b9e8250feeda747eb54415d930e8ceaae2aeb1e2e74c400142

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 64a556cdf8ade4daa52fce5de16e8bb7f880aa99e5d560b147b97cf3cead99c7
MD5 e9a4f82d0a7e3d3e33629377df873138
BLAKE2b-256 b639b0f27572eb0893b9aae21f0a13525df4a2036c0128bd317ac8a6da9482cc

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b836d23a14039f81ed33d8a845f91f0875119422c65b77ca457d3856bde74551
MD5 9ca0953b37f3da4efdfec586e9b04aab
BLAKE2b-256 4b3a59a9fa6c0bdd72181e3559edd0af164ad46294d37b259f7ae5007907c176

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e4d6b15e2fec1db5fdf6c17d8513620157118d71e6e05124f9f9e56f16ca172b
MD5 e3b2a3b3959e5b07564d7972bedc4107
BLAKE2b-256 212ae92bc0ffb1bc321171deeea71700771202a2de1ba5ad0084744df5f25d62

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4c3b413fc2a9182c7532c69cc768927560c897de5db69afbb504fec5d469357e
MD5 6708815e012f3f65604132499117a30d
BLAKE2b-256 83f333a864853e8d4af23078363273150a12624c39972bbbc3118655f7fb8d32

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ba1eaee2bbdf777542ec83a5d675bef51df8b90444d8337bbf1cc963fd316175
MD5 66ecd3528e07f5ea6e6b28cc6d35cb78
BLAKE2b-256 ac9095d17b4427b4c40d6b99e49cd16e7ed49329fd6e1d33e542fd6cac04d3ad

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1726e57761b45d804e9f01364924d8a244e490976e418903b666ed88e4a57cc
MD5 771ecab0430b366123a8c56ff7ad3c3c
BLAKE2b-256 4c243efbe666e9e1d1474d13243979ed4d871b41736da71977a7e11bad6f0789

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3a457f7f5f5615ec3f176b79c29b877316e75e3bfe8deab57c0c8511b7d6432a
MD5 ab44ccef2e41b715c64c98930656a241
BLAKE2b-256 c86a673ed0956321d52a9132193aba81f5facd91148f9018538b8a80755a00b5

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 9736f1aafe9f1a118430ad2efd405829cdc06e660cb70f7f72cd32c53281987b
MD5 7179c1597a55c82b88c7f14923c649be
BLAKE2b-256 0e1f3d6c5920ffaa62fb17682580a7e3b20674e643651044e2b8ae4c685baa5b

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp311-none-win32.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 e82ef72e27e69f41f98d24033a2d2c924297047a29f3e05a7b52f7c1b9e7a54a
MD5 fee56212351704be026b8e76a106600f
BLAKE2b-256 44bee08bb949c792db4a866a4782c091e1a6df50bee4655d0ea589cb21723f97

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04f7854b34981550b261d5eb5b6442eff62e370a2d229d91157f4dee5b68f08b
MD5 3770093999df69d54cf31b947718902a
BLAKE2b-256 a1984cc20b408db389f7303fdd047534580bbabbd46d9a8767598745c68cf6c9

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 41abb00d66f2e5c29a7cf56c7210dec88c3193046d68ff3fe7c95caaddd5ade8
MD5 7f13a7a29cfd7450dad12251ae18d6d2
BLAKE2b-256 f34bab1e2aa0d4d6a5a32a09f5f5ad25b1f224d26e9ae1a679dabf4e9a68d8fc

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 658dae386ecb06a619b3a2d7968dd84537f681dceda9404f46b7172e35912e87
MD5 7616b6defb180280de89f278b4addd11
BLAKE2b-256 d083c0c2b92309e4cc38fda1fe5d0bcf1255823829a1c443bbe27af6bf6b67ac

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 96ca97af03c3ce15dc5819e46fd3a742fddeb26eb2b6296931bae32f95295467
MD5 a5199a420d3d8eb50eba1ab95faffa99
BLAKE2b-256 4061ed003e5409f768fde05eaa89f1eefde48e6e0348a2c352d218cd9d201659

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f143260d216478ea32e73fe3458ed1b78fedc86b8988fa428c6c1b387f1f524
MD5 e5992be771a9558e2ffc60e7e3e4aee0
BLAKE2b-256 2baf671d032103cf7177226697db30c9d052286c4ca2f4484700eab4678ebdf1

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e5b6d4eb558688b0a921646a30c2437ef3dcf4af84c5cd2fdc123903d8b8c3f4
MD5 6b5efc095f00c233b80d1ed1f202b597
BLAKE2b-256 c03d259d0481e0d7fb10a3b74981c680d9a7a6283d24269fcf09e031b4e7ddcd

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76ec38081191cee65f965b2557574a92d5ab0012184e3fb7b2db50daed7d0d42
MD5 018af0d0abe3f1a2339e1d8bf6ed5f61
BLAKE2b-256 343bc08d8c9b7f842715b614275f7df46083d69bbec890f4c8b1029ce0d070de

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fbb985b36ec5b7330870ac448d0957f7045d7562606887beada6a2663c7c6c82
MD5 493087dfa0e3eb944ef13a1b6673867c
BLAKE2b-256 dbd73b3f113aec7261e66d3a73941f1a3ec93cebf7ee57a2f1698eb867d3f7e4

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 1ee1bc91df6f93eec8375ecc831d22e823a47c4621d8c0ca0bc13715cc00139f
MD5 f72262a1a63a8b28b4ec9d1b02cee06c
BLAKE2b-256 024f7224de313ad9bd6a8bbe234b5ade3f7f1cc7c4d1e7f7b82d43c57a072b8c

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp310-none-win32.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 2e81ba9fceeefe31ca3af515e2d568a3164e17b7544c81b90427696d2ba3bf3c
MD5 c3a313716bee517b6628f28c5a8b83ab
BLAKE2b-256 e18e066a55dea362a4835be06623261f0d36dacaac7b3f59ac1897b3b2b9c5e1

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8dca9f08c9be31123105724f80ed59e307641d5502ca1f1895310ac917e476d7
MD5 651f86ff1199d584aac91a75c77b5956
BLAKE2b-256 47067d2ff061e124eb367752e726089e06cba8ad03241b71401308c52469ec69

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 831412be4488bca5d64156b468a4049088f4391cb0f3c539736ae7de99b84e1c
MD5 24bfa485820da22096d678a358fae4f6
BLAKE2b-256 00e04bb63cfeace18fb89a9cf1a1988cdc7ebf135dd6e2d18c3371b175e07e14

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d335c423c45bffb102cd67d975b3989194664ddfa232a147c3065e53618a6de9
MD5 cb146bc4817898451a4bfdb8e5fcaf06
BLAKE2b-256 81ff75831339b8769e7209133c5b808da171e2ec3a5f04fa71775a28d0ae58c3

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 884a3ec4361ab3b91fda792e6e20eba63d07140018c55cc0f2ccbf7ada0f87bd
MD5 2cf25318a4531d2b178ef3d04c3aba2a
BLAKE2b-256 5c5339d00cc1a800299b926e97f0e02a5dd0981b88cd1c5aa7d620a75cd46b68

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ab075c2d3943b1d4520d44140c5d89c9f28bd007eec38c5814840b4fecc79b7
MD5 8a5a2300cbcb1838fc8956fe5fd96d44
BLAKE2b-256 d000fe07dbf80422465e9347e8f3849c238730fe84f82cc6e9b2890a292b4215

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 14539b331547b71d513404dc50f5138d9422043e8f50466760ac5cef9d01a041
MD5 f425dd91d45b4503eb77cbf45ca159b7
BLAKE2b-256 42f90080cf5388317bfba94555bef63833fd3d0dc6d09363f1f8ed23d29afc1c

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c9c564279247cca8db8bad750d99f40ad2a781fcb7fedb8a09e4e4365e4c513
MD5 c644603dce3d7a1a927829ebdbd08540
BLAKE2b-256 de19d4538fb3262a9e95e18f1057698b50760195661d931a1bc6f4bfced9fa70

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 52095d19929bc3e34095e20188f6685ae14889d1607ee771e9f0cc91d191452c
MD5 b3b1e01a92f5a44866616d8be7d7f75d
BLAKE2b-256 61b625e5c302bcd065109f7c848426e9ed11ca53d9a1f4c67dbefa42a00a4e34

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 ce919159d5d59fa9cdf12a5af3f7d8d8d403a71f2f67f9336ec5bcbf1a5969a6
MD5 6812ea98f599dbbc7147766785be4ef9
BLAKE2b-256 b05ba2787097bb28ae9407e84336b190ca759e427429d98e2c14df9002aad6c7

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp39-none-win32.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 5887efa8ab86c0c120bc610ea907484a5543f1f67f1bb88cdd7361187a8c2a3b
MD5 b01142522b430ca17d153eb3eec5141c
BLAKE2b-256 d9fe2f37530b55ba56a3b275c098fe77871320ca417d644880b117ee54981018

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ab53517c554385a994f0451840f0594e159517930f3129b1e08a09dfeb4d6b6
MD5 bb57db10a53f4c540bba047656b10cef
BLAKE2b-256 92248931172055c56776603741b7d4737e12d8e06a4f886fc97759435d833916

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8f78affb7cd2442bea2ff6f9abdad7909d145a290f57b9e6e17eaec55d5cca84
MD5 734a940f4c81bfec5884d2b3a29b42d0
BLAKE2b-256 32da5f6a48717f205178b815307474659cdeed9b9882d17be759d446d6e8b6be

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 503bd3dee90ce95da0c78e3691d99194d9a5a7a72bdca22035fdbc5f7dea399b
MD5 c9104697dc4f4793c2f969e962c3ab7b
BLAKE2b-256 2a26680230e3b39dacf4952e227f3fe76450372291030492c48ed3330c600e99

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 857485d49d3fc69f24b19eb2bdc8c3e85460ec5865fe15a1a77965715eeba70c
MD5 a10f50c4084b87983a2f373bc61deefd
BLAKE2b-256 8180badca1ef0ccf945e79e87469138c1e7249b4ac75144210c7f5811a735ce2

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 afcc57460fc0c1c3f39c81d95db1efbb0d4705dd914948ff12cad07f678beb4c
MD5 295eb95e7a9fd7504dbdbe6ec4633edb
BLAKE2b-256 bb7c483f267a11a5d1d895d5d4d94e6ab2c71d602ba68271b441698413001bcd

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3d1c4f38da4465a972be85ffa637a41af8eb1f0a6a7c7876c7c6937c3bbee411
MD5 10b404e6da2fc38d7bf2aaf3e2ed47cc
BLAKE2b-256 f16c309e81da5fe980899ac94ff95e13a1396c2ac748a9be82bf475cb13a541f

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 6b4eabb9a6df2c5fb3ac6a5e9173d37c2ffb0e720cf9a30120be9e47f2f8476d
MD5 79281bf261adfa1d7cd54fad67790d8d
BLAKE2b-256 8a15d99860728ed9511ee62e12ed3a6750ed1cc3b92f1a9112ca1118b8d04ed5

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp38-none-win32.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 684e09eef414fad3d7230a92b21efe663e4aef58b6f81cfb13a4fcf0a7a1354e
MD5 3aebb89a99c9d0678bb567e43cd4e9ae
BLAKE2b-256 48b57cbcc0abc2e2f3b870e4ca74b0265ea8379772f246f15441037190216e11

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 541cd4743413fccf17a9f3c3c33f35de5b023cc6605268bf8fdc1b21e8f6cf49
MD5 47c93c9f02f81b2770f7c5e4043a3955
BLAKE2b-256 12980b5bff9dbdb878d379294b9b8216c3ce0163ce1efe06dfb548ad3cca4281

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fe62aeb481368626f2b0509e3aba6eba09bec30a04183dab67b383f3b571f6ef
MD5 8ec76df4fa15da78faea6fde31f3b392
BLAKE2b-256 5b3d45c71b7826023a42771842d33ba4ad8914c1dbea4d1b37a766d03a514c20

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9c39143da67a3e5f2e4b30644fb78d595dc9bae2691002877e543b2849b2f0fe
MD5 d64c374d6cf1f5d6c0ef2334a65f52c3
BLAKE2b-256 f17defe7b9ea577fd422a30f1c90bfc925b58fe24f77d8000c81e77947703b9e

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7fa0d825c0ee66e5bb39f1e0af49386d7bc55e5cb00346af8ae8614b15b81933
MD5 fb1399841485406b707c11fc15680dbf
BLAKE2b-256 8a66bafd1e8b8e11dcf6b497f145fbce4faa1f12e1f830770d5342eddd370444

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aad93b697e798d55e24f5bcca8926eaf52a3a3fd3d8735062d3de4fc5ab1bb14
MD5 a0666b7be4c448af6e6492ae754cfe09
BLAKE2b-256 3f4b93c80143b8701e9d5c80effe9caf115fed0547f21de3a245206d26654ada

See more details on using hashes here.

File details

Details for the file bionic_writer-0.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for bionic_writer-0.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2afdcf596695cd949aa28cc4b99e10322caf6a32a5674e1772efaf89ec5470db
MD5 49ecbbcc3bc228c0898fbbe0395e1c46
BLAKE2b-256 3626cc5e0ab725c1f53fa355227f34c0f888bbb52a21903cb6fe2d8174384219

See more details on using hashes here.

Supported by

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