A Python package for parsing GTDB trees using Rust
Project description
gtdb_tree
A library for parsing Newick format files, especially GTDB tree files.
Features
- Parse Newick formatted strings into a structured representation of trees.
- Handle various formats of Newick strings, including those with bootstrap values and distances.
Installation
Add this crate to your Cargo.toml
:
[dependencies]
gtdb_tree = "0.1.9"
Usage
Here's a simple example of how to use the library:
use gtdb_tree::tree::parse_tree;
fn main() {
let newick_str = "((A:0.1,B:0.2):0.3,C:0.4);";
match parse_tree(newick_str) {
Ok(nodes) => println!("Parsed nodes: {:?}", nodes),
Err(e) => println!("Error parsing: {:?}", e),
}
}
Python Usage
A Python package for parsing GTDB trees using Rust.
Installation
pip install gtdb_tree
import gtdb_tree
result = gtdb_tree.parse_tree("((A:0.1,B:0.2):0.3,C:0.4);")
print(result)
Advanced Usage
Custom Node Parser
You can provide a custom parser function to handle special node formats:
import gtdb_tree
def custom_parser(node_str):
# Custom parsing logic
name, length = node_str.split(':')
return name, 100.0, float(length) # name, bootstrap, length
result = gtdb_tree.parse_tree("((A:0.1,B:0.2):0.3,C:0.4);", custom_parser=custom_parser)
print(result)
Working with Node Objects
Each Node object in the result has the following attributes:
- id: Unique identifier for the node
- name: Name of the node
- bootstrap: Bootstrap value (if available)
- length: Branch length
- parent: ID of the parent node
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
Built Distributions
File details
Details for the file gtdb_tree-0.1.9.tar.gz
.
File metadata
- Download URL: gtdb_tree-0.1.9.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a56ad2015ff7bc1e3855f072d077cb05fa633598f4e29bb184042ab8a9a708a |
|
MD5 | fbc0f91587c25a4b3b694520f044d627 |
|
BLAKE2b-256 | ea625eacfb795d712f0fdf47d2a423dab2cf577b7eacf0c21feccbbf45cca55f |
File details
Details for the file gtdb_tree-0.1.9-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 445.4 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5935967996463896368b5c8e60fa280a4772f5676ce6cae7b811a9ecdb8e818 |
|
MD5 | e23c8e5d95eb58d79af125146fc68cdd |
|
BLAKE2b-256 | e2a71f19e60a4e4201aa99180af631c4193363fe05645b7d2d63b8dd5996394e |
File details
Details for the file gtdb_tree-0.1.9-pp310-pypy310_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 464.6 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0c1c290626ed720f765068c38ee29623506ada3e85b85537816dbb756f60e2f |
|
MD5 | aa8326287f7836ccfa29eb60ed6d406a |
|
BLAKE2b-256 | 43e73076249dba5c4a2994002cb37111aa6e84f78edec553c5be41511f0a5a2b |
File details
Details for the file gtdb_tree-0.1.9-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 543.1 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2d659c7b5d56e3cc6095f5836cbd0f741279e74cc22ef87af58110aedb7902e |
|
MD5 | c55d18a3939175a75b024d60d5982330 |
|
BLAKE2b-256 | cb872c910dfe229e26d84437f9a31397e6eae3bc8c51262534bee7e7668004e2 |
File details
Details for the file gtdb_tree-0.1.9-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 459.8 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a97055197eeec724f87c4dcf174819f1adeaecaf4f51e2b5d5098e3cff8618a5 |
|
MD5 | 1b5cdac489678177d063f179a2408be3 |
|
BLAKE2b-256 | 744d8a812c881d6a5f51407acf5a8c0367ed474214751f8a2a15dbd627a0b7c5 |
File details
Details for the file gtdb_tree-0.1.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 277.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5800e19a04dfbe3e56a04604f434442f34a6d55f7143e928ee7ab192b348543 |
|
MD5 | fab3ecd2834201154e4c16d25939b3b5 |
|
BLAKE2b-256 | 8e151134593ece3ae4dd299df3ff4da5e8b721db20e5a9c11720c4e4a41d28f3 |
File details
Details for the file gtdb_tree-0.1.9-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 323.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1d3da6aa5754394fe29e5e530e0d097ad80a86913066bc09ac2dfe5e8e74613 |
|
MD5 | 80953a992b3d3cd59f3cd24c65eb8307 |
|
BLAKE2b-256 | ee587bd61ea20f7ec530bd29aecdd62db3e40a85e657fca36897cdfd52e449df |
File details
Details for the file gtdb_tree-0.1.9-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 313.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce94ca83cba8bb0abe59c8bb2e2531f55e2a820a37e4e94b84dff45a6dde7fb9 |
|
MD5 | ec49252e5cc9d79a9856df20f8de2ab8 |
|
BLAKE2b-256 | 33318a0950aa41ad5a73edd817f43c7f96c66435376544efdec0162c793f855c |
File details
Details for the file gtdb_tree-0.1.9-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 287.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28e6ac638b7f50c915e0e6a5aa0fb3ec97cc9ecdca75bb08d1b18f60b47b5b97 |
|
MD5 | cd9b0165478fcbeb58f97437cf48fd62 |
|
BLAKE2b-256 | 2a5285a02e2167df3720b65c0b8aed52df6a5a6281a849c4b8b1832281f86d46 |
File details
Details for the file gtdb_tree-0.1.9-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 282.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0daa215da541dad06e005c1ff5a9d896c8d1d046d08d9804fda5ee1fbe9b5159 |
|
MD5 | 92d0850b1d814413a591a9651247e355 |
|
BLAKE2b-256 | 8854bd916b9b799cdbe53ed6d33b020a0900ec78e63b254adc1271308278017e |
File details
Details for the file gtdb_tree-0.1.9-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 289.3 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ae9359c3aed9b8b0accb9114eaa1f63c4a5f567cd720e21ab20e52a19abd8cc |
|
MD5 | 02576ee3f261c250ec14bb2a43a5035a |
|
BLAKE2b-256 | 36625a659fd070c76b4f4ce51341ed6c3eb5d3dc73b8d473da76f16bb3da01c9 |
File details
Details for the file gtdb_tree-0.1.9-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 444.8 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e29fe9e8053d69bf7d831c333f867ae5d61b4e95211761d077877d47a47b51e |
|
MD5 | 6968c7250710389162bf53429ae11c58 |
|
BLAKE2b-256 | d7bb1ada5474edf013a513306c8d1f0101f722361e803543fbf13cdcada46c29 |
File details
Details for the file gtdb_tree-0.1.9-pp39-pypy39_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 465.2 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c823582248ef837fe6ea44e4a8fe352e1fa02167e0f58157127fd2936dbc6512 |
|
MD5 | 3b098f313094c594dbdc7e36be42f7bd |
|
BLAKE2b-256 | a77df65237822d1126bd93bdc8a1312e61600c82bd3cbd1a8e9c7fb0e2ac4aa2 |
File details
Details for the file gtdb_tree-0.1.9-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 543.4 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc8ea006fec2058ce8e0eeb8371a2c49f80a8f81e6b75a8cb24452ca62d32f55 |
|
MD5 | e6e59ea2bcaea0d5fb7f965aef149646 |
|
BLAKE2b-256 | a39b1849284c33836cfa3d8b7031bd337e044643c1348f1284e047a6055e10fc |
File details
Details for the file gtdb_tree-0.1.9-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 459.2 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93005f5f5fc91a63c4a829cc03bf779d4c024cfd3a7a84a644806c88b59730a1 |
|
MD5 | 62737e606fcf22f3f7d46f295159cae8 |
|
BLAKE2b-256 | 3dae183be9de0a9254b814b622e259e623633f5295c721b613d60d3a3fce1f5d |
File details
Details for the file gtdb_tree-0.1.9-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 277.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd1fe35d39e0751a2c939a917370f67445f7a4762ac4854602a1581ce4d9a98a |
|
MD5 | 52ee07b974cbd75c75c63225ae74ebc8 |
|
BLAKE2b-256 | 72778e704691ab2d8345c8b22a8848dcbbf2ee6fbf528eb26f84a7c29e7e5ab0 |
File details
Details for the file gtdb_tree-0.1.9-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 323.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3921ef389e3bc1e0160e34d972397891b865c083caf71e3f2daab7af85a3c8b |
|
MD5 | 00973887fe15c87340ec7fce6014edd2 |
|
BLAKE2b-256 | 59fb12e81a98e50cffb2dba639f34b9aa8b0d8bc22f01eb9e1173a24f88576d4 |
File details
Details for the file gtdb_tree-0.1.9-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 313.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 238c2c202c6c14e64e16a7b1ecb4d33dfde015957dc6315a4b10925b0b3acef3 |
|
MD5 | 20657614b9af27ca1a7d0f66c14f5861 |
|
BLAKE2b-256 | 8c7f0ce98f3d88e4fd39dba9a9cc7b8861ca8afb962ce762dc0d81cce20a4397 |
File details
Details for the file gtdb_tree-0.1.9-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 287.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bab2080f7f7532f5f7574a5d2a39ffd3c4c59650f7efebd28cdbec1c96b8313e |
|
MD5 | d54b7c8a0511805d33ff40dc51407795 |
|
BLAKE2b-256 | 3bb5f49e57441159e9877461cf9399320aece8f525c553045ea3a7f7756b07ea |
File details
Details for the file gtdb_tree-0.1.9-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 282.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 079df8ecfa3a35490b5533b9fcc4a87e4ddd9442e0082fb5af966a78d07de6ac |
|
MD5 | a4b2defdc4b01a14a58d31085197821b |
|
BLAKE2b-256 | b9cd0a0d0837d56d3933c184b33c5de19dca42aea21a600a89a1cb4e0fbfef3a |
File details
Details for the file gtdb_tree-0.1.9-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 292.7 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fbaa8398d376705f9d419a4b9538c835f22c3ca04a0e09ad8a65f15e5ecb1bd |
|
MD5 | 2fc06b29580fe8cbdd1458bafb1ad76c |
|
BLAKE2b-256 | 2d8a6ecc13c2de98d8ab3bf5b749a1cd4a73f1d1db9ecc7d22156f38dab4e76f |
File details
Details for the file gtdb_tree-0.1.9-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 445.1 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 841bfc568450d96daf6de22544fb2e7be580b231a328bad093b2b5eac4e251a3 |
|
MD5 | 6023af1b3901d191143445d1565b3394 |
|
BLAKE2b-256 | 32c55e699644106967ee98b362762266b864f13874bcf3108fe28cf9d8f97cdc |
File details
Details for the file gtdb_tree-0.1.9-pp38-pypy38_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp38-pypy38_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 465.4 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa2a1e7db3840bfafc8cad9376bf327b55c8e2de0879c39457a727f8d931a8d4 |
|
MD5 | 1229508da333158b284422831f3a2753 |
|
BLAKE2b-256 | 86d288e154f764142043aa559931f56bac8560a44fa1ed95306b6ee025334200 |
File details
Details for the file gtdb_tree-0.1.9-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 543.1 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e1342411fb3086e7132925907e09aef90da6ab0abcced0a5b09f87e7f7ab819 |
|
MD5 | 4e5e9f617db55a1230f42b3c0b421102 |
|
BLAKE2b-256 | 0760bbac51bbbb22307ddd5853eea0da52af2a64a36697e943b29f9a60f9ed5e |
File details
Details for the file gtdb_tree-0.1.9-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 460.3 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d68081ce362e078690e2c0519ceef012de3861abce3320183491be4f04c29985 |
|
MD5 | 84e07419b62a454dc7db7037b14a281c |
|
BLAKE2b-256 | 63270fcc62f79e28ab9160af0df6c97f97ce603d98f48163e555dfb5ea535120 |
File details
Details for the file gtdb_tree-0.1.9-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 323.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c076d5898c8c9e7cdcab351d882dcd89b98389e3629793bc2fa48ad314851c85 |
|
MD5 | 49585b19d84addb8aaa5eed60e252901 |
|
BLAKE2b-256 | 6709ccc8c852a6dbc255cfd9a3da77172f6b1f474a503adc1deae98ac9e0ec72 |
File details
Details for the file gtdb_tree-0.1.9-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 313.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec99a2c35216240f152b9ff751170a24b9a09d855512be761b3c0d5968e79a71 |
|
MD5 | a324f0a807300ad603a15e1f82d1cc44 |
|
BLAKE2b-256 | d37f55277c3371c5e92c60e549f2de9a283f936951becaba306a415467aaeb94 |
File details
Details for the file gtdb_tree-0.1.9-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 288.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b809a754fefe31cf1c3ac9e01c347bbaf1ca119edb70c6390783183ee921c186 |
|
MD5 | 653094bed8f38eea82b9194cc31d4499 |
|
BLAKE2b-256 | bcd018ea00d87018c05575abac7ee2372237c08e5c9e2edfdd594d47ba9c9c08 |
File details
Details for the file gtdb_tree-0.1.9-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 282.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59268fce6adbc9ccdf37ce33bf0d7ee618b2e671cdb195860c2194a7ba738e36 |
|
MD5 | ef2e39274109825d7103386c733ce997 |
|
BLAKE2b-256 | a33316650315f6d77a0329ac689adaf581bb8433151b04a00f08192a40dcf555 |
File details
Details for the file gtdb_tree-0.1.9-cp312-none-win_amd64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp312-none-win_amd64.whl
- Upload date:
- Size: 144.4 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e43511498354a4cda062c76964aecb91e128e8de5ed086bc6987793f168081d4 |
|
MD5 | e020ff2b5c4faf9d3ee702d2155f1b80 |
|
BLAKE2b-256 | 368fe43d776f19303d33be08c10c79c887521338471b9784b4a73c53a7db294a |
File details
Details for the file gtdb_tree-0.1.9-cp312-none-win32.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp312-none-win32.whl
- Upload date:
- Size: 137.5 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77c8bb2088a3db9f3f150486d5379cf3a587c7277d8f1a1b89507eb608294bec |
|
MD5 | 745742d4c010ae961e562155fc16459a |
|
BLAKE2b-256 | 22b0d9ca578a8101320fee86491c25d6de702968985b94f693131358cfee0e58 |
File details
Details for the file gtdb_tree-0.1.9-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 443.3 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bafd8430651fa188bb2bd44eeb5aa626c868637fcf69a6a618ac1295042575f4 |
|
MD5 | c5edfd48f5868504c8de243868fb5e76 |
|
BLAKE2b-256 | d49b809dd700573637d9d678fcc4bf4093caacb6fbe75e5dd91b2cb28d0a54a3 |
File details
Details for the file gtdb_tree-0.1.9-cp312-cp312-musllinux_1_2_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 463.4 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ead7ed3a3625f398b5d11206ed9b7ad83450f62bb9853738a70dba791c9ddd9a |
|
MD5 | 66ba5bedc0df5e53ff728ebd6dc103cd |
|
BLAKE2b-256 | 903e6cbe98b1f0ebdde16862d767389970772fc21d923f615018ec064cd2c7b3 |
File details
Details for the file gtdb_tree-0.1.9-cp312-cp312-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 541.6 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b76446eb8494fa9bd382c4209bbb3fd34370221b77ba73d3ce02244b47058a8 |
|
MD5 | c72559ea49b6bd0411528972b6d32839 |
|
BLAKE2b-256 | 762d7ae015540340360e53bb1b3ce14e068ca15d37e1c6013b4cb4c937d869df |
File details
Details for the file gtdb_tree-0.1.9-cp312-cp312-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 458.0 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cf7b58a06ebf32c79f0e936b9919155e4497bba2df70ba3eb89d2b5e071120c |
|
MD5 | 23f48d4569fc3ba531de1386a97ca6dc |
|
BLAKE2b-256 | 2375663e1740855a83d9e7ffa5e3ad826a3d06376e822927d61819fa6410104a |
File details
Details for the file gtdb_tree-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 275.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c5e9792c1e05fd356970ae9ea4a7175f7c4f6e5566aa77c5dc74296166dea0a |
|
MD5 | 5565fcf3c72afd89518ca665e2ace375 |
|
BLAKE2b-256 | 80e9f2ba7b90da28e50c6e66db49f6f089dce56bbb95659a8b2fbc6cee2880f0 |
File details
Details for the file gtdb_tree-0.1.9-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 320.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb0fbbcfab4d039a532fe92472b410b654191a51a0912a4c5e7dcb054c914772 |
|
MD5 | b780c8120ee4fe5e9775fd2ac246d901 |
|
BLAKE2b-256 | be52af8de40343e9f0a949529a1becf12392d8dc2d2a4f414cd084c60cfaa6bd |
File details
Details for the file gtdb_tree-0.1.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 312.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 152692608e0bb6faf3e872373d9757361f255ea92da5c46a546f7a27543f74c2 |
|
MD5 | 25e5d1d26d6f1c6a2d136275c91fb079 |
|
BLAKE2b-256 | ef8239ebe9b064673073f7aaff7d007442e8872b5bf3b167a99b19586d827253 |
File details
Details for the file gtdb_tree-0.1.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 286.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3804308f52dae519418f2f6c6d3230379e7bf7cb539262092595405f87d519d1 |
|
MD5 | f4a9c5f18bcc61eb650fb28529e10ddd |
|
BLAKE2b-256 | baabae9484c14ebdd3aec51f337d06f462321edb97e076b87150be524c33fed6 |
File details
Details for the file gtdb_tree-0.1.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 281.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0e6be915a91fc071204bf0d36aa18bb7cd133868bb1ffe8b499d477f3a22788 |
|
MD5 | 7550772cac854317e7c9499176d86deb |
|
BLAKE2b-256 | fe98312bf3ed13d0d9fe7b759ec34c044c224d2f8457b19b7c6259d9bc3209ef |
File details
Details for the file gtdb_tree-0.1.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 288.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3bfbe1dad62d2f75f862d7ec448afb6862f981dd98bc3f4b96b0845b2266d85 |
|
MD5 | 1be04bc418cff1ff5081d7ab8f24b7a7 |
|
BLAKE2b-256 | ae0a4da78f2dbe8cfb3cf22217a2b57fafd3495b0d10b0a30bbffa41d1ef5196 |
File details
Details for the file gtdb_tree-0.1.9-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 236.4 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a69a7533e80800c0293971b8c106e17731726dfd86da91f4989589b062c38b5a |
|
MD5 | 63b3a99d35b205c269afb16a9736fef3 |
|
BLAKE2b-256 | 3a264174acfc92663cd3e401c2fab7561574ee3f3210a19faec5f241e88fd22a |
File details
Details for the file gtdb_tree-0.1.9-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 240.9 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f88808b6ad994ebe36c82532551dadb0563e3d8c0f198fce9101f821dbf5f35 |
|
MD5 | 17704fb03323a67b4d3da91a85e47331 |
|
BLAKE2b-256 | a94549b33becaca722aca66db7601ec0ef044f76e0c4d4f29e381e46c259ae35 |
File details
Details for the file gtdb_tree-0.1.9-cp311-none-win_amd64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp311-none-win_amd64.whl
- Upload date:
- Size: 144.9 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb613dad0c2abebbd8d49ef9cc83800325d5ffedf0d7bcddfa1275616744675d |
|
MD5 | b5eff25affc4ffc5de2d79f4ecf9e2c2 |
|
BLAKE2b-256 | b52064095efd1e2fe8e6d98fc780802ebe7ce8386f3b89ce88dc9ad633d1b4db |
File details
Details for the file gtdb_tree-0.1.9-cp311-none-win32.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp311-none-win32.whl
- Upload date:
- Size: 137.9 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90a1aa9195b4b8ebfdb891f93ac8d00733e6939bae41a15db74a83198f715a7d |
|
MD5 | d16c0dfb5a41690aba63df8df583124b |
|
BLAKE2b-256 | 4cf9cdba6b3f837b8b7c69c745dd7d34703d648f702310bbf9ed7d31dc508431 |
File details
Details for the file gtdb_tree-0.1.9-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 444.7 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 148632c1bdca6d0d9a36ee38d01af8502167b27d6410f1ab48978f6899a09542 |
|
MD5 | dc21713d9ffa48eb78ac9bbbdaef8f33 |
|
BLAKE2b-256 | cddf767c89f4e64a27117d86a323afdad9ddac0b719f9d1f4fd10a6e69270f38 |
File details
Details for the file gtdb_tree-0.1.9-cp311-cp311-musllinux_1_2_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 463.8 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fe2db13f3db4eb63fa74d9a9b0bfb4494b10e05d304bf605911434e307038f6 |
|
MD5 | 6dc5ecf8bf919a03d479b3fb1ef2f51e |
|
BLAKE2b-256 | 1e4bbfba42dfae23518ccb0c4c8992a07c4e390496b4e5dd60f88aeb46755d89 |
File details
Details for the file gtdb_tree-0.1.9-cp311-cp311-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 542.4 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 844b0e2568d7c3cd8cc6194b5ea76cac736f1044a0b86d702ab3a7ffa317a9ff |
|
MD5 | 864c45f1e7c74d69c87236232f0471bc |
|
BLAKE2b-256 | ec780119118e8ecfa9e23d78c92c540ec9a83e46e5a2e607af6781578857e917 |
File details
Details for the file gtdb_tree-0.1.9-cp311-cp311-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 459.3 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13f24748276ea95f7c6cc2303ff5dcd099d32f32d5fc336f1e1476227324bc7e |
|
MD5 | 2aab5a14258e2da2606077c0dd4168ce |
|
BLAKE2b-256 | 6c1e7befc00ddb7db7928c6efc70f411f3118bdc4d14d50ad45b96cf1f55e0b3 |
File details
Details for the file gtdb_tree-0.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 276.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95c1e4b52513bffcc00885213d3dd67792d8d3f160ef772f5c228809ec565b10 |
|
MD5 | 15dc1ac356adc89d1def7c4a47a84076 |
|
BLAKE2b-256 | 44494b6155729fcdb3c64460046b210545297831d3419376044d5b8ebea538ce |
File details
Details for the file gtdb_tree-0.1.9-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 322.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d824a7e5c7e8ae8dde201792e113af92de1cfd6492fc24968b4a0ecc8fb78b9 |
|
MD5 | 965832c7658d4cc8accd27889727d220 |
|
BLAKE2b-256 | e4fb1a07ff95c7404f7ca76a86b8535fc81bd419490459714c1173a5c3787eab |
File details
Details for the file gtdb_tree-0.1.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 313.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9e79c740d463385c81eb8e97bc96abf2c599eeba947a036f2364baa6098de80 |
|
MD5 | bc39fcbddcfce39e4e252fd1cc9df682 |
|
BLAKE2b-256 | 5c71193ba8623a501d386e5c90d462ff622f95a64f00a0cbf6a79199aed63d21 |
File details
Details for the file gtdb_tree-0.1.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 287.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22174e50c09433101b2bd86f0e58d35ed9d680950a9560e38281e23aa14092b7 |
|
MD5 | 2a70346ad0ecb513f5ce83dc48f63850 |
|
BLAKE2b-256 | 95e50c8e1721c64444cabee754e7a8e8e73d85977698948c857f66c51bac8f9f |
File details
Details for the file gtdb_tree-0.1.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 282.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4d31a960db33ed7d33354f7cfbdede409335703aa3eb5fe3fdd9346e4456d66 |
|
MD5 | 87cbc3bb0501be2924d2837425b644eb |
|
BLAKE2b-256 | 4c382299580f70efb8f930ee5a350c4fb0d2d54fc019985cfe7e52a6c02b6c05 |
File details
Details for the file gtdb_tree-0.1.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 289.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c4350096ce7a9261f44b132f15ad51155375a5d1d2b87b530a669c9ed20a1a1 |
|
MD5 | ffa9f92d29b02489724b9039e3ccfeea |
|
BLAKE2b-256 | 4e22795adc64afd97bc57dfd1fda287dc9200701f7535ca4f625cdb662e3aafd |
File details
Details for the file gtdb_tree-0.1.9-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 237.4 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6812fce3d452c0cd5bf70eff7b82c3d80e758bf7b0cf928246554a445285ea3 |
|
MD5 | a52f11a75c4e9f671ffbee59f8f19a0c |
|
BLAKE2b-256 | 5494b63f64bf8276090fa51eb6249ad2ef81683b1f7b97f68c943bae5a868380 |
File details
Details for the file gtdb_tree-0.1.9-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 242.5 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d08b7e6a044ee134bc3df4b7b631ab177082f8ae9a83431d523f5f9b0304c1d3 |
|
MD5 | c42322bb222cef4c62d8b97e6b607b4d |
|
BLAKE2b-256 | 29bb9dc7719e532d79698eaa981c47e30ae1fe5660986a5f398204cf8faf68c5 |
File details
Details for the file gtdb_tree-0.1.9-cp310-none-win_amd64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp310-none-win_amd64.whl
- Upload date:
- Size: 144.9 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9fdc5663e1b5af1baa68cd07ebbbafef6c8bb8f0a99c602da891ffafe456bed |
|
MD5 | 16aa116a407ff7906fe8a2796e7b7664 |
|
BLAKE2b-256 | 821c20b085583b533e94ea559e122a8884252d88840e7c3a62ffb130463b1d8a |
File details
Details for the file gtdb_tree-0.1.9-cp310-none-win32.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp310-none-win32.whl
- Upload date:
- Size: 137.9 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 390f615dbbbcc262844f4d938160fdacd90539a6cd4aeb26855f682097cabeed |
|
MD5 | a40800384f6beb13063b10680757f862 |
|
BLAKE2b-256 | b9c150a55127ac7c6fc63931855c0dd359a1cbe400d52de6b48ea09a1b6b1465 |
File details
Details for the file gtdb_tree-0.1.9-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 444.8 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fcb068ae404d68d73c8d7d9fae8ff455e089e9b43a7c2a48512655a6c087c35 |
|
MD5 | 054ece65296fe324e4ea6205a3d299d2 |
|
BLAKE2b-256 | eb74a79814daec6d5d4e8cac224ee78a28250a6c25f294389a35efe52c3d8aa4 |
File details
Details for the file gtdb_tree-0.1.9-cp310-cp310-musllinux_1_2_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 463.9 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f49cb8acdd658e2a32a3a0ecafaee6c32acf5ec4cfa7c82a2fe2c3fe0792b311 |
|
MD5 | 1ac60d858481ff6fc80ce361367e82ee |
|
BLAKE2b-256 | 2580b1651c9c09b059b29e710413d6f48efc03ae9e5c3d819d70e80c24f62571 |
File details
Details for the file gtdb_tree-0.1.9-cp310-cp310-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 542.6 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b4a8fbb6a9c91fe655473ba8a6d43f22fe53f01241e2e149d80faa5e442c6e7 |
|
MD5 | a57c0a5348e82c2e94d15ecdc634f212 |
|
BLAKE2b-256 | d4b8c61aaf2d9d2ee67f6324013b0c3935de2227c57097622b9648cf7183971f |
File details
Details for the file gtdb_tree-0.1.9-cp310-cp310-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 459.4 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52fc9df52704cafa189491cbdab2c46f1697e59fd8088410e5a805768963a126 |
|
MD5 | 8e3f23fd0705e73c0d4a5b7cd2913789 |
|
BLAKE2b-256 | 2f9ba458053a55db52c80a96818949c6bdda3f28ec6abb9ce4dc883c183501b0 |
File details
Details for the file gtdb_tree-0.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 276.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3826f3f17ca33ee9bb073946b2bdcdd7597c713abf38826441ca6fe31ed89ea5 |
|
MD5 | 363505f1398037737ab9e96628b62965 |
|
BLAKE2b-256 | e6829ed9055b9fe79cb1352a084213e447df424697149a7a964397c92955a2af |
File details
Details for the file gtdb_tree-0.1.9-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 322.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 869862854f087bdb4f74d5866817e1466e9f0f78ac6cb8f4555e6506dcd81966 |
|
MD5 | 41dc37330fdebda4d0747e77b174f5cc |
|
BLAKE2b-256 | 0f3702457865476f89b532c8df59729975a046b5d575bd21c18e1ae1d07d97f5 |
File details
Details for the file gtdb_tree-0.1.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 313.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0a08b6d827e0d0ffc4f9015c80a33245b386942eab92d5b7e9a53bd00965310 |
|
MD5 | 70e48175d34227c93a1b078bf5e28275 |
|
BLAKE2b-256 | 3a856de242ffb28463dee11c0f3f125796a73630318ae1f7541e9ab8e3eb734b |
File details
Details for the file gtdb_tree-0.1.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 287.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be194249685d335518c5a42c2184a86614c0ef47724f255bca85931ea9887bcb |
|
MD5 | 11ced28b8e764d8c88da4d859721a8d6 |
|
BLAKE2b-256 | 7d1825c40ee64cbad38f26f87c29ae31bd048bdb76c01fbb9cd3bf4620ce018b |
File details
Details for the file gtdb_tree-0.1.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 282.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2f9ad55e51abf4cfb279465108b28e1356bda04d9e0ce5b8005a9067217c300 |
|
MD5 | 2443ee47e0fd33289fb19361ddd54f00 |
|
BLAKE2b-256 | 4adf5165f2acb13a3ef39d8778e8db294b057d027571272eed029ef5718d9dbf |
File details
Details for the file gtdb_tree-0.1.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 289.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98ef5d4c5428d7fbe8851a8bed158c8849f74012f070801b86083afe0aa752e9 |
|
MD5 | 09139481de686595685ab328e9f6342d |
|
BLAKE2b-256 | 1c61593a54d592044308c50be9dea6fc54252bcfa8e9422817049b075ea7e994 |
File details
Details for the file gtdb_tree-0.1.9-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 237.5 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0547f2004afbd3406456e51f4e447102e8ab6d0aac95fe4e69c833368739c520 |
|
MD5 | 0e3e5fe875a2711b976980aff98f63d2 |
|
BLAKE2b-256 | 30a013fb75334e94a49b67c35b4c39a9a35c4e86778b74d10d43cdd0e2ba44bc |
File details
Details for the file gtdb_tree-0.1.9-cp39-none-win_amd64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp39-none-win_amd64.whl
- Upload date:
- Size: 145.2 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c3aa09d7685cbf83a842bc8e6ffee03fd3ee66a4b9c19136a95df59ccaee345 |
|
MD5 | 76a4c4b02c30d4157783bd998876c97b |
|
BLAKE2b-256 | 337e5f5d6c31792d24661e5a5fb52a4dff332346758291299294e898bd8f0ec3 |
File details
Details for the file gtdb_tree-0.1.9-cp39-none-win32.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp39-none-win32.whl
- Upload date:
- Size: 138.1 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84dd66140f1f920ec5f7fa1d49754a856a6c5f878bd5d3eee806d360b32c92f1 |
|
MD5 | adc8dd7cc5d1c3b9fecd439e881214cc |
|
BLAKE2b-256 | f7a9ba1d9f39a76dd01041465c7e7ecb291af98089ddf1d30681191e958e1b98 |
File details
Details for the file gtdb_tree-0.1.9-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 445.5 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46f10623380b6a0c5ffe40acb0f86daa8b285098232f38ff3f5cd6849e0be89e |
|
MD5 | a9e4c454141fbb5e8048a3f83b2de633 |
|
BLAKE2b-256 | 093d9fad04646c5f4c0ed4b3c07ce0e8300d06b5a07d9c8add1724110bd267f4 |
File details
Details for the file gtdb_tree-0.1.9-cp39-cp39-musllinux_1_2_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 464.2 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5fd0a0efdef75e59447d66eb51861c6c78662aa4fddc294793bd4a08355d204 |
|
MD5 | 98f26d15ffbf19bdfa87a5917fc2a250 |
|
BLAKE2b-256 | 46076d958fa8c841d6827e174dbad1164b85189a98e6f06f311100cbc4fc2276 |
File details
Details for the file gtdb_tree-0.1.9-cp39-cp39-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 542.8 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecc6cca988371d44954930fbed37a0e4b72806de96bf815cc17898f1d3e20338 |
|
MD5 | 53c08750d5a8d1809ab0089dd1202eff |
|
BLAKE2b-256 | e20826518e0ef2ee1ba7c1f171fce9ff64e698eeb82e77b61e85162449d715a6 |
File details
Details for the file gtdb_tree-0.1.9-cp39-cp39-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 460.1 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8266acdce949f2528db808e13af83f531938481bd431c84663deb1ec676d0fd |
|
MD5 | e026452ffc31b0c344c5575433aa35f2 |
|
BLAKE2b-256 | a8bdf9224575b04991d62f33e025c476d3f8101962509efed55a5d507d74c0c5 |
File details
Details for the file gtdb_tree-0.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 276.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c025eb238ed70ddd683742e5ed2408c5fba9e4aaece94cd102274f459356f438 |
|
MD5 | b4472fbb052dc057a40bdfc16209248a |
|
BLAKE2b-256 | 68c40930e2cb4f2f7f3abe5dca08f7278924fbe2a3c6d7ca939277b9853b0fb2 |
File details
Details for the file gtdb_tree-0.1.9-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 322.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5c04cc791802b09fb3075c57716a7cf607b8a9d14dacb506f6a36571f687f9a |
|
MD5 | 75a5abc65ecf4d2d51f2eddf10224b2a |
|
BLAKE2b-256 | 7089c643c4e4bbb06803723e0d8088681780b5698e58fe6d4d53529373e3dd7f |
File details
Details for the file gtdb_tree-0.1.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 313.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92149e3892de6181bdabe0643cadb9acdba93a6b5cc0e7de934ca3646a43fdf4 |
|
MD5 | 345e17ab4abc8a7a3d6de5de641ebeda |
|
BLAKE2b-256 | 19aa8283d65133bef9a66cac841da2bfb43a95f9bb61c30a13bd9e410ae238a2 |
File details
Details for the file gtdb_tree-0.1.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 287.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4625692cc3d4cf5ab0ae90777cbbfa9f9f663790af2dd0869d0e63feb2704c2c |
|
MD5 | 32912d2761a632273f4197389a98d278 |
|
BLAKE2b-256 | cc98af4563f473cf49a9750b74bbb90efef1def9a1d73368138f2c74810370c5 |
File details
Details for the file gtdb_tree-0.1.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 282.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d870c6c87a3bd0a53701c14658a264454d9a1fcb4a5f2368419c954ecb0d430 |
|
MD5 | e089bee23eff2ef26cf20984088419ed |
|
BLAKE2b-256 | 5f0778454f45c2c1e5ac92ad5d766ec10851b743c53c068966be37c89f6b5a21 |
File details
Details for the file gtdb_tree-0.1.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 289.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 565e070d8e5d532bc8a222407408b1aa141f975574867ea8cacdf8ee0bd12c8f |
|
MD5 | a7c6670f43ecbadbd2d96af36ddda268 |
|
BLAKE2b-256 | 1bfd4e072dd96499b26774a793ec059d16ac40e00a23e84923d37875d3d67890 |
File details
Details for the file gtdb_tree-0.1.9-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 238.1 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb8ad298899d39ea5f4616758c37ddd3939ca4990321eaa96a6ef11a5a094604 |
|
MD5 | 88ef90a6dbe0d8078fd5b9dc67be6efe |
|
BLAKE2b-256 | b6eeefecc42ff30039ce12a011ed2e9f8462bc9681b86fc156565a04d887b8d7 |
File details
Details for the file gtdb_tree-0.1.9-cp38-none-win_amd64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp38-none-win_amd64.whl
- Upload date:
- Size: 145.3 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 991548cab3795be7b84e655218cfb328efd4ee085b5286546a4da019f762b5ae |
|
MD5 | 478794d7e00e46f7cb53f8525cdac176 |
|
BLAKE2b-256 | ba98adf4765f345548617395060e9fd8a10d3c86e9a96a19a956418d8c1a1cb7 |
File details
Details for the file gtdb_tree-0.1.9-cp38-none-win32.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp38-none-win32.whl
- Upload date:
- Size: 138.0 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a6062129a5e138020002e8d91ec45bb42f2cf5c1d882fa5c97ee66e49c756e1 |
|
MD5 | e31a60a7abc68681d366dd0339a29b53 |
|
BLAKE2b-256 | f677571ccc1b136cde8ccbb9a52f71c6d06a9b792716abdcabe81a4bf523d37e |
File details
Details for the file gtdb_tree-0.1.9-cp38-cp38-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 445.4 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70b5a44a89b33908beb5ea93c6b5c7ddd00f370522d324db94f458175bf6659d |
|
MD5 | a803b5dea6a444960cf472453a746475 |
|
BLAKE2b-256 | 5d21b991eaa5ebf2248d7fe93c901207cf8c6ae84f4876cb634d4e31063ce152 |
File details
Details for the file gtdb_tree-0.1.9-cp38-cp38-musllinux_1_2_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 464.3 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0ef962136003f5a3931e9c52f0132586e0d1378e8fd1f0458bc4151dafe8fef |
|
MD5 | cae09e0ca00aaa2090e73659c3b97841 |
|
BLAKE2b-256 | 708f9ed978dc16e3f707c13421ad4938da06d42497bed9be2ee148fbb1dc310c |
File details
Details for the file gtdb_tree-0.1.9-cp38-cp38-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 542.6 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bc9ffe7ecc54d6d6ed5a95b6aae734e762b86aa764bb2cccd038cc3597ca576 |
|
MD5 | 8d33b8c3dc8c12af18d333ca83a4d230 |
|
BLAKE2b-256 | 7dc0d2ab24d1a78387cc8fb1dd914cb921b835bd0c3806ff19549f73b5e4126c |
File details
Details for the file gtdb_tree-0.1.9-cp38-cp38-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 460.0 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf3048805d190fa4b7e057a370fe0be01c8ed8d56cb4d43edb21386faea0a38e |
|
MD5 | 798838bf2ac3095dc3dd8daf3a40ba4a |
|
BLAKE2b-256 | 123f962824876fcaacc6800872fc9021210a3ecd7996f04954a2a692052f7df4 |
File details
Details for the file gtdb_tree-0.1.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 276.8 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40a9167ac92a21d51fb5684ef037877aaa7db53fb3fff3c490f0288e1c259c40 |
|
MD5 | 27240f566056677f8550b6305d1d6014 |
|
BLAKE2b-256 | 7adc15f661310f662b76be5b20a3696f34c29b378b23a8c2c78cf64ddcb48073 |
File details
Details for the file gtdb_tree-0.1.9-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 322.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2234897d8d50a2abfad94ef4c6ed8337f8acb4073d40df1543d43d251461421c |
|
MD5 | 3d7fadec0148833ee0966c6c45be15b7 |
|
BLAKE2b-256 | 86bee58e79d24a93d054b75c054e40846e1892459130d2eb35e3cf565d4786f1 |
File details
Details for the file gtdb_tree-0.1.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 314.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2047888bd6d3c4d913897c14229b585aa47d59990f405f2c463d6878672f592 |
|
MD5 | e6dc73d976f2df71f72288bc09d0a252 |
|
BLAKE2b-256 | 97b398ad1160564b4b0c9ca6376f19f1359ff36a085ef3fec42275a094f0e314 |
File details
Details for the file gtdb_tree-0.1.9-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 287.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 413202b9d801f3e1e95457dfbb040fbbcab0dd9feb741d15bd5be17fe8eecb52 |
|
MD5 | 9cfda7db0448024e3ff27facad992a33 |
|
BLAKE2b-256 | 52a500e10ac4bcdd88b9993b6ea756099408fc35a1e3ab35b0196eec68729360 |
File details
Details for the file gtdb_tree-0.1.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 282.4 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fd779d67de7a0276f158dad6e4cf42e814c433c4117574a1bf7ddce573c06a0 |
|
MD5 | 72c2c0778c6ac532e873fa490c4257af |
|
BLAKE2b-256 | 4a246b6134172bd7db428f52f7c245cfaf45958d71ef1e2a07806787c89a14c8 |
File details
Details for the file gtdb_tree-0.1.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: gtdb_tree-0.1.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 289.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1befe8e278679c5660f8035d794d3620c36d1edadd534d9e971343d2e481b35 |
|
MD5 | a6eb48b3450b3557efae9c77d398826c |
|
BLAKE2b-256 | 68b03c920132d131cb35a203ce7814f082ba97da8a1e11431e53cb71e94fd494 |