Skip to main content

No project description provided

Project description

dna-parser

Build Status

dna-parser is a Python library written in Rust to encode (or perform feature extraction on) DNA/RNA sequences for machine learning.

the source code is available on GitHub

Installation

To install dna-parser simply run:

pip install dna-parser

If there is no Python wheel available for your OS you can install Rust and re-install dna-parser which should now compile on your machine. Run the following command on Unix-like OS to install Rust:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

or see more options at https://www.rust-lang.org/tools/install.

Quick Start

import dna_parser as dps

sequences= ["agt","acc"]
encodings= dps.onehot_encoding(sequences)
print(encodings)

# Output:
#[[[0 0 1 0]
#  [0 1 0 0]
#  [0 0 0 1]]

# [[0 0 1 0]
#  [1 0 0 0]
#  [1 0 0 0]]]

All encodings with examples are available in the Documentation section.

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

dna_parser-0.3.0.tar.gz (24.1 kB view details)

Uploaded Source

Built Distributions

dna_parser-0.3.0-cp313-cp313-win_amd64.whl (268.1 kB view details)

Uploaded CPython 3.13Windows x86-64

dna_parser-0.3.0-cp313-cp313-win32.whl (251.5 kB view details)

Uploaded CPython 3.13Windows x86

dna_parser-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (606.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

dna_parser-0.3.0-cp313-cp313-musllinux_1_2_i686.whl (633.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

dna_parser-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl (696.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

dna_parser-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (606.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

dna_parser-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (445.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

dna_parser-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (492.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

dna_parser-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (514.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

dna_parser-0.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (475.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

dna_parser-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (443.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

dna_parser-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (440.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

dna_parser-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (384.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dna_parser-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl (392.9 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

dna_parser-0.3.0-cp312-cp312-win_amd64.whl (268.1 kB view details)

Uploaded CPython 3.12Windows x86-64

dna_parser-0.3.0-cp312-cp312-win32.whl (251.1 kB view details)

Uploaded CPython 3.12Windows x86

dna_parser-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (605.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

dna_parser-0.3.0-cp312-cp312-musllinux_1_2_i686.whl (633.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

dna_parser-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl (695.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

dna_parser-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (606.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

dna_parser-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (444.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

dna_parser-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (493.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

dna_parser-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (514.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

dna_parser-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (475.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

dna_parser-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (444.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

dna_parser-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (439.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

dna_parser-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (384.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dna_parser-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (392.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

dna_parser-0.3.0-cp311-cp311-win_amd64.whl (270.6 kB view details)

Uploaded CPython 3.11Windows x86-64

dna_parser-0.3.0-cp311-cp311-win32.whl (251.6 kB view details)

Uploaded CPython 3.11Windows x86

dna_parser-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (606.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

dna_parser-0.3.0-cp311-cp311-musllinux_1_2_i686.whl (635.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

dna_parser-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl (697.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

dna_parser-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (608.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

dna_parser-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (447.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

dna_parser-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (495.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

dna_parser-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (519.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

dna_parser-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (476.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

dna_parser-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (443.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

dna_parser-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (442.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

dna_parser-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (384.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dna_parser-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (395.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

dna_parser-0.3.0-cp310-cp310-win_amd64.whl (270.7 kB view details)

Uploaded CPython 3.10Windows x86-64

dna_parser-0.3.0-cp310-cp310-win32.whl (252.6 kB view details)

Uploaded CPython 3.10Windows x86

dna_parser-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (606.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

dna_parser-0.3.0-cp310-cp310-musllinux_1_2_i686.whl (635.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

dna_parser-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl (697.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

dna_parser-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (606.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

dna_parser-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (447.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

dna_parser-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (495.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

dna_parser-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (519.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

dna_parser-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (475.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

dna_parser-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (443.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

dna_parser-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (442.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

dna_parser-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (385.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dna_parser-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl (395.4 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

dna_parser-0.3.0-cp39-cp39-win_amd64.whl (271.2 kB view details)

Uploaded CPython 3.9Windows x86-64

dna_parser-0.3.0-cp39-cp39-win32.whl (253.1 kB view details)

Uploaded CPython 3.9Windows x86

dna_parser-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (608.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

dna_parser-0.3.0-cp39-cp39-musllinux_1_2_i686.whl (635.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

dna_parser-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl (698.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

dna_parser-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl (608.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

dna_parser-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (448.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

dna_parser-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (496.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

dna_parser-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (520.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

dna_parser-0.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (476.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

dna_parser-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (444.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

dna_parser-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (443.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

dna_parser-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (386.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dna_parser-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl (396.4 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: dna_parser-0.3.0.tar.gz
  • Upload date:
  • Size: 24.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for dna_parser-0.3.0.tar.gz
Algorithm Hash digest
SHA256 6cc78bb5803ccb175d34c914bb12ff85e7d5a1dc497d7dcd11211a9411a838df
MD5 825c762f5f71302d3cb3fc82c791f9c3
BLAKE2b-256 1e49dc2c01eab03dba7b2bdf1a2744a6620ae78bfb92292ba633efd631355efc

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9d8e1ba9b4ef8bcf37c157a9bf5198d0a83748999e0be5bd809d7c0cfe9ef9a9
MD5 19f9e8a04913843b023d2d9913cad8c3
BLAKE2b-256 816bb276345495aa4ea5612b625e831cac8e0c4393f7bf440e351809324f718e

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: dna_parser-0.3.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 251.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for dna_parser-0.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a181a69b242425773fc645244a4e9e6471192c65ca6ef79a6bde1cbe31fddaf4
MD5 0839e201f8dde57185a6ce6117f5b911
BLAKE2b-256 b65aa67b31e947503613dcbdab1a8c2bf61e42075b26d825d455320d8d345e77

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab71d56d411125ab2fbf002f0a742dfee9cbd292a6cfc9fccd75d827e2aad652
MD5 5e84c425d82db4ee9134df0d49cf4905
BLAKE2b-256 a7397e33c96deb641e7c3e5142e8654caba8f86f4258ddc3224c2086e6e3a26e

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5125fda779321f82b0cebfb05337fe3f91495604770ad27b7918a3d0796cd2ec
MD5 5bed1149f7717e981172bf5ac9fa4ed5
BLAKE2b-256 62755a9d4ca46d5bd66a5ab9d3cc91f8bcef8f87322b24accc23b3f72d89ba2d

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 89e1f311216fbc7c7626397d2e2b58f8a88a9cd2bf8ac3558855a5dbcbbabb59
MD5 1af3b89cc2f20c6afa4159012e98e3d3
BLAKE2b-256 725c0398c48c62679d15ef3777703f5b7f0a125e6b0d61a8c551f20debb5eea3

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4de8486d20fa1e2ee82ad0c6bb79dbff5c368a107f90d2cb4b66f1b00b0812ed
MD5 16598ea82f941f581fbcd50e95c8c817
BLAKE2b-256 65ff808303c122e8c5ed69177e6827e279a7d4e691a87678b2851ba8b458a89b

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78bba741c79b1ef33b1113d892cfa2c5fff6af1b1bd250eacab41b7f6d199a0e
MD5 9c3b2a63f112dc0c3cd8ca47dc07694e
BLAKE2b-256 eb24e0dadc35e03dff5a0f39af6f847c927d753c6395e46c6180b176562e6479

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8760b7e1aabd789e495ebfc9f237316a18f9dc3368c210a195c6efc32b538c49
MD5 e3cb274b02594e3d56f51d883b9bfe04
BLAKE2b-256 087531b0efaa1e1f3ab7ac28baff791f63af98566b9d2bbbb7c3ec47fb998bf9

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8e91931cb835eef78bf4106f8acb676c1dae5b0f0835140c984af24ee6e7bf83
MD5 fed58e2c3f37dd6b52910287b89f7047
BLAKE2b-256 37de8e09c173b3835b0680709f06e25fb375279119c6b571546d9be8bc7e7d67

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 90fa5c7c0a74c7e8f9c0e4b9558b7483e63993ce9ddc2ae2b45ef6a93f5ceb63
MD5 78bf3bf19fd5482f4560102501658c72
BLAKE2b-256 1d9b9db835b51ff93658841991aa665f42e9f4c957fccc284531a0a50a152ef8

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a827fc4e16dffea132f4ac97900ecdc440933ea21a8fd681f06f28458cc7d992
MD5 ac9515f9dfaf6b11c5ee0e3e7060d84c
BLAKE2b-256 e8a258dd2da39eb9bbc2f128296e55dfa73bf317303de45f531901e7fef9a200

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f109dd545d2dff644d25b757a9613751d108fa7aa18f15175acb34ed32ab10c
MD5 82f39fe94bbdc7c26b12d7e571f2ee08
BLAKE2b-256 87df0aa12b3e93a5ec4dd3a6b781eafd1f3a7c2dc16d35947bc4df8530d3aa75

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f06b6b65b2661f1a0933f299c2bde112faf12ed8dd2cbe81837c8374af18c43a
MD5 06958f963dbe4d74e430d4eddc7e24aa
BLAKE2b-256 83eca368933119320f91ac42e9a19a3cf0968d4371a1c792db3ee90b36b0af81

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 44065a7c61977ef524bc52762e550cee2ab127379e9a49cd564b52228730b513
MD5 4a90fd8589a1a3155e813731ccf9fe1d
BLAKE2b-256 349ef8bd3c0adc0d1d00a26ff9c285d492d06cbe94f758b21c6fb1c4abc3a33d

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9b12547d5191fb4a0691afd9faa57114f83d2ff8192ca3fae9054f453cdf8151
MD5 dadcb95548182eb8c661d3a66357b83b
BLAKE2b-256 8e0fa85f9431e711cbd57a2585787ac98afd3de5cc5d1dcc5040049626b77b48

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: dna_parser-0.3.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 251.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for dna_parser-0.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5ccd2e5b0d4a55339fcaea9c550807387cf3bda6e634e23ec0045d7b7d6e8270
MD5 2cc7b67a09bad55a0383592c9a3ee775
BLAKE2b-256 c9b8ae6fb8c252ddea702bb2e954d8ea52f9438f33ccfc127f31a5f31a577233

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c9c6aadc015718ab15c278a5464bb59be755acafcfbdb2458b1bbabf40e4bd3
MD5 6b654c835c37c300b16e0683a7accfaa
BLAKE2b-256 ee048a9544ba8f0a84f5c1a934db9740dc2049e74c1dea9562cb118332a9bf71

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d71d1557def34c585b07727e3437fd5ee031d1eea16f21fd30a0cc53f5a33a37
MD5 2de6b9362486f4a3c34f0530bc22f0f9
BLAKE2b-256 c42dc5e16e88b4cc7536c70e67e6deed8a455717f8edda9a7d09a190a3b5ecba

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c7486f88e8571da8f5d61a53471ddf647f15bffcdb7e785992a25935dfd40d20
MD5 60b2b8f5a2cae84fb4003cde1f884ea1
BLAKE2b-256 34e51dcf87f121c04d94760c54fb1ef41a9939dd063b06b4c2b3467a8cb29b9d

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d62d59b49bb7b227e234ec70d62b93e15fe3f9b0a310f305029537591ce84b91
MD5 e1251bfe915d943b35338e4305db12ae
BLAKE2b-256 35fa8a2eebf2bab453911abd2321776bc7f2d183b88efae7c8783e5682c61ccb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a9a47a6a6427c122456758f9e36a988f7a16dd6299930e621b14dee0d824fcc
MD5 122a16e132af9d9923c3bcca3562ce49
BLAKE2b-256 4832ad445a62288aff282164868cfa955e2c90744bf18769f0f393348751fc43

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 422870e606bfe5aa1cb1a31290442d421693635629806e5527c8b95aebd22980
MD5 c5b43b54cc8eac1af798c759eecad985
BLAKE2b-256 7dd86aad6cec422b80ba0f1b9d602213ead7b73bf3762a5de5db4937511d9879

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a3cac84c71f584c2c2bd4a1e4d587f10ddb156889c2bce18a48acc7f584fb944
MD5 60214c40e5f3d7b459e1b06972277c32
BLAKE2b-256 ebc6284eaf1cae53cc8543f02c3b24efcb28cdfc85fd1eeeb092814956b9421a

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aaa7ddf1d74bde4e0d5ef81c054b695c48bff15b3d1904f4101298c44cd4e73b
MD5 c2d777d7f03af77194da001c996b1e8c
BLAKE2b-256 8c06a01a777d10f788cfd7dd5b542f7513924d8d69409d8149cbb80c32ba82b0

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 de2447eaec7b6f3129ca4565d5602e2adc99d8643836c19a3a6c1c5638c93363
MD5 8329a85509c6c37347729669146b2d09
BLAKE2b-256 683a7a1534cd0f88de5381a91ade398cfee01c64751b2cb037f658abdefcef6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6da8c8c6a5828a65d210605c312b2903eec0952e599858f3a1ed3e12b9f76c35
MD5 6e95e59ef16ccac2274702d4b8f8e76f
BLAKE2b-256 04dca288297862d544af614574e2260d98fbab809d4d59c7ef3771c169c8c4cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 98d687d9575c17e924c0be60f4f0cacf5ee36bf020bcf0e6f23aca445fde83f1
MD5 7d9e5a41a59b86c3ea06b73d6ab09f8b
BLAKE2b-256 87a47f70452a461eb3259ce09754a99c9cb5c48e70ec6636e1bdad0a6d28eaaf

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 313ec37b385e6f78e4776afb4176ad7fcbeda41234d01c520251b5637a72bccb
MD5 147b5b2172d1a4c646a44371ea93e71b
BLAKE2b-256 e087bdcac2944e80f262d0ba432e97fea6258c3aa48c3c21ccce7277518bcd8b

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1a7adb35508a28807189efb7a0ec9b0783b2af6b80093490cdb24d292828192c
MD5 55262a18301d3fc4f2a52ba56ca8c623
BLAKE2b-256 4f2441814a9e5ca53e6a14772156dd1c9e00e0f6854df86085e1b1032652f999

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: dna_parser-0.3.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 251.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for dna_parser-0.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 02addd81b06bd571941ac0b3a718b54e520a026ef1d819b4a1827a77caaf0927
MD5 2cd6efc8772e02ac0cf2986410892f7f
BLAKE2b-256 6d8fea13fdd093dfd588234f87d8d9fc6d822c8625ab3784d0930d4408974847

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ba9c7c01339171da6d712f6cccd17015b1c548e03281482c888de85fd4a8813
MD5 9e78b874ee3d6bc439f598d609b99e22
BLAKE2b-256 844cde4d20ad92df2d6e74d60353a59e49e5a5b206390d46189cdd70a3f63e45

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4ed4afe0bd45f9a48ce1103d5ae3421c9d190b86330d947a5fc0b3325aab503a
MD5 c031fd4604897d0d23efc659762d2461
BLAKE2b-256 7aa371a6734635327aa54e5e3e0fc1d4c62a0023c8eb72cb3317fd6aabd41e8d

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1dc0d9a0c2f8782749521263123817a2eb79194c51dcc4ac5a287297f2d6cef1
MD5 a1ee312386d9011fd57dac5520373d89
BLAKE2b-256 120b802ed72dc98c0a49350a7a10079e67846536d5116941d35adb4f87be235d

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 01a461af1f14ebbf145f9799d66cdac0c6e962b15de1ab2da0369fca1c85d3f3
MD5 63146f670297e70b5005c1aac4e06fa2
BLAKE2b-256 b463dfb194a3be7b426443b538d5da447687be4ba68040b544aae1d058e996ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24a649ecbdf70d1b48f27a84201dd3353fea49bcf7bfcfe740e27abda8e207d7
MD5 c1236cee1e03ff5dc4f8644b0e941dae
BLAKE2b-256 84e8478b30501ac27b3c9a2f29ba7087184569f80ca6aea6278ef898bb3a6f96

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 99aa1e5d7292bb8e933f822cf00e27ae5c12e58181cb9b29f9845cfab0f71f0c
MD5 269a551079a20bb4ebc1f413ba4a7f5c
BLAKE2b-256 45cab3b77d9749e07cf5c9b5608ff213f4245ba34bed2476a97f4edc29a5cf48

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2c2e4f11302935b7fba1de5a11a3748a75a37102951a79b08bbccdd4126d2c12
MD5 556212f4c15e97c241fe3788a6554375
BLAKE2b-256 f9ac51f5730603c70548090effc6d20acffb2b0dcb4eada0aa661829fa66b49f

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c8c4369c2c5bf6d631f4800e6c0a6f072ac0888ce59eeaca00431a08d5043b9e
MD5 d2b4fd9854bec686170567ae5d65f1cf
BLAKE2b-256 39f99c3deb6a382826ebf0b91005328e3ebf3cb6ed20088b277320d99eaee483

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1b40183853ee12eaba3a06a9b15b18ae792c8fb7b939da3b1eec0feb760db8e8
MD5 f006fb96c3350bbd13a0827bb027aed0
BLAKE2b-256 178f7bb3670894a8d84decd8ddf07285a4fb9a9d631e6bf1dbb231ff3ce4df5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c5ca4700964597ebbecf8cec64548612d1fd70c404110944ac5ff615c1171ae
MD5 4cfef607c004dff5b471a314b90e22c1
BLAKE2b-256 2831271a4b8b2ed0c16373b0bd16bf1129460d4d55cfd0fd8985a66a1992404d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77c7932cbb3c39612a1cdd38a1bb53be21fa0cacb7b5ea3ed845bbdc3f9e8a40
MD5 c758b3bff8f2dd6d6e77457ad3784f1d
BLAKE2b-256 d9eaaed35e952b0b7ca2eee50f18927935ed11b52346a1fdb5d86a91f262a356

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c8f6be7428d6ad6c47accf3b14835de8a1b5615cf1478cdef52e67b606aa2f83
MD5 78888ca761d39d80deabd3beaeb4490f
BLAKE2b-256 4222456203def7d78657fd0a230db80211fd3f0e8c4e27718df3573e4dbc19c6

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3fd088e3357d0df3f385c5fe5945fac1f8ee594cd241d07e9f0886b5e360c54b
MD5 42e1ced1019da8fc9509b80f4eb39ab6
BLAKE2b-256 52e4fef5b5a4931137d7914c0828fd448f7201a563a2abc22d59151b2f13d70f

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: dna_parser-0.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 252.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for dna_parser-0.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 020c34f3e8d5c49c0ddb7bc3f9f7763a263190ac19302d40362f07f007b0d818
MD5 9d0c00dfd59a97a55ec623863532cb2e
BLAKE2b-256 58fef909f2680a2ecf20799296c79c80ee731bceec3fceeb6730c7c936d89a46

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a2c3f0cf5904414eff1d3972dd7324ff1c229b70c22613efe340306922698a68
MD5 ac663eaf3a4e3c49e8c08478ce111aba
BLAKE2b-256 1c648558ac307548eb05536ea8d5c05e4697423956ac43aaf355ce9bc404e2fa

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c1ff22a7ede93977954fe3bd5e2aacbbedc8b80ce28fe8f166a53c0cb2b49f60
MD5 ccea752e1553020fdd84ab7eac05c14a
BLAKE2b-256 2e53ff5f816f3a9c1f0278d9803c1d1fdf43c0f1520d9e31abfd248265ef8e2a

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5d1e1bd88b4ddf47d0711ac3eafe510de7140e93edd7917c3cb87df8b93dea42
MD5 4a788626ff0a163cf017fee10a32f47e
BLAKE2b-256 c2e996adfa97bc9072c1f5ac7dd71a2ab6ccd2aed927bed4b59023dd099c9cbf

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d8ec1465a205379ccb307f38b25987b1eccdcf9fbe07501e5ec8f545b31145c9
MD5 e107905260ca6ba8402e14a0f6d42ef1
BLAKE2b-256 f8b7a048ce7f8dad1ce6694b5e190508e57d84241bf6ce943b1c9178024842e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a518474ad57b57813262a9e14c2fba9f34e1846fad1b98d730d7674d52f453d7
MD5 2d19f0cfc5d3a037bcde23be21eefc11
BLAKE2b-256 cca67b0aab7d32aad359b614db03ee42e76e2fbf360f5447aaf3dee1f6ef9ae0

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 935fffed5ad02aeb2b161cb03b1f3fb20dbbe25125a8e73fb7319962cc8fa5b5
MD5 6ab554475d70c64c89880fcf4383cfff
BLAKE2b-256 1bc2da0f1d32832549f2eada41334e09dbe4bdf4e91b0d01626154228bcc476b

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d0ff81c492756f56f755549ba06053db9592bb042fc9c03ac97e9cd6f632fce7
MD5 661f27dcd8a4b825770c0340910c6b54
BLAKE2b-256 46377b1d2accfa109188551750e03afe15fd32cb5db05f8a911ebc785168d44b

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4765694916304cbc6c4cedf7f6f8e0d7d9d5a64498df1c7df8b3f0d32b9b82ba
MD5 0f00d39b677a8519fdbfc2278b29fba7
BLAKE2b-256 691777ba226180d423c7f78414c399eb091c58941bed8ce2d0faf3a83d6a733f

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2ca64ecc91e9fdec1552150c01bfdcc7bba5c2f509b42a1e406de51cbfb42206
MD5 bf72daa09027b71792d7e9f5f369f05b
BLAKE2b-256 ba5b48d48610f9d825b703443a54ff3cf06fcaf8862217984d17672fc2955817

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c8d5c17ae85066c0cb1720ed4290108e85022c1aa322f92a49129b205ab8871
MD5 670e5dfc344f33f620f63e18bc601a24
BLAKE2b-256 0caa9e968efb8885205c3e85d9f80c62d630b0d4e22d01d71afd3f670b9cdb88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3588ee701fb528eff4d7a0cd7d648442810f4f9b1816b21c679df77de3080319
MD5 137f2edff94eca47fcfb27e3e756a0aa
BLAKE2b-256 b830dcfd87dd8535869248084ca13418d054fa3b63c176461dca0298ea85e7ed

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 93f84c4cc6d03da1d93b839a7980809811d41d9bcd1cf14cd8efc7a22913c09a
MD5 aa32c76ffcc28ea240a5a1a7d3e8fe28
BLAKE2b-256 2fbbc9c93657e6e34f26f95d6ec1449b44d58ab27fa1e29af612465204ea743d

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c17c42d434cf199d19b5f9bd74b2ef8550d9e29309df59600c02bf93423b7614
MD5 1c288f0cac884d6dc1976760779c168c
BLAKE2b-256 19ed2744bd9dd10443c4c30cce86d96a42b33a33b240e10edfbdffdb6aabe490

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: dna_parser-0.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 253.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for dna_parser-0.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 967d479082cd357c3fb1922093c70a91d91b3e10b5f73ff608e7c9f179470f59
MD5 1e08ec648fbc35ff7da110cf84738df6
BLAKE2b-256 bfa1b5170292328126956a5d18cf078261cbbc989739978e0a3cb64aebef6d85

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bc307ca011e9af2147d82906347b877dabef6e612194e6aafa04f651f9fefd2b
MD5 44e4b106a071859b3e9524fa519257cf
BLAKE2b-256 a1ce1a3bc1d85cceb790c228b0bf4bf85732fc424cd51fd81fb3c2658c924b49

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3c60a9f4126497ad7397488ac153e0f640e2c1de5535ebc41a240c24410b1ac5
MD5 a47bf2ae61e3506c4e531c12e916cff3
BLAKE2b-256 0eab2961ecf50826b56e7404208c8546b8dcfe26a598c73009f0c5d1b1f487cf

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ca46b00fb850e78d78d33eafaa7b18c6338dc7b38897d9f592c44ff6e811e90c
MD5 5dbe272da6f5b2ad7fe82e3815a45d0f
BLAKE2b-256 e8ec0f78bda7aea53f70701ac9298b51d1e027f83cdaa773ae160847a921693a

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 28ef6c296de1e87162b103daee944b30298f881ce7ff87b10eee77c516d37b8b
MD5 4f626a2293d62f623cb5cb4f6694f9e1
BLAKE2b-256 98b3cdff2e96e60e832c2cdb405580001e11cfe7f0203b2f947aa3498c5a6a1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd00d4df88f520f1e0d23d1a34529925d8281e7a86b1ae10845b114bf488fd9a
MD5 4b4374f297ec957f0515effbb95f5d79
BLAKE2b-256 b88789949992f5e887198b7cd578d41dc905d6c9ac562b91e704833f1de0e0d0

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4548bf926d808358de4b8d45348f7f8f52c5149035690202d3f76eda393983bf
MD5 2512a2e26805b66421c2450dddd85f63
BLAKE2b-256 e1378efa9accddf4bbdad9eba173a0ff8661ab3d069243301e6355df285f6a37

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 152762cbadbb1167e667acda49f8f0e0b7fb64809df29f1bb618ee5d8108291d
MD5 df15407e226c4d9deff6cc6d5e5367cb
BLAKE2b-256 40d4904e82c9a0f773d25fda7d39512a85c9bb80847392e57d0293445acbde8d

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3fa2c0da65bccf846ec0a3be210f33bcd1f6d13c3d29fc06afc7e78b9af0e5da
MD5 7a031090e0a9685a269ebce353839ebf
BLAKE2b-256 228e8f373732dfbf46ef5b8df3b3e1d071fda72dd0824983c99cef9d952eada2

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 686cf109992142e4ab91d0614b26f488517e6e4824de98388646a8a2d2d82e84
MD5 9f044b9a305b8fd05bcdbaf7eb44cc93
BLAKE2b-256 3d25a5545a5b753eb4ae078044f708c4165247f7206b817773b35e3a0fd2cc5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3b5b38f1e6c9a948182bb659e36f0cf5b3d6154d40c90755789ab96737a2459
MD5 23ef62e29d32556f24b0e452103d472a
BLAKE2b-256 7b9bdaa76448bfef21dda3ed2f53c9cd34ee753bd0a1ea73f3fd4328640de75d

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42b250fdb4e3a9b997d1d5cd3f30d59140a4d4713ad397cb5ab1503ed66dc4ff
MD5 622e772867a6a3fda8c7a9080943f631
BLAKE2b-256 dc98b6cb14c71256cb7bff4ec0b7e02c10b5178ec6521cc1c0527e67ac739d8a

See more details on using hashes here.

File details

Details for the file dna_parser-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dna_parser-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9a450f61997bd174445d71772cb3b18b62e9e2c9963ee41e3dd53c6319a5775b
MD5 3762a767bab3bd965c5b8b4b8c320985
BLAKE2b-256 3a2a62a99c1369dedf2972644ded2acfb90b0e2fc45e94fee00c4f5296ccb1ae

See more details on using hashes here.

Supported by

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