Skip to main content

kmertools is a k-mer based feature extraction tool designed to support metagenomics and other bioinformatics analytics.

Project description

kmertools: DNA Vectorisation Tool

GitHub License Cargo tests Clippy check install with bioconda Conda Conda codecov

$$\   $$\                                   $$$$$$$$\                     $$\           
$$ | $$  |                                  \__$$  __|                    $$ |          
$$ |$$  / $$$$$$\$$$$\   $$$$$$\   $$$$$$\     $$ |    $$$$$$\   $$$$$$\  $$ | $$$$$$$\ 
$$$$$  /  $$  _$$  _$$\ $$  __$$\ $$  __$$\    $$ |   $$  __$$\ $$  __$$\ $$ |$$  _____|
$$  $$<   $$ / $$ / $$ |$$$$$$$$ |$$ |  \__|   $$ |   $$ /  $$ |$$ /  $$ |$$ |\$$$$$$\  
$$ |\$$\  $$ | $$ | $$ |$$   ____|$$ |         $$ |   $$ |  $$ |$$ |  $$ |$$ | \____$$\ 
$$ | \$$\ $$ | $$ | $$ |\$$$$$$$\ $$ |         $$ |   \$$$$$$  |\$$$$$$  |$$ |$$$$$$$  |
\__|  \__|\__| \__| \__| \_______|\__|         \__|    \______/  \______/ \__|\_______/ 

Overview

kmertools is a k-mer based feature extraction tool designed to support metagenomics and other bioinformatics analytics. This tool leverages k-mer analysis to vectorize DNA sequences, facilitating the use of these vectors in various AI/ML applications.

NEW: kmertools is now available on bioconda at https://anaconda.org/bioconda/kmertools.

Features

  • Oligonucleotide Frequency Vectors: Generate frequency vectors for oligonucleotides.
  • Minimiser Binning: Efficiently bin sequences using minimisers to reduce data complexity.
  • Chaos Game Representation (CGR): Compute CGR vectors for DNA sequences based on k-mers or whole sequence transformation.
  • Coverage Histograms: Create coverage histograms to analyze the depth of sequencing reads.

Installation

Option 1: from bioconda (recommended)

You can install kmertools from Bioconda at https://anaconda.org/bioconda/kmertools. Make sure you have conda installed.

# create conda environment and install kmertools
conda create -n kmertools -c bioconda kmertools

# activate environment
conda activate kmertools

Option 2: from sources

You can install kmertools directly from the source by cloning the repository and using Rust's package manager cargo.

git clone https://github.com/your-repository/kmertools.git
cd kmertools
cargo build --release

Now add the binary to path (you may modify ~/.bashrc or ~/.zshrc)

# to add to current terminal
export PATH=$PATH:$(pwd)/target/release/

# to save to ~/.bashrc
echo "export PATH=\$PATH:$(pwd)/target/release/" >> ~/.bashrc
source ~/.bashrc

# to save to ~/.zshrc for Mac
echo "export PATH=\$PATH:$(pwd)/target/release/" >> ~/.zshrc
source ~/.zshrc

Test the installation

After setting up, run the following command to print out the kmertools help message.

kmertools --help

Help

Please read our comprehensive Wiki.

Authors

Citation

If you use kmertools please cite as follows.

@software{Wickramarachchi_kmertools_DNA_Vectorisation,
  author = {Wickramarachchi, Anuradha and Mallawaarachchi, Vijini},
  title = {{kmertools: DNA Vectorisation Tool}},
  url = {https://github.com/anuradhawick/kmertools},
  version = {0.1.0}
}

Please refer to the Wiki for citations of relevant algorithms.

Support and contributions

Please get in touch via author websites or GitHub issues. Thanks!

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

pykmertools-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (512.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

pykmertools-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (527.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

pykmertools-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (342.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pykmertools-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (350.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pykmertools-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (514.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

pykmertools-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (528.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

pykmertools-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (343.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pykmertools-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (351.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pykmertools-0.1.1-cp312-none-win_amd64.whl (191.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

pykmertools-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (511.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pykmertools-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl (526.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

pykmertools-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (341.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pykmertools-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (348.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pykmertools-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (295.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pykmertools-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl (297.0 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

pykmertools-0.1.1-cp311-none-win_amd64.whl (191.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

pykmertools-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (512.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pykmertools-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl (526.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

pykmertools-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (341.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pykmertools-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (348.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pykmertools-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (294.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pykmertools-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl (298.1 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

pykmertools-0.1.1-cp310-none-win_amd64.whl (192.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

pykmertools-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (511.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pykmertools-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl (526.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

pykmertools-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (341.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pykmertools-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (348.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pykmertools-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (295.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pykmertools-0.1.1-cp39-none-win_amd64.whl (192.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

pykmertools-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl (512.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pykmertools-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl (526.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

pykmertools-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (342.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pykmertools-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pykmertools-0.1.1-cp39-cp39-macosx_11_0_arm64.whl (296.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

File details

Details for the file pykmertools-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1b8ee882776bf99e754207d729e13e9adb704729f4ac2339ba8511bc2faba75
MD5 c00fb781f001b0858f04055f249327e8
BLAKE2b-256 ea6fe037d2cbb78cf93df9ad6691b93825c90d505186615b282ec2514ea8c170

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 353066e81db8b818221d208b42bf511ddf98218f65cd08d42db4fa234dd121ca
MD5 d61ecad4fa24945c42a74b3609255d26
BLAKE2b-256 eca1b992173b2c112bef46e3c6db342010f24899f945782cb79ff815148d39f4

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5407ea53b524ec1cb37f353a0e1d1c5722c2db8fd1ad8a1f8ba1f3845c7a3481
MD5 d0eac449494824bbf574e94982093888
BLAKE2b-256 03dd196c70829efdb52b3351d16adc53359ecdb45d7332c37d380639e69b29b2

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 adb695e9012d7203d716087d94dd4aaf260a938d4f4cd33bbbe6b74d1cf17d12
MD5 cad5f480214fb6edaf1591dd05613ac6
BLAKE2b-256 bcac4263d5d5900de9298e0f65739165275815c3748d4ccac0d38c93166998b5

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99e4ed212b58ff6e69e313fce0cf9f0ace1f3462c579ff2b6185614333a23a84
MD5 3fc67134d0a366b1d64bf3eed831fd60
BLAKE2b-256 12c7a9e480432fc73014cf1be0788640632a8593f13104af33335fd412c246c9

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 288f3e820f6d36e8e3fb1e40c3acd2543687865c8b657476cd3a0b06ccac3588
MD5 9e697313911c9bc75c737d6fe828443a
BLAKE2b-256 abaec1af5d68c8594ea98c6d9238bffcf7e2a7a63f379316e1433781433d0046

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e790684781018fc9797b671bf3a6ba851453fe08e3dcda7ba3402d7eb1d04d6
MD5 4170fd4ebaec430e1ef38fca0cc48d50
BLAKE2b-256 45c9d5f4cb3b014c4224f77025e9111eee7f35eba1659778bfde659102391ebc

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ef85d9ac347568fe69a1bf2f0f7d1dd6f5c3423afa80d64a906037ae9f5cd57
MD5 310e7061aa2ff3918eef1723c5ec589b
BLAKE2b-256 06b00e69eadcc781d04d425fc3841071220f005822c8c86ddd20bd381524fb6c

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 a6480ffb57d1cb89065a9c994aa5734b7eed8d0c97d9cce91ed52ac84a49eac0
MD5 5e8c05588c9b287e26b554556c47b844
BLAKE2b-256 0e525f2233b523a104a61b200c46e9fa2fdd669dac1fc2d9033bf26b20a4936c

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd9804652184af33de49cb6e255cb73d72a3623d08d0001a95cef2d4c02a8986
MD5 44028f1907ed73915fcaa535b9e53d26
BLAKE2b-256 c906a0e0e8a9b68017a3faabfe88d258cdf830a9d330627fed57a9a1916ee6af

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 841f6e89fcbe44bd74716a2806b1f5030bdaf048b6384a092fdcde0ae5d604d4
MD5 93933916dd44f71a319058f047bf3ca6
BLAKE2b-256 a3e8227b802891c2c7b790160a6e28cc8dabe02bc783f221c6e6cfe0ad7b8095

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c42cdc929ce00075692a7d2689a0e237761d20cf01fe18634aa26b73ec31e442
MD5 dbf6ffac658dfdaa6baaddb3502d5c16
BLAKE2b-256 1d348a19c974c4bce69705d321169bd94bfbbcb3c0a49588c0051496e3b1199f

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94763e3425c6773197ba2da3e1b158e3d0aa721937968e2a9c079bdcff6a2d1a
MD5 f6734e0ba1a18a7b547d9055a07db3eb
BLAKE2b-256 b5cf0aba70866fe2a18a6b0432ffd3ab563dff25783708ed086a95e0baed4875

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7c2287141c1d24884bc088cbfd653a6c722b73a4cf0c7e7f30cfd08c52ff747
MD5 8cba36ab2b55bbb2b843291082f61351
BLAKE2b-256 87509f0a485a448041c56c9d1e6662856a6fc5e3652ab512a7570efc362c02da

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a15622ad6c97e9de02cab44a4695d699fcb76e0d91e7380c7f023aaab99ad3ac
MD5 11991a878c239e38d83e1e780e81bfdb
BLAKE2b-256 e01df3c8635c5c4cc5e725cc8e150f55d3d18557bedf4a1b76df28234dd1214d

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 6958cb2b5351955e84e92deb6322c339cd967638b876f11af963d68441ab73b3
MD5 8e08f449e3475b5014cc0081cf303ab5
BLAKE2b-256 b3a3d22a0e5a6771546232a7b68577c2ec498f2b050066835210454f6f4bda73

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb9cf7869028d17af517b31da9ed509dd4afb0fe7b415297b6e193da54062c86
MD5 832f92e27b33703f998332b12d268459
BLAKE2b-256 8458a36aad7c6e100f51ff98b529df92a36db3d471d3b5a954aacb996a74330f

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a24d497cf5c68d1577659ce6ba341e61c3a6b2b4d938965e72d143b3790e4d9
MD5 aceca79f537ff617fc66c8eedbc34f67
BLAKE2b-256 ddc6cc5487164ee33c162779732b223ea461bd8cee6d627af323f0e89e27ea90

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4c72bab44a20c8e103875653fc20beb0fb26b4ca8834e6291c9ce4cefa2fd5a
MD5 fea4be5e3a4698994bd45967d6ffb3aa
BLAKE2b-256 c24d9031c3855ad176c61728c86063e3fecaf0c0ef2a48b9baf3bba599f0d0a7

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3de155a5abd1eedf73480a1838cdee9bc8f5418b2a3bb06a4ee87f1c58394a08
MD5 4998ce43c2d814ebf1423506f28874f1
BLAKE2b-256 6be92aaf7f95b137f43c011c513a03c95b91172e639dfeb870ee46c04fcbec22

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ebcc8533264d5555ff4b0c8c6ad3cbb3207d3d084f4acc8ebc0a7e9219f2cc8
MD5 19a46863410f89873470e65d858d0bdb
BLAKE2b-256 817109222a66845443a50b772b1376d5a3f597505fdbcfcc5f9bf2459e627f5e

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3f2149cb8bf50a406f314d7082b6044f59807639c1b6848eb745f946668d0d70
MD5 04d7e987d6a875232239d997c9dc9f3f
BLAKE2b-256 252f7d7099159ae048e8a078a00d792062463686e8bbd36d19f66493cdb083b9

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 ad301213910c3faf452fc9e7f358c8edcc9b388740d67874b8ddf3495db0c826
MD5 8b646c1e8bda9f5d5bdcb6f84dd8bbbc
BLAKE2b-256 f8c4145963067446a6b6a1e894afd5d26dd12e76fcbff53cc1d5645b9cbb28d5

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe44077a916c79e1c8a6a2f3ad7797b4659d4c3c84f5b6056022b3885af657aa
MD5 d85e3132116f76d7047ca74708f900a0
BLAKE2b-256 cddfb9e99e8ec3847120c63dc4a5697a31e1ecb8c66535fc19c5c8491618b9d0

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57a86ac436aaca2e2d5a7883980013200b7b4336974e4b210fdead1503d9dde4
MD5 1c9f880515cb05a3c46e9b985104ac50
BLAKE2b-256 d21d2cdde73bf95bc9c105fd8feaa5b6c0e99fb186cf32ca227fe54bbe89dd2e

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 50def8385b47f6c16be915d9672240dc079f3fd036318c9ee964cf95d24d5bd3
MD5 3deaea3cf71f7a4221de10c7feba0cf4
BLAKE2b-256 c287ac83bac85bf7899f71902a0362e124d9cad9adad02415ea3bc13bcec1cf8

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20f791d677e5561b07fd267b26668d8791b044098554f01688106185cfc8ec48
MD5 d61f0d977278ed03df3f533b952e4570
BLAKE2b-256 09ea6773a4a408a7389fd5da49350d728cdcdcad86914a303d5d126c37f39b18

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5302aeceafbfd75627b0637d2c2a8a26130d495bd4a26042aabaabbdfb5ef24
MD5 82782defe6ac0721a924df560a001db9
BLAKE2b-256 b90b14d396b09f65d04c117065dbfb7017ee71b824bd06a412d991df46645a84

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 734a7c18010e6a83b5675b210d5e2a1e93fff3ce26c530793377931ebc1ce0fb
MD5 3c8e45a5b0f2f19c3ed8a43791a3857b
BLAKE2b-256 4e43be92610dae3058bc0e1cc390835ca0a3226fb94f9f928534f09f03754aac

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67feb8a99c4f893468c5708954b8e3119b64032c97464f5707ef5a950eaa39a8
MD5 08ef7a1f1eba9c3804856effc017f513
BLAKE2b-256 dc312ce1e6c0b70e5fc56640775fc57d82c7dee27bf7eda27225d877197ed17e

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dec5d491cd1a312358fe70047604734f66c021710eb54f080681e0d8420bdc38
MD5 9a68b982526a60d9701bfa62654d4cc9
BLAKE2b-256 6833251e1ca68f25aa0e0f1e3d7c1fe00f985d3ac47362031b834c245c2da723

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5eac11e6ca92a9f4ad6599070030a43e1b1aed0270add28a83b529c39e0fdf27
MD5 ec9c715d76692564898cfd5823c66af9
BLAKE2b-256 1a0f33b287826afcdc76d735a0ddb3832134bc729fa447806e3caabadb8e4706

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eaeaa5a3ad092cc55dbbc359ad2ca0260ae91f875ad8ce8c83d03fcf8d9b8153
MD5 f7608b7a7f783fa9124bc94059bff14c
BLAKE2b-256 d9b740f9617caf27d15aa380c39aa35c42eecdc52dcdd4151bbf1580909b629b

See more details on using hashes here.

File details

Details for the file pykmertools-0.1.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pykmertools-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 080d2901b9f0a4e416287bccb8d9afc8723ede545ebfe522530d53366a99f4c4
MD5 3fa55ed77c0c88b85fa9deb821f261a8
BLAKE2b-256 74225cf091bb74cbd5b5f1b3b5bafcc74258efe10713027e610f8a111648de1f

See more details on using hashes here.

Supported by

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