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.2.tar.gz (38.7 kB view details)

Uploaded Source

Built Distributions

oxbow-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

oxbow-0.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

oxbow-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

oxbow-0.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

oxbow-0.3.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

oxbow-0.3.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

oxbow-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

oxbow-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

oxbow-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.7 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.5+ i686

oxbow-0.3.2-cp313-cp313-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

oxbow-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13 macOS 10.12+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

oxbow-0.3.2-cp312-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.12 Windows x86

oxbow-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

oxbow-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

oxbow-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

oxbow-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

oxbow-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

oxbow-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

oxbow-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

oxbow-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

oxbow-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

oxbow-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

oxbow-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

oxbow-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

oxbow-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

oxbow-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

oxbow-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

oxbow-0.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

oxbow-0.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

oxbow-0.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.7 Windows x86-64

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

Uploaded CPython 3.7 Windows x86

oxbow-0.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

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

oxbow-0.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

oxbow-0.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for oxbow-0.3.2.tar.gz
Algorithm Hash digest
SHA256 7097d4a90ad8604ddd2a9fb084af9e091f798df1bc97ae366e339d4ed97cd83d
MD5 29dedf32bddbb2ec99bb1ed3e8c10488
BLAKE2b-256 279a12e2ddfd83955f21a2d52d33a2bd408c298c4f5997a2bddacec2a5eb03e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86aa0b2646b84ab735f13e78faf87fc6f9b82b33d4e0e8ba21484ba58a3da33d
MD5 6884436a2ebff5b614bdf6541678bfa0
BLAKE2b-256 ac290992c78572292ce5d7f5d7f97eb49244061610a6bae4e9c0b10c089a92d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72e894d499c07020875bc2c3138e32b6e4fc4e100e55f68094255230d7256848
MD5 00d5b4a5c12a12637091503a026e1500
BLAKE2b-256 70a1acfd89643bbb0087fbf68a1bf5f5adb3190602a00dd2db6d7d0c9e985ea7

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9e482687b787daebc2fffddb1815216c9258378c0913cc2a78e99488c06c8ac0
MD5 9e525400b6f386d59a0590a9059377dd
BLAKE2b-256 0a3affc6b432a0489f173d22502a514f1a40d6ba1be93a40564e5ffbba2af854

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98725ce35ef4fcec16af9a29516a3b7002410afef5c29ac10bfd77f4404df91f
MD5 d5f371f91a2ae5f4871600938eb26d7e
BLAKE2b-256 e64bc214e27f10af55ec1ea7ecd47bb64f66ec0aba78ef8aaf279d5365be49cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98a95b5d01ba33774d98c42d9e570ca062dccefd64113744f3e0a79a0b6f1e4e
MD5 db0b56b013dc43c4491a232695c5fdb9
BLAKE2b-256 9b9ab4e90eccd81d4396bb06f6fc53d08a946add74ecc57157f0067f09a8dd3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51524dcfec46ba2f331f13096f1a09bfeb0cc750ed842040dafaf4b2787a5c90
MD5 a298c55b53f0495f88e4423546a7dbc1
BLAKE2b-256 68123ea061c5ee470f90b725775b19acf65bf0e8b25d09ba696c3cf167bc4b7b

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8eda4a258f4cd538b6cdb400fe3c8181a027862eb81e8c402e9c9b897a85edc
MD5 55f18232bde4cb9aad2fb258282138a9
BLAKE2b-256 50d4442c708bc14d8cdcd5b8a6ca45f4b599d9d7030c99c607b628b369e6d949

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e6014c024c587f7ffc614aed665c1482066fdb9007236cbfd20da31d7a8088ff
MD5 97220089dd4020ee2c50eeee1f1146e7
BLAKE2b-256 52b234f8639f3beddac7dd50b1c9f5d7e41126252b99e4a3e33a9d335786aca4

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a6a6e3f3059324d970473b9335e37d326dd34d575e19337153abab3c8823e6d9
MD5 67bbbe32501beaff778008c7a235ad1b
BLAKE2b-256 e869810331087cc6a1c6ffd7664353c63353c89ab28b84957ec2a55196e64731

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b40fb947c0846d5a9abea80c59ed0b53d030b4760980ee76bb8d98fc8332d97b
MD5 875cc0ca1504159374a3aa0de7981c48
BLAKE2b-256 e5e20abb2a551e53dd8506e016c6fb4b1dd11d3adfc7ebb38be11e7e7a02b63d

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 52eefebedbe7ec14433dc07ef92675c1481446ef2f8c871b9d363df378f44892
MD5 a3cfa8b694a372fb0a970252c1cdac4f
BLAKE2b-256 e5036dd4d16ab4b47b5a0634922e8ac8991c9e48915798c9c2e29dd9f2242129

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oxbow-0.3.2-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.7.6

File hashes

Hashes for oxbow-0.3.2-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 c27ec7a2e4e85713c5127b0ad3ea6bcf7adf13dd23fa2beb3aab3df668d37ff0
MD5 62eac885461a4bf5f0821483d060eb18
BLAKE2b-256 3d152fbbdd4403dadf01092c23cb9a89d4d7d007b6568a232ff9d7424c95a9f1

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-cp312-none-win32.whl.

File metadata

  • Download URL: oxbow-0.3.2-cp312-none-win32.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.6

File hashes

Hashes for oxbow-0.3.2-cp312-none-win32.whl
Algorithm Hash digest
SHA256 523873bf1b882f72f47dfc5967191a67fcf1d49c27d639859221150f95529c6c
MD5 83f6577dc4eb8ebc0219fc00be8fa86d
BLAKE2b-256 f1d4e0f849fef0287a0ec45785531ce8f62817bef547de20c7bacc388db3193a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a0666af66efedd2ef4086a2db2768e07ff3e0500102998b60aec8d96ed2d836
MD5 ad8a512ff829a09132bf229a7f69dc36
BLAKE2b-256 22adfe6bad2387d01acea169302720422fccf540564f04796b797da1279d54d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 39bc908648f1ff6fe7d189a1dcb14021abc6e43dfdcee42c048dd57a29b41a63
MD5 89a83331a39175934af6c86d21ded002
BLAKE2b-256 d45fd0a70fca5f47186283ed05cd0b80bca6629ea3dec35e45dd82a0240e222b

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bfe4d90050220428ce6265421f33a82b009fc4ade42c4c221fc7b7e9a539f24b
MD5 1eb21cad753af104e3c5342ca20264ad
BLAKE2b-256 010cbb70795e3f4cefb72986713404cfd02fc88185700948ec307a7c90cbbd30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c67a439a419b27bfc5b4804749c0f1e01b44a743e7df76a43c1193e0e56088af
MD5 616885507485c24b46fd7b6eab6c03db
BLAKE2b-256 eeb0387d445e6846a2dd6d7eae76063bf9ee70ae2702cccfdef4507f85171b0c

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c8ab790829f7bb91e3930cc6bb5bc54a7b114a3c57c78321327be42e12064b10
MD5 556cf60462362d34559d4111b343585e
BLAKE2b-256 e874ad3c752a135a667c44778aee1146e3734f31f6d829fdc1eaa6798c36f5bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oxbow-0.3.2-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.7.6

File hashes

Hashes for oxbow-0.3.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 d2aab47b53be0b15c02fd6ed1d1b80bf17f5b40a8b5673278f3f8968dbfb4b8f
MD5 4fa01b4a03096a6ac589acad2f02e348
BLAKE2b-256 06107fda43bab9dc9d8c1652d05716951d520f33d96630bc2db3f5686d65f016

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oxbow-0.3.2-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.7.6

File hashes

Hashes for oxbow-0.3.2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 06c7f274c8f51590a14f0a8226eb91dd16ac59e75be086044900606300270715
MD5 c5553e3c7a464cd149a2dc28243a2693
BLAKE2b-256 0dbb149e36448060f816587c9ccdcda2c643d744f50214b80686f936a4d8e8c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7805247415757014e44d3d9f8ee244c909119e635167ebf8d980814ec4ea2e0d
MD5 baab96f537bdf08a32339549e95355c4
BLAKE2b-256 688506e3ed712307e6a81114ab9c3489eaf8dc38199763fe749d658f5a55eec9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4ba51a369798fb5c9156e3f1ce181c74047e1142a295d8da1fd66e864cd635a
MD5 19ec67f50ec81632b48a1bf46b1f7e68
BLAKE2b-256 493954666ee28ec2ed153df434f63dad556a813957c856b8bc730194c4039a10

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 229d7d322fdacfb5ce4733ee5e68f7884cc465733a9bf69b5a5457428cf51da2
MD5 3eef7290419557f32d0d271d9d45f03a
BLAKE2b-256 b22651efe203ba2d5764d94b9222771feec7a490a9af1b76d8734bd8f456e455

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fc7f600382b634f98bd0aec2e9e3fd213d4ab0b518a94b0a108a5468a26aedc
MD5 1f3932901491543179841a04eceeff26
BLAKE2b-256 a7aba7219dd464a342bcf2e650cb812fafbd36c7d4732cd4022c25a7001dc7b8

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a343a16727f33fcd38d1f5ae9db912489d602fa0aa53dd79199866e1c559b703
MD5 080e5b3c0f485807cd7da252ec02c604
BLAKE2b-256 cbb40d7128a200efe2723d309c8b5ca3ee06848867b8671457ec7498c0b2f64a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oxbow-0.3.2-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.7.6

File hashes

Hashes for oxbow-0.3.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 0b1db2ca5d3b8ac4154d4e38d5fc63f86ab14786f54a7d8bb66ba896f7859d18
MD5 77e10c40e36fb1fff7f36638b261185c
BLAKE2b-256 30d790389939ddd5a1dcff5075e3767ae5f5efd6696b27a28c223c7fcb8b7b16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oxbow-0.3.2-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.7.6

File hashes

Hashes for oxbow-0.3.2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 95dcf4e07a56c83ed61fa60ad3ce882fc99a7ca4d04e2fd60babe42651884250
MD5 e8e03047199526382b8124a9fc9fd4af
BLAKE2b-256 194d81443ba9c9cc64a39743ef48bfa6b64176bca420461cecb3ebf582346e06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c233da214240746290f345995df9bd3b90e5dc0ad248c5a86d96737249c28280
MD5 ddf738f6c848cbb370239d35330eff75
BLAKE2b-256 55d160a236b6f306e51318c9f4fda75eaae49d25b9554ffe2da3a26c52574756

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e28f4c27c5acc685ef965e8491aae3e9281fa8a6611684b778ca2439b3b5f40
MD5 4aeadda009955bfa1b1d5356cf6b639d
BLAKE2b-256 3803c7373876ac24e90a73a15a70b7ebc1cb19c31722eba6ab17fa7abda4d0e8

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9dbdcdb2c6c7cf2542c3a9aaa15dab2c61032ccbabdd5041204752871067ccb3
MD5 728deb0b73178eb1f2709cd4881fa5c7
BLAKE2b-256 2d250a26b3232ce27b3dc1f64f3389f9dafb339e818d9be2b3ae30d0b7ed9f08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f39cb5a91a1aaa655cd405c4a0e5492777880e45b943b2e0edfaf2a42b7a0b9
MD5 10d2b88f0d4ca9bc95f10785d8bc81c5
BLAKE2b-256 af7b64c0acdc3bb0bcbe810a9fee5511047887c4cc1fcb17118a23490601ff3d

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oxbow-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7a3b52acc0296df4705111b178ab7e26abce47aeb339928f91f358db984bff06
MD5 ee856e0d72f477f3b78138c867cdc72f
BLAKE2b-256 d0dc10db0bf0c58d23d22795ddfbc292a94e8dc0771c7b41416cd90deb6a7ad8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oxbow-0.3.2-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.7.6

File hashes

Hashes for oxbow-0.3.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 dd508cbbe7de43f2646756bc732571c52dc78e1342ae052bc0e6727ecdddab8e
MD5 930866eb5c785e67f66864565fffddfe
BLAKE2b-256 14ae64d49e14696d9e1452327e7382104c6a96acecdd52eb91d58b687ea5d643

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oxbow-0.3.2-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.7.6

File hashes

Hashes for oxbow-0.3.2-cp39-none-win32.whl
Algorithm Hash digest
SHA256 0c242bc20ca6ce1f3de3bdc8e4a390c49f02bb5057bea5d84b4cdc8c550db1e1
MD5 07e243511f3432bfb34cc06f3daaac8f
BLAKE2b-256 1d790c924743c02f70c9eb182ccd9eb0a8a71263ef0741f830a3626f086c26e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4be8fd895b5784490c0e4e69c9b7fb46e9152a913cec4f1226addc998a77e918
MD5 e011f067620f7047d95d53794bcad96b
BLAKE2b-256 b6256e10c81222f80e94853e70862623f93884dcd79e8c6c767b7ae63080ff1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ab60c2e195b4de8e219201643cb7d54c391049f5414edb336840af1bd27ad6c
MD5 24f27ccb5069d40bd692ef04efb98ec0
BLAKE2b-256 0931f5554c5b95061299e280f3f8c8e910713e5c23db4ef79efb6a700a55f776

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 618355e9473df4e052a01a0f38cf2ffcea794d19c0bbdc9260d32ae72d8d52e1
MD5 1dd33b927e438c7eb8d96d8f0b10e300
BLAKE2b-256 38f2477c56ee9d8afe243a5a3a677ff1da6b48b1863263f4c22b73d77b6a1a4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oxbow-0.3.2-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.7.6

File hashes

Hashes for oxbow-0.3.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 a83fa84b337ad294e555e1a7f76eaaf54baa64db4600238ae1d5e3bb1ab9145e
MD5 fcd667008cc4e0282455272ea1fdcd08
BLAKE2b-256 35a71aaf654938701bfc5786ab251962d4d29be2da4e2ac2fdb2e608f6611e45

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oxbow-0.3.2-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.7.6

File hashes

Hashes for oxbow-0.3.2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 94bc1a21d37bc5e86b62a73b465ba64a3892e6307f624aa9ba636ed29a118cf8
MD5 b23f72351b2407376ab1ebb5901157ed
BLAKE2b-256 bcbc376674f902411b0d1fcd46c7bea4dd16eaf084e6c3796e72aeefe3896f4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c27a51a33dfa3e64b113bc8d3cac6be8a1c56228c0c4866dbfa195fc76746d35
MD5 bf21e16e156f802bd84eb9747ab59949
BLAKE2b-256 de226a948cf0d53187e1d845bac6bf4f03db7eac0275d747ae1ce0fe463fe5cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c96ea7e4d7f14c3d1b304660706e692d8a726a9c54a7e10b5b20555787fc3034
MD5 eee9eb89f53c665677a4f7cc71d0470c
BLAKE2b-256 fd0e004b67da718e4a0c2d7edc102b0d2e72f0d8eda2fbb822064c63ec729fd9

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0e9cd0a58cd3b8f7ebcf011807883a881233fc732e89dbfac9210a2858dde506
MD5 c0e7e5851b21607183311eb0d5dc39c8
BLAKE2b-256 a590afd91b67cc10af82ecf2083fc477eeca3f73afe1ee1b8182904b81cba2aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oxbow-0.3.2-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.7.6

File hashes

Hashes for oxbow-0.3.2-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 8f27058bc24912e8423a69cd07b9789c734667942b81a045199c698804efc27f
MD5 cfba0a2a99bc697e0b619eae40c7195d
BLAKE2b-256 a8e0bd482ea6488b6f953d9a1273deec0495d927ffa25a05bf4f450817ee07cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: oxbow-0.3.2-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.7.6

File hashes

Hashes for oxbow-0.3.2-cp37-none-win32.whl
Algorithm Hash digest
SHA256 222ea25bbcdf5acb3f2f58b6db078c7fa0ec4a49ccc9705fb6e762d8a10487ce
MD5 5a0599150e914ef9bcade6a735d146e8
BLAKE2b-256 1fae566f068e716d5eec28389cd63ccbe39d42fb4aacc14e081dc5dd8a1f273f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9710ceec0abad987fd246e7f3b2373fdaedc0709503178509a7a89e7093a264
MD5 7b707b79c58b21a48fd1e17b2fbcf96a
BLAKE2b-256 9b262725c176faeea95a387772617813930244693c17314da5a7c23091e69494

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for oxbow-0.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cb1d041a8f66a9e93303ec324ddd4410c19fa1746ac23db358d62fd0469c0391
MD5 02a2fc640bcf3da8981276f2925339cb
BLAKE2b-256 07ef4aebb8e88d9166c2c899da94b9f9664c8979f564eb22bcb86633020fcd88

See more details on using hashes here.

File details

Details for the file oxbow-0.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for oxbow-0.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 edb66abfa172ded280441786e746a16a0c7a56b07c3f58daabbec1b41760810b
MD5 6dd74bb3c4244cb53519fccefb10569c
BLAKE2b-256 733242e7c240c43d2cd390e76b53a2e2be91f2320f638bf5bd767f2ad1103441

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