Skip to main content

Read specialized bioinformatic file formats into dataframes.

Project description

py-oxbow

A Python interface for oxbow. Read specialized bioinformatic file formats into dataframes.

Installation

Warning: oxbow is new and under active development. It is not yet ready for production as APIs are subject to change.

pip install oxbow

Usage

API Documentation

import oxbow as ox

arrow_ipc = ox.read_bam("data.bam", "chr1:1-100000")

# Read into polars
import polars as pl
df = pl.read_ipc(arrow_ipc)

# Read into pandas
import io
import pyarrow.ipc
df = pyarrow.ipc.open_file(io.BytesIO(ipc)).read_pandas()

Development

This project uses maturin and hatch for development, which can be installed with pipx.

# create a virtual env
hatch shell

# compile a development version of the package
maturin develop --release

# open the jupyter notebooks/
jupyterlab

A local build of oxbow will be added to your virtual environment.

import oxbow as ox

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

oxbow-0.3.0.tar.gz (37.2 kB view details)

Uploaded Source

Built Distributions

oxbow-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

oxbow-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

oxbow-0.3.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

oxbow-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

oxbow-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

oxbow-0.3.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

oxbow-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

oxbow-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

oxbow-0.3.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

oxbow-0.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

oxbow-0.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

oxbow-0.3.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (2.6 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

oxbow-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

oxbow-0.3.0-cp312-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12 Windows x86-64

oxbow-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

oxbow-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

oxbow-0.3.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.12+ i686

oxbow-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

oxbow-0.3.0-cp311-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

oxbow-0.3.0-cp311-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.11 Windows x86

oxbow-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

oxbow-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

oxbow-0.3.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.12+ i686

oxbow-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

oxbow-0.3.0-cp311-cp311-macosx_10_7_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

oxbow-0.3.0-cp310-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

oxbow-0.3.0-cp310-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86

oxbow-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

oxbow-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

oxbow-0.3.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686

oxbow-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

oxbow-0.3.0-cp310-cp310-macosx_10_7_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

oxbow-0.3.0-cp39-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

oxbow-0.3.0-cp39-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86

oxbow-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

oxbow-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

oxbow-0.3.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

oxbow-0.3.0-cp38-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

oxbow-0.3.0-cp38-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86

oxbow-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

oxbow-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

oxbow-0.3.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

oxbow-0.3.0-cp37-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.7 Windows x86-64

oxbow-0.3.0-cp37-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.7 Windows x86

oxbow-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

oxbow-0.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

oxbow-0.3.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (2.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

File details

Details for the file oxbow-0.3.0.tar.gz.

File metadata

  • Download URL: oxbow-0.3.0.tar.gz
  • Upload date:
  • Size: 37.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.3.1

File hashes

Hashes for oxbow-0.3.0.tar.gz
Algorithm Hash digest
SHA256 3c382bc53d977ab832da24ffe3f565eb1633dccb64e37a5f681275550c0e0beb
MD5 b7355924c40118d5c30cc6e16551da2d
BLAKE2b-256 7282566bbe4a0e989b3ef6a31a9768d1fd46bf40d7eea87159ab7110fff84e7c

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3cc660e7cff49ff30ab0f12f7c42e61448db877e8a628207f91f5604deca84e6
MD5 6351f8d3b92bee11271485c4c503eacc
BLAKE2b-256 2304684a447e8a52e2ad62c1fab9cbc939e1d4b876d60ca266daaae6a6553475

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8cd622947b1302330bea637a097de3d772e867dda2ae7fd3ec8360c81b188b36
MD5 d5c5a2d71ccd36524186af4fbf6ea476
BLAKE2b-256 455ce39fc424a9c5408a07424d7f7e7b21b644589cf8c0245c1ca209ea7fbd58

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1ad02dd576716088941c89bdb0dd1ea2ee13709ed4144688835cf2abec7d3172
MD5 8038d2b945088732ed1661e099825b3e
BLAKE2b-256 3056ce9636ef9aadbb3aafdea3d7c271ad461673b4257d2a6d9e846193bce815

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c013a78f79440a30043908f8a503e65c384fd78597e92647f0e108083be39c57
MD5 92b5eaf60ee1e46bd2864862c6030e3c
BLAKE2b-256 b5cecb4f673fb09a2f475b4cfb5a3bac81999d86683e5fa747fafa82829c09ff

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 393f63ad4a644e3fb3a7ff26c79b92f7ed90b728a458b33116ac78932720a7f2
MD5 006b0a9dddfd051dcafb97bc8e20cc9b
BLAKE2b-256 7c3c9948a42477c2e8bfbe2cb448807cda8e3ca029291ca3128db1f627ff90c5

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cb354922ddfeddb200721161be431aea075c72e4a18bd5afcf301951985a8c0a
MD5 b218cda686f8b24a702d0ddedcdff18a
BLAKE2b-256 9cbfe7c1ce92e9d5af84d2d79971f6962fea0f750aa422cb38fc2421fab0b0ba

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a2838000964adf6428730b5c824559df0fd47b1ff47e895ad07ff139fccccbd
MD5 9a5e991ad07f0b08871315bb6ee0d0a6
BLAKE2b-256 39ef6d67bd33db83ba84efa47d4fe9bcba45e044cacd0d5fe2e28e66a56476a2

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9e692b266092dfb294027469e74da97b9914762095e033ae49a2fd46a35362d
MD5 4c9ddad8f097bd1428b5058fd8117103
BLAKE2b-256 c85feb13aa8c4dfde442b4d52caa541c86b7231be82a5f4bc55fd5c78bd8a2ab

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 de30d9e03e42fd9f8b964fb7212f94ef996086ccf3f5ec784836841e7f67dc18
MD5 7d8d6d132b2fa8dccde524183ef0d6dc
BLAKE2b-256 b9394e20626650e990f166c0755b5054bc655a108c2f299bf0aafbedab6c0b50

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7211e272d11f245cf7f8f3a0bbd8bf8ba1fe1cab5d2ef1b1db3e147edb4b24b
MD5 5591c48fddb5de972bd1cb0b7ddbfc71
BLAKE2b-256 f40bd8610cd5e49f9a9635a0ecd33e530d3ac6875fbab8493dd577530b7a792a

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f7aa2cae362dae34db2dcbdb5a73b5b495af00901124fc4ddbd51031e417aca
MD5 294ff7220d37f88b40063465d210afc2
BLAKE2b-256 19957e8037d0e7aa7eff98533d1ecdfa0dcda2b129304b0481516fbc8a379af2

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ed55a5405a7269952b34cec5be6bea5b33e66f82530a0291728653ea41ed9a3d
MD5 6eec65c56e3d2d47b81028ed7b6de0c8
BLAKE2b-256 d9cb965fbcd8b55918932fea30e9c1fbc14e1a8f0dfc529dd7c3d7e3339bb2ff

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5cb1970c9097a30dd060e12fb45babe1d34e8534113b37dda4be7ddd68a93372
MD5 b6d13128e9c2b5a6adafaf80b86db0b2
BLAKE2b-256 f3f56fec1bc4b7d818671dfe80b949b87e3b5da75a9f6b5d9456c976e72245fd

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp312-none-win_amd64.whl.

File metadata

  • Download URL: oxbow-0.3.0-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.3.1

File hashes

Hashes for oxbow-0.3.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 9f8920805db57d9df111cecb5d5355b3abb1de2dc655f06afabcb8e661b80b92
MD5 8bfec43a6d860b4484bda418569ecf90
BLAKE2b-256 860182bd9fc8a9011c50d04c4d8eee3f65924c661fd9d530d3163083b5307492

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a18f719c58ffe22ef354cad7b5a851a62e520a8fb83c88a3a2e435a2b65df29
MD5 2b38dad08cbea67eabb51e81c094002f
BLAKE2b-256 8cfe65e9dfe2370a6b0031fa9f9e0607d7343a4eda86b885f116b8af09f10c95

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf869a04c95ef917a4757f9ef8c1d3800a02154c6917ad8580b094211c51e0ed
MD5 4e65e2cc41ed3c5cdc6bf1d35547faf7
BLAKE2b-256 37d55bc22cb678fac7a998633b77aabc740237757bdcd259f4d37988105a9658

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 572586f23e98b2569845fc9830fea3e35b80817ee8e0ce54537cd3fcf9057a08
MD5 b68cee5d9d7d96a308a13327e5187bf6
BLAKE2b-256 4c191d3ffbbbbabaadd15b289d55fd366c998c276d1371f28a1f62bfd1c6fa43

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f98e402aa5401d79e3b3821b53a729abfb174fd72635de9cff08ade0c755f69
MD5 abdfa858393ee62e9fe2303953d6d0a5
BLAKE2b-256 4d5bab0f963fbbcdadb5f3e632e5e8e3f83f4fdf8048141fd46d4d5deacd8d93

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp311-none-win_amd64.whl.

File metadata

  • Download URL: oxbow-0.3.0-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.3.1

File hashes

Hashes for oxbow-0.3.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 fd10ad8f94b233e9cb303b9e4eed1bb403f9146928e45852349b73fc53528d68
MD5 dca1760c737b121beb707530741e11a9
BLAKE2b-256 5596256533f0122cad43e62656610129c16f2bcdf1c0c65ae5ff1aee32bf0edd

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp311-none-win32.whl.

File metadata

  • Download URL: oxbow-0.3.0-cp311-none-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.3.1

File hashes

Hashes for oxbow-0.3.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 efb384f12c95effceb2b998a82c877333dd9c74e2f3da7007f76fb5976139ccc
MD5 cf3b73c798337be1cbef8f231733c814
BLAKE2b-256 714970e0cce9d9c0640607b134d143f8e25b41789141a1e6744bfe144fa4e5c3

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1378052f6391c0d097b11091f318875361f6acdfb86e843ab1922711040bfb5a
MD5 a23ddc727713746c918ba80a0b9867bd
BLAKE2b-256 c7e0f258a31081862d3036f80278b77ff46e30b5d94fdc10aaa9fd5094754c9c

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e609ae675e13ed86ee1dd726cb35fde855daf6a86177e076c1d7a566a8d454eb
MD5 5a70ac04fb80ad2359a4c49eaf1c9734
BLAKE2b-256 037022a6d4e1494fd9ccc597f4fcd849f955303d496ad793edb479897acf18a4

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ef9b3e03056169d06242da4cae8ecb300fe0f8b309184048fe5fa3ae6454fffb
MD5 1d5e61beaed9d8cf5c6d8a51abd01855
BLAKE2b-256 4191d6a85495afde7362c5e6fa9c11f54ff8076980dee22b3cb75816432e1c65

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93e03b7f73d09d5465723109ada1e7dfe22fa825be4015dcae475ec1c73c7cd6
MD5 1edb891478c0abaf83332a27e5fbd1f8
BLAKE2b-256 6c207ce58becd8fd4fdfa7c3e6cc101ea20dc175432fa8931ede11b0ed896651

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 b39f6cb16f914408eea67f9165dcf007334e7c78fc7545db90e4984d252b0386
MD5 514f6d59f7dab8b9b957a86d251fdcb5
BLAKE2b-256 11a283fba6aeab5a560b73eab2b4b9a0d2f2e01296914d59974750fd2c604824

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp310-none-win_amd64.whl.

File metadata

  • Download URL: oxbow-0.3.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.3.1

File hashes

Hashes for oxbow-0.3.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 7529bc9569ebcfd45acb56d39017c048e6de82fd105b057b06d0ed6f14aa3e72
MD5 f19c6bb9ed703decf39bcb636c7bb8cd
BLAKE2b-256 04f89f4a52c9a52ce66570d1255e3b8a22fcbc3670d5617f1e68769d5db00536

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp310-none-win32.whl.

File metadata

  • Download URL: oxbow-0.3.0-cp310-none-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.3.1

File hashes

Hashes for oxbow-0.3.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 c35011f6734123a9b93a2cb08ac99686f10240ec7fab1c1286e554ab78da713b
MD5 6e7e800418600e72f8a9bc382f647673
BLAKE2b-256 c8e189c876395bfca646e58665a35338ca9c68025f5038c8d65f207e60ff71dd

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0305d6ea45ce844ed2c0501c96c555c72d11cc2ea994b8aadc3b978375e9e00
MD5 cb3f07b3c2f15f147bcd77326f6de4ee
BLAKE2b-256 77e77c1c475a31e2c6b80ae471385ab016d9bf8967a227fbe4da28da1ced410e

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa6ce302309862b01ff392d0b48a1db83037f832f3d6af90d1ed555599f09134
MD5 2aea72c8f15d6a04f0bd358bd3514290
BLAKE2b-256 e8326bc84db3709bbb1f3011279e299fc76825eb5675777ec9cdd6a41a4055f3

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 156588d1d5183a4c28be4ebf46116bad0824e17fa161d30a424b6e5a37d1c45e
MD5 4d90ad14388b4a1be7df3876f72d2b3b
BLAKE2b-256 580447542b750933b342f96432baa79d93f066a9f7d384ff0e29c5e6fef68270

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7181087fb2eb78ba1570fff65e607751cfea26271e25cf504dc519dbe580ce6
MD5 92b4073f54e10f1a7c35628c7159e675
BLAKE2b-256 a033d2506f0c29ddc439a8b199c58e396044e148f787e4b80bb208cc47327f14

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 8123f3a7ad8416998de99a339ab28ae43208f2f6df1b04dc7c0160ede0b4085b
MD5 ce747fe6df637ef9c161c34f8d987d08
BLAKE2b-256 99498436274166313b15649e905f7c8b046a58cc1deb4bccaadd79256a9cea26

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp39-none-win_amd64.whl.

File metadata

  • Download URL: oxbow-0.3.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.3.1

File hashes

Hashes for oxbow-0.3.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 bb1fca5275e372c6445218d66dee96beb6191a46306f9ebc1c5cb399c3885244
MD5 3adf907bd43a98d9db58c7c917321fc4
BLAKE2b-256 ab2b0785517863b88d4f7c12573c917f07e69d745bbfd2977d2721b8e0d2859a

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp39-none-win32.whl.

File metadata

  • Download URL: oxbow-0.3.0-cp39-none-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.3.1

File hashes

Hashes for oxbow-0.3.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 f97ce68fced8e0b254734dfb912552de71ee20d81cdd023a251deaa77d7d66dd
MD5 6b9ef5d3aae65e69064357dedfec8084
BLAKE2b-256 c52f5e49100925e86bf2256ed7dbfde2c1303ab967d3ed2ad02210ada4e2aa1d

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ccc9beba8d1c6b8c444ac52d6d8e13670289d9eb71e61330af01f43be800ac4a
MD5 972f63d59333f9fa8b4b19e83271affb
BLAKE2b-256 d401dd6ed4961a39a07223a6af44468b3ee83156a6296b6fffb3d3761a3f1271

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db093adee9a4abc3de1358deb0071b83f949bb776d6bd1e435bc46a7bde98581
MD5 079a8417c85b1a09eccdc1cd36b2c9a0
BLAKE2b-256 1dd3553fcc15dc544036a68a4859d20501e490cc9f3e7559d496d24844ae778b

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 61e91ca73aadfce032c14e77361677b7b0bfa2ffba7bd7bf42fbae23f20cd599
MD5 c5176453b88b12c7f4c8630237417b88
BLAKE2b-256 717854903e378b562e257db6705c3a39756bda1347d1a52a955766425a74789c

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp38-none-win_amd64.whl.

File metadata

  • Download URL: oxbow-0.3.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.3.1

File hashes

Hashes for oxbow-0.3.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 f021033db74ff545d5190f47c9f5e5486e803fe592d388c6aac39b371c40c43c
MD5 d31b3ae8955d181ec392d93ebf1cf91c
BLAKE2b-256 35ed8a0628ca2fe6905abff559586730b1982f2a8df757b0b05f84aa97b11cd8

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp38-none-win32.whl.

File metadata

  • Download URL: oxbow-0.3.0-cp38-none-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.3.1

File hashes

Hashes for oxbow-0.3.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 68d99826ddcb0ea59d237382b6bb7217722c3247cda7c40b7ca9dc0245614705
MD5 15bf87fb36b127e6ee3c5688b9a7b903
BLAKE2b-256 2e99e5c51b4b70619e1242c086c52c5b3b068bd2adaa1f59807829b69a56fbdd

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68b2f059626b994d81a312c7302fe8b7e0b527e37fd1aea7d79878e89874fbc2
MD5 2d0e32d302017d262e37435d2fa7a965
BLAKE2b-256 8728d1dee802ed373bbcd0b8edf7aaab2a0dea5994ef70511dff8d7a8d1b704e

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fa5d367f3648abbaabab4a03ee004be39c4aebe3b2957f2726833b21de79cf12
MD5 b3da88ad825efabbdec38cd2b13d7dba
BLAKE2b-256 aa2457919f417efb480eb8f27d5acccae91ff9ad1c5dc5b474be28a6a34c1371

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 524e39b46af3a8112777fb6ced48fabacd87d41cf379f61d7d0437435c503ad5
MD5 e61c0cbe393add5bd87601913ccfda56
BLAKE2b-256 2010ef66213305f79c28c6d82247ef22440dbd4add8b52d2fd747594cd81211a

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp37-none-win_amd64.whl.

File metadata

  • Download URL: oxbow-0.3.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.3.1

File hashes

Hashes for oxbow-0.3.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 814563a15f136d1bf9c079f16143aa587b018804ccb90df023bcc9cade7a9323
MD5 63dcee4bbd4c218472f5a1f2d4a287ed
BLAKE2b-256 f340366ed7c461a274d923d68026e54caea65beb1028026f9c209bbd3e5c0d32

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp37-none-win32.whl.

File metadata

  • Download URL: oxbow-0.3.0-cp37-none-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.3.1

File hashes

Hashes for oxbow-0.3.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 853a3eb50f28a7095bea694ba6f42b6eef7b29d09c2336e61eb0a26bacd9fded
MD5 9d853723cf58d759733b8d17f594f724
BLAKE2b-256 eac91b8a06410e9aad9e7cf55089b3d77a5015632bdf8877df7f5f3011b16d4b

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9c06f03f72596cbea2e553c0b12fd45a0578fb3a29d0a09ad408d2d63eaea47
MD5 b2707a69b25841277105c72e08ae5ed7
BLAKE2b-256 a617d6711b33b527d4f1df4d7ff84a20debe67cb72048cc5abd8bbe00006f5f4

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf999e5cacc609c48173203644956d543936aef5289c1643c3aad612197a8345
MD5 e7de63581a279a071ff84b8e0304a38c
BLAKE2b-256 77095f31733f3e121a91f86a12d7cbe131a8a2ede970b56ba344560ab23e04d1

See more details on using hashes here.

File details

Details for the file oxbow-0.3.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9332fa8e4d9cfdb3bb36795c4d3a08b5f821c728e1b1301071114d4d91d10995
MD5 f9e3841c20a777d905dc73cf5d72de09
BLAKE2b-256 067c6c6153796be1c6a53c6575148bba6d7d28c268f5bbde90c970bfa812a1e9

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