Skip to main content

Tools for manipulating biological data, particularly multiple sequence alignments

Project description

Build Status

Read the Docs

bx-python

The bx-python project is a Python library and associated set of scripts for rapid implementation of genome scale analyses. The library contains a variety of useful modules, but the particular strengths are:

  • Classes for reading and working with genome-scale multiple local alignments (in MAF, AXT, and LAV formats)
  • Generic data structure for indexing on disk files that contain blocks of data associated with intervals on various sequences (used, for example, to provide random access to individual alignments in huge files; optimized for use over network filesystems)
  • Data structures for working with intervals on sequences
    • "Binned bitsets" which act just like chromosome sized bit arrays, but lazily allocate regions and allow large blocks of all set or all unset bits to be stored compactly
    • "Intersecter" for performing fast intersection tests that preserve both query and target intervals and associated annotation

Requirements

Build currently requires liblzo, e.g. sudo apt-get install liblzo2-dev on debian/ubuntu).

Installing

The package can be installed with pip:

pip install bx-python

It is available in bioconda (recommended):

conda install -c conda-forge -c bioconda bx-python

It is available in Debian and Ubuntu:

sudo apt install python3-bx

Or can be built from a checkout of the repository:

python setup.py install

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bx_python-0.13.0.tar.gz (1.9 MB view details)

Uploaded Source

Built Distributions

bx_python-0.13.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bx_python-0.13.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bx_python-0.13.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (969.7 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

bx_python-0.13.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (989.0 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

bx_python-0.13.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

bx_python-0.13.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bx_python-0.13.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (968.2 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

bx_python-0.13.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (987.4 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

bx_python-0.13.0-cp313-cp313-musllinux_1_2_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

bx_python-0.13.0-cp313-cp313-musllinux_1_2_i686.whl (5.6 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

bx_python-0.13.0-cp313-cp313-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

bx_python-0.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

bx_python-0.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

bx_python-0.13.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

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

bx_python-0.13.0-cp313-cp313-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

bx_python-0.13.0-cp313-cp313-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

bx_python-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

bx_python-0.13.0-cp312-cp312-musllinux_1_2_i686.whl (5.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

bx_python-0.13.0-cp312-cp312-musllinux_1_2_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

bx_python-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

bx_python-0.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

bx_python-0.13.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

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

bx_python-0.13.0-cp312-cp312-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

bx_python-0.13.0-cp312-cp312-macosx_10_13_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

bx_python-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

bx_python-0.13.0-cp311-cp311-musllinux_1_2_i686.whl (5.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

bx_python-0.13.0-cp311-cp311-musllinux_1_2_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

bx_python-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

bx_python-0.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

bx_python-0.13.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

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

bx_python-0.13.0-cp311-cp311-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

bx_python-0.13.0-cp311-cp311-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

bx_python-0.13.0-cp310-cp310-musllinux_1_2_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

bx_python-0.13.0-cp310-cp310-musllinux_1_2_i686.whl (5.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

bx_python-0.13.0-cp310-cp310-musllinux_1_2_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

bx_python-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

bx_python-0.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

bx_python-0.13.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.2 MB view details)

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

bx_python-0.13.0-cp310-cp310-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

bx_python-0.13.0-cp310-cp310-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

bx_python-0.13.0-cp39-cp39-musllinux_1_2_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

bx_python-0.13.0-cp39-cp39-musllinux_1_2_i686.whl (5.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

bx_python-0.13.0-cp39-cp39-musllinux_1_2_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

bx_python-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

bx_python-0.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

bx_python-0.13.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

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

bx_python-0.13.0-cp39-cp39-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

bx_python-0.13.0-cp39-cp39-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

bx_python-0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

bx_python-0.13.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

bx_python-0.13.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

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

bx_python-0.13.0-cp38-cp38-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

bx_python-0.13.0-cp38-cp38-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file bx_python-0.13.0.tar.gz.

File metadata

  • Download URL: bx_python-0.13.0.tar.gz
  • Upload date:
  • Size: 1.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for bx_python-0.13.0.tar.gz
Algorithm Hash digest
SHA256 ce04696543367efc6b7995d9463efeda691b9a58f6f55a7bd831e642159b0644
MD5 c5fbe624944d429af77b3f77c97a9523
BLAKE2b-256 6214ade75855624c63f0d8e65e339f134158da5da551c3572d90d14f535b5962

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 263cad145d277b806e57765ec516a42e5cf361f702501e205ae485df416bc49d
MD5 c64540adbb85ed35cf4cdd1f37f8cacf
BLAKE2b-256 4d17d3796d5852681cc5b52c21cef5957e1283ec9d8332248c97ad5d52d31ac0

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 027886aecea655c61cff890ffc8857a318d864fcbdb9ac18656a210109468e5b
MD5 93c6a456736aa705cf2d489aace564ef
BLAKE2b-256 3e9e49a8bc669faed357cabf6b2732f7810f1df19480bfbdc1d7cb14f4339941

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 487f4c4263dd98ae802162d236ec962dea5def0b569a6738f368e301a16188c0
MD5 0176d20c58a320a2a4c8dc4cbdcdba02
BLAKE2b-256 2c81db87dd03b0669b503fe6c2e4cf5c30e240cbedcb6d1051fddf3b23f963f4

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2e357780e9dc44cd569ab343768db3379ba82d045add859fbcb03fab29c0a92b
MD5 d64c0c0fa5aba8663ada3a8942fab4f8
BLAKE2b-256 d22835e8f0c3d05da98ae950c48e04019149bd0ac1daaf95626a49358dfc2638

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d47ebc45d27d1e7feebc8e17f92fc884ce7470e7462cd5a0b01758bb418d68c1
MD5 ecd0063c229d0ed917df9a99b29b59c8
BLAKE2b-256 2aba24ba9db8917fe0eb5e5f5172a9352d56703a0e6bd58e2f924b3319823091

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 37e637a63e495363c7f7b9bcfc4bbb9c0433e29170ff7115ef3f42f582cda586
MD5 830a175342b7819998b9b678af87d6c6
BLAKE2b-256 a999c703f7b9efcd397bad9b8c21bedb006edd3f8263179d8edfe2c7b6f979e6

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0abd973e5b83bedb5fab89541d6d7a55d26d9aff444f62ff84e93c97546fef0a
MD5 103871cd9d56e1fd31d494feda328c3c
BLAKE2b-256 f92ef42211c3447f6d6bb2b0d9cf7e0f325c710fdeec8e1774f8f2e67b753e34

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7dcde73f892578712b573a1096df89da67b2928257d2178ff1d42756f838f1e2
MD5 ff4065b3a6bc16385a26505546499792
BLAKE2b-256 1f963879141175d51cbdf19fe988ab2ab7a323bd2d63fd627d8c06b1fdea961b

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 52978296d09960b3970c3588028beb1c7c0ef36ad7b5fc6579128d8a3d3defd9
MD5 68225381ee85dfec0461b08531a70f48
BLAKE2b-256 4b35fb6f3bd5e097685f6bb19c77d00f3a9bb62b32057c3130090e1108a90aad

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 232dc76504ab4073c48bb0bb8efde036d4a85faa2368358df666ce63db845482
MD5 866cbccd2800196fb11b5cad0324e2b7
BLAKE2b-256 c6d293c30ab28ae6d908e024d8ccf3e0ff920265a7fd43c932e9e7c21560001e

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df6517076c1da9188575bf10be53f8f2dc7abc66ac7c238cc04be46996e1a32c
MD5 28c4b8d5a8fe50ecf3e19c90c682405a
BLAKE2b-256 cda484cfcc343a7c1f960e715849fc7b667815729dfb4f793b65cb9f250b2c05

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba881ab6d9280e9b337942c973ca34e908f47b50f559069b1de959706fcd9568
MD5 1a5f2ce96f13ab5621168a066f44c7c6
BLAKE2b-256 a8b3aab325c4f9e6bc51e171c6913cfd6aa99e6845d8dde41152607b515b2411

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c0f9f32435bbc00a72f7d91b8ba3ef9bf211bd495b4bef7ce0e2930dfd00f5b
MD5 2ffb88af4f4bd46f3eca04daba2ad102
BLAKE2b-256 692878bd484cd650a7b34f7cfba5f9ea1258550ff87666db6709d7f010a2dd07

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e5a82e45f56f01aae175c4b4fa4730a1d42f7bbfdfabc5b220af2e72b75f5f5a
MD5 771cb3609bc0bd9329fbc63f86601e5c
BLAKE2b-256 cdbcd3efb13e83135573232484e784ceffc01bb7ae0b6f9f8d64c643c6dd9335

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 645734582dec4e2298f6244c69f2b24fc6598a08e0b37759577e78318adb1d63
MD5 2df4dfadf22a6a7ba75122ce4a2c81a9
BLAKE2b-256 5562bd84c98693e7a99525527f879b2cde1f81ef79d41702260b0efb9ba0cbab

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 635a500ac3883234175061d16ea13bd04a394dd7a882a8f1a3b2d7e1b35b457a
MD5 832031b4027c50b362dab3be7269c8e5
BLAKE2b-256 63c3757e194ba27d49a3af7b3ebf32d8bb97019da113dfa4d28def32c8001441

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bbc5c3c1bcfc69be53883773946037bc6e17ca0a3cd682fee54ada533afe5ccc
MD5 a528948dff93166a914119e2cee6f179
BLAKE2b-256 5b21eb72d881703968f8b36a6a4f748cca0eb9a199ec959849e895144fd6f137

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 102069d7f8657d0f69a63f6186bf289481a1dc4a2614392cc125b31e788ebd2e
MD5 001901d8db788c055246ad12a017420f
BLAKE2b-256 c8216270476a0d07f686d9aba19b7942ebf341e0636f0e070c6e2610fc5c97fd

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d874c66b8bb811c1117a55b5a698aeb774908fb5316f5acbf008c68cc324ec37
MD5 6c44ff1d205b53221c7be18bea9ba619
BLAKE2b-256 cf319abb4c42e1893f09e8f050d4bf50575900e90efe8c96f18d178024fe5645

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aed291dbdb3439cd9597bdaab24f7de280d3cad04985eff86855659c1f2883ce
MD5 ffb4694f3b5cdc5a86daaf20059112a6
BLAKE2b-256 03f23312ee648bf423d9f77a230a181b111093960dbdd88636c7daad47c0fcf8

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d56811a7572fe98891badceed3fbeb11a0f9c1588153a39b7fae8d17a9eb07ba
MD5 c4158cf217e2896256ae0d5ef969216d
BLAKE2b-256 6f3bbdb374d4b5a28db82754436aa7f03042dc97e232e29d359c48b9e1b8f15e

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 213c18c76a22706c22e2f2a3630da0306e8ab3f8d3a8a079072b9f5151e30660
MD5 8f3fbadd4d93fdbd1039e81e4784ddbc
BLAKE2b-256 64d909f9a25fc141d44273f1c7d391032be0437a56566f9c4d5359d19d6cc83f

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5f98ff1b8e151dde9d7d1204ba6139eaa8aa66db3f5b2a6c7d4ec5aec181a98
MD5 4893eda8d0e6196c6000f93da22ac2fa
BLAKE2b-256 39de497c988a1fef3296a0d1cb34b83c1e9f574a472a4fb04e6588b992b84500

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d1f10e05262656960a4102e5ae3f7d1fe15214da48ec5a8621a0f07a70132c52
MD5 336b68d75fccc1baf88f7cb8d22783d2
BLAKE2b-256 58daae9591a4b5ffe5711aa677ba8f6a98176ae577223032ded9515bdf80b366

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53b1b3a684ba49ed1d709aadb431cf8fcecaaca8e998fd4d8b3de30ececee468
MD5 6e2d75ca5b3b59d090b1eb62db772c9c
BLAKE2b-256 44f8f5b5ff8334289f9dfb936a9aab0733d80b535c8676bf90e4888c0c07140a

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 820209ca91e34565e3489567e1f719f8c8b8a12b0814694980a9ac6bfed73891
MD5 c3657fd9cc2ed3bbab9d01a3077ba830
BLAKE2b-256 a2a98383a1070537a835a37dd633dce8213e70c85dce0d45d78739b271f16166

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9ad912f7ee16108b24c1f9e7be9038bfb2db5251591f93e8797161b63e3cde91
MD5 7dd9996722476e195a47a64ba3da6cd6
BLAKE2b-256 103354b4fd25efc4cdb95173534e38ed26b72f44b1a83abd5765232b043906ba

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a9022d3c6519f95901682377225cec1d4ad4e69bb64fa1cc91618b28e91635d
MD5 45df5b8d50c4a35b1c06b6201649bc56
BLAKE2b-256 d99abc28e39933724979c02b464ad02d55c3e7f214a846f59139e394945eadf3

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59697dab1f324c3cfc96ddcb01a0cfd8d4941990f88b62380f3931a41d7807a0
MD5 146edb9d5da7a52379e2332e20667a8c
BLAKE2b-256 b827a7f90ee1cd160cc567c38790436c4519daacab16e6f9300246a0e95bb704

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a9ea44fc7625cd2e768e9842410f178803ced531a41b4a0ff9f0d496f0fab1c3
MD5 cb68ee721d97d460a781a1bf1fcf2905
BLAKE2b-256 cb64dbfe7292838a464cf0d5c836b5d0bc903d8e54e3c77c73d3fae38d66ff01

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42bc4af761f36743e3c0a2b5bb1e78664e9a2cc5c0cac5e7ba84f7c6fb3e1e8e
MD5 75b10b9367062aee7f5dfabed39351ca
BLAKE2b-256 add12ea92f406fe38e5c2ad699fe0f89f831bd1f1f85b659042daf1df1e15f91

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8dcd9f7facb13ce0163c38a431550420f85f150452ab802080cd1de20fe6292d
MD5 cf85f24ab26a59d24c3b2e1ca3714057
BLAKE2b-256 571c506f8024ff544ae6239a216291c39f1e86eb35d34b3ac3516214c881ae24

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb056c1f7bdd684d5f3f0bdc855993e6a75b76932ace977e7a06041571f39c77
MD5 3e2bfac14e67f1ea9ebbd49aaedd4998
BLAKE2b-256 27fce23209c71119f8eb4b5ef983e5f55ae59293def1537fc9747ce8762fe3a5

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 890e9ef1b944ec791493c6c99ca37ffa9ab81a5068c6d91b4f14ac6ce7b6b616
MD5 aa775c02a75783565b4c25db2ad05dde
BLAKE2b-256 31233b3c6934c74a7bb2251215ca66cbb5505346ef13de7673952dab112b004c

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a115fd511ad4e55afae210a6d1fdedcd150986f7ffcb7ab533ed2bd3fd469852
MD5 e7c1561560f5a246538b18bd5798f1d8
BLAKE2b-256 4e0b757e2f02e3313c422e34ad4cc75a3fe97cb8ade803b4407e74b8ff6715fe

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0c5cb28b2fd01d8121e30698827007529fdd0954667f05a729440dbe21f0788
MD5 f479a4a432ae99f54dc0537253e71873
BLAKE2b-256 62bb103f74da85f38d4b65cd5a8629d56083e5cd0856640651a8ec48d4e9ac1f

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6b66f8211cf19a84af75b117e0a0dd2990f8e8d2a9955f48dd3c7c813f5e438
MD5 fe34cd1b7edb25ff6c3b564f9b380037
BLAKE2b-256 4cd351da2c82cb09298ee57981652584067a4385027a25587d74582b409ee771

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e1d3f68aaa475e293a795485ee277489bdac90f1b54c5c71c87f5e3de42f8504
MD5 174a61cf30deb88b317de4d730b03c7e
BLAKE2b-256 e4c27d90bfca54cce6ee5f6d802880b6bbf192eb13f2433e47960e7653fdef34

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 782109f66fe2ecfd304696fa3a1fc2e86c87e20a680b822c8c720d741a4c9d10
MD5 eadeba94ed8179b52bb3554a7b8bde95
BLAKE2b-256 303a9f6e0c554d6d846eaeb76a09976fa4938e35d54df95d587bb32ed8978e08

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8011aa67cf55ee4412d8186ba09ab5a1c62b3648dcd65055b70bda83653e5635
MD5 fbadd6da5c230a506455d50839064841
BLAKE2b-256 1f97cb904f6a39755d1c637ef618f3f099f19a79e9d069ca9898baad9021f2f7

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb61c122dcdf03adaf3e54bd2bc707b82d35275db2b13a08f738cdbf47d03bf2
MD5 5380e35bf97e5d5409eb61486d220c6f
BLAKE2b-256 87955d4da4000aec87af200f183518e81a58ccb46c7fdef510244b2efa8b7de3

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e0849f58d600e8528468f8acbd6bd156405c9476d1aa4d7c2382928b98f3ffa3
MD5 c33ce8d011be37bff2bfefbc673dd767
BLAKE2b-256 1b66ab3e83e60eee6ae86f9cb3ac8eff1f0412cdc077e0739762dcd1156bdcba

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1cf5d6a85985418aeb33c7893f884657a3a2ce7139cbcd718f05b588b7c45ba3
MD5 cc7d9c3939faabd3af163fd286db742e
BLAKE2b-256 a3443c14ab529d03f5e32429f9cf7dcd8e78efc32b1a00d6a716bb429f1257bf

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b04e7a0c81d03386bdba953d9e513311ef10393ab13a53c2f048d32a35490963
MD5 54c98cdd19d2667c2d3f7771d448d908
BLAKE2b-256 f1c35c67905608e059357da9be93365be2299e07a793ffcc5fafc5ca05ebc210

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94fbb2d777588c3530aa8a8471c114a5835a53e0e0f1b4acbcb67d93680012ff
MD5 ef4d3476620177eba52d7733ad1d94a7
BLAKE2b-256 a491c0e1d3f7f47a30f7cc80e341f702f318ab1517d482cd8bd4bdd91356d411

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6de017a87e877dd2d4b0cff67a2c61f5243380e7cb4a9939ae729001fd3826fa
MD5 d283bc79befff2a71263a17438e27d88
BLAKE2b-256 119f5e46c71ce0854286dab82329d4e157eb7ecb976946824423dadbb2926742

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5e5dcd72be30ff56935d62e73f69fed4ebbf3c0751bdb84d5977cbff9b24708
MD5 629bb0335df375826130240ab25f0080
BLAKE2b-256 4db3206ce64354f59ddc06c00c62b99ce1cd14a99fb76878d44a0a8b15574c3f

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dc40c083ba1a1711673415763886f3c10822539f57d80a7a413d781517e5f729
MD5 dd4ae42d65d7963c4eee411b2ba90d1f
BLAKE2b-256 7c9ecd2441e93ac3371bf24fdaa4f66b21a77a175a8f5c3dbcb8865570570b60

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8afcd6db9aeeab8adeabfb9d24c76d48977e131185ea38c50b6082d33327db2a
MD5 ca73a00cfad1712d824c9ef0eb74161c
BLAKE2b-256 c02573cc9048109dfbe0d693ede407b6131ac9252873bd71ef3ad66b6d36c62b

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7e9c96c8aa2a0a77e7f6f643e3984776131e4dff2beda318b03918f47eb5664
MD5 affde4cbaad3bcf0a32de368f2663550
BLAKE2b-256 3797c385fde6ce9d68d4211d9565ea28acce4686884f6cd984c6cc8480d0d06e

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 719623f425de96d7bb08fa295ec4511fed15104dc8ef4a73048e519adc3304f7
MD5 3ff154439e8ed65d3367f81494697a43
BLAKE2b-256 568e1d1b7f93c653c297c53f9b7a46ee7bef499c1472a839094e3bc7b6eae9af

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbc9c7647b1a58f00a6ca45d58ce4a000a30b221f75d43198a58cc8e5c95a899
MD5 2288923957d21ec958a178f4389303ae
BLAKE2b-256 fc5aed75e594f2c457aad30c3d13e760d5a2a88cb9f8380aaa66580665c43d89

See more details on using hashes here.

File details

Details for the file bx_python-0.13.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bx_python-0.13.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 15f56541c233ab30a8ad2cacd87c74a937820270b5d080713bc5e5b2fb2b78d1
MD5 7567e75d7c4c1038f97dc605e5b4985e
BLAKE2b-256 9b815eda128047570738694f67694bfa44f3c8a3ccd613616532469c4b0c0bec

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