Skip to main content

A Python package for processing, manipulating and making inferences about antibody sequence data

Project description

AntPack

Static Badge

AntPack is a Python package / toolkit for antibody numbering, data processing, statistical inference and machine learning for antibody sequences and TCRs. It is currently in active development, so we are adding new features and making more improvements periodically.

Usage

For usage for v0.3.9 and later, see the docs at this link.

You can find the docs here for older versions.

What's new in v0.4

v0.4 contains a bug fix for VJ gene assignment for numbering schemes other than IMGT. If perforiming VJ gene assignment with numbering schemes other than IMGT, please prefer v0.4 to prior versions. The API for the SequenceScoringTool and humanization has been updated and streamlined so if you are scoring sequences for humanness or humanizing them please see the updated section of the docs.

v0.4 also contains capabilities for clustering antibody datasets ranging in size from a few dozen sequences to tens of millions using a variety of algorithms using any CDR or framework region of interest. (see below and see docs). These will be significantly expanded in the next version with further clustering and search capabilities and structure analysis-related tools.

Licensing

Versions v0.3.9 and afterwards are licensed for academic and noncommercial use only; you must first obtain a free license key to use. You do not have to re-setup the key when upgrading AntPack in an existing venv or conda environment.

Versions prior to 0.3.9 were made available under the GPL, which means they can be used it for your own data analysis in any manner you wish whether you work in academia or industry, but any software built using AntPack and intended for sale or distribution must also be open-source under the GPL license. Therefore if you are currently using e.g. v0.3.8.5 for data analysis, you should feel free to continue to do so under the terms of your existing license. Also note that v0.3.8.5 is still available on PyPi and can be installed using:

pip install antpack==0.3.8.5

Installation

Starting with v0.3.9, AntPack is only available for noncommercial academic use. To use AntPack versions v0.3.9 or later, you must first obtain a free license key. To install AntPack, run:

pip install antpack
AntPack-setup

then paste in the license key and your email address when prompted.

The only required dependency is numpy. If you want to run the GUI, there are two additional dependencies you'll need to install:

pip install pyside6 qt_material

If you don't plan to use the GUI, you don't need those dependencies.

AntPack is distributed as a wheel precompiled for most platforms and CPython >= 3.8.

Capabilities

Antibody numbering

Numbering antibody sequences is an important precursor for many statistical inference / machine learning applications. AntPack is orders of magnitude faster for numbering antibody sequences than existing tools in the literature (e.g. ANARCI, AbRSA), while providing >= reliability. AntPack also provides tools for merging a list of numbered sequences into an MSA, for easy extraction of specific CDRs and framework regions, and for TCR numbering.

V / J genes

Identifying the most similar human/mouse/llama/rabbit V / J gene sequences is useful for a variety of purposes. AntPack provides tools for determining which human V and J gene sequences are most similar to the variable region chain provided as input.

Humanness and developability

Minimizing the risk of immunogenicity is important for selecting clinical candidates. In AntPack v0.1.0, we introduce a simple, fully interpretable generative model for human heavy and light chains that outperforms all comparators in the literature on a large held-out test set for distinguishing human sequences from those of other species. This scoring tool can be used to score sequences for humanness, suggest modifications to make them more human, identify liabilities, and generate highly human sequences that contain selected motifs.

Finding developability liabilities

Some sequence motifs are known to be associated with developability issues -- certain motifs are known, for example, to be prone to N-glycosylation or deamidation. AntPack provides a tool for finding these "liability" motifs in an input sequence. Note that that identifying liabilities through finding motifs in this way is known to be prone to false positives (an N-glycosylation motif, for example, will not always be glycosylated). Still, these kinds of alerts can be useful for making yourself aware of potential developability issues.

Clustering

Static Badge Starting in v0.4, AntPack contains tools for quickly clustering both small and large sequence datasets using all or part of the antibody sequence.

Citing this work

If using AntPack in research intended for publication, please cite either the preprint:

Jonathan Parkinson and Wei Wang. 2024. For antibody sequence generative modeling, mixture models may be all you need. bioRxiv: https://doi.org/10.1101/2024.01.27.577555

or the final paper in Bioinformatics.

Acknowledgements

The authors & maintainers gratefully acknowledge the contributions of Japanese artist Yusuke Kamiyamane for the creation of the Fugue icon set.

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

If you're not sure about the file name format, learn more about wheel file names.

antpack-0.4-cp314-cp314-win_amd64.whl (14.9 MB view details)

Uploaded CPython 3.14Windows x86-64

antpack-0.4-cp314-cp314-win32.whl (14.8 MB view details)

Uploaded CPython 3.14Windows x86

antpack-0.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (14.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

antpack-0.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (14.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

antpack-0.4-cp314-cp314-macosx_11_0_arm64.whl (14.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

antpack-0.4-cp313-cp313-win_amd64.whl (14.8 MB view details)

Uploaded CPython 3.13Windows x86-64

antpack-0.4-cp313-cp313-win32.whl (14.8 MB view details)

Uploaded CPython 3.13Windows x86

antpack-0.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (14.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

antpack-0.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (14.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

antpack-0.4-cp313-cp313-macosx_11_0_arm64.whl (14.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

antpack-0.4-cp312-cp312-win_amd64.whl (14.8 MB view details)

Uploaded CPython 3.12Windows x86-64

antpack-0.4-cp312-cp312-win32.whl (14.8 MB view details)

Uploaded CPython 3.12Windows x86

antpack-0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

antpack-0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (15.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

antpack-0.4-cp312-cp312-macosx_11_0_arm64.whl (14.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

antpack-0.4-cp311-cp311-win_amd64.whl (14.8 MB view details)

Uploaded CPython 3.11Windows x86-64

antpack-0.4-cp311-cp311-win32.whl (14.8 MB view details)

Uploaded CPython 3.11Windows x86

antpack-0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

antpack-0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (15.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

antpack-0.4-cp311-cp311-macosx_11_0_arm64.whl (14.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

antpack-0.4-cp310-cp310-win_amd64.whl (14.8 MB view details)

Uploaded CPython 3.10Windows x86-64

antpack-0.4-cp310-cp310-win32.whl (14.8 MB view details)

Uploaded CPython 3.10Windows x86

antpack-0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

antpack-0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (15.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

antpack-0.4-cp310-cp310-macosx_11_0_arm64.whl (14.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

antpack-0.4-cp39-cp39-win_amd64.whl (14.8 MB view details)

Uploaded CPython 3.9Windows x86-64

antpack-0.4-cp39-cp39-win32.whl (14.8 MB view details)

Uploaded CPython 3.9Windows x86

antpack-0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

antpack-0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (15.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

antpack-0.4-cp39-cp39-macosx_11_0_arm64.whl (14.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

antpack-0.4-cp38-cp38-win_amd64.whl (14.8 MB view details)

Uploaded CPython 3.8Windows x86-64

antpack-0.4-cp38-cp38-win32.whl (14.8 MB view details)

Uploaded CPython 3.8Windows x86

antpack-0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

antpack-0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (15.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

antpack-0.4-cp38-cp38-macosx_11_0_arm64.whl (14.7 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file antpack-0.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: antpack-0.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 14.9 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for antpack-0.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 89c0701b8f616835c2461faef2e538358d1fd69f2bd28925660af41468bf0da4
MD5 deee618ffc511406530f910ee6c89915
BLAKE2b-256 2c0d6d081429154d257199f4ea8a0cc8d6ce7853ae2018dbe33135f03d256b49

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp314-cp314-win32.whl.

File metadata

  • Download URL: antpack-0.4-cp314-cp314-win32.whl
  • Upload date:
  • Size: 14.8 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for antpack-0.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 a1287a742242f16c21018a6dea318e6dd0c77a85316c7c3ec72df769498f8f7f
MD5 5866195119311a4ae47daab61e9fdecf
BLAKE2b-256 526fb6321d1aaf45b5f2b9da7305719b7d13453b9b8d7710d5a2363e07c9660f

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 93d93c8165bd7a96f7a8cf200cf860beb96cd3effa39049fa09bc68ea6f868c1
MD5 267cbf506f5a879e9905ff8229911ed4
BLAKE2b-256 73b48d56eb9b1ef4a177993d9877655cafeeff9d114acff052532d071b74333e

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1dc7a55ef73cded9461ff5867acc8087884665e31c5801c5b4dce55a1b12c5ea
MD5 fd71386768bae21d6e537b4633df270b
BLAKE2b-256 e0f0d46c4670ba867a2b0869f4d9b995ecac091fe185f3657c21faa9f18a6db3

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9c2de86e357b983a9f79862645c4ff399641d3f99340ca97d27069c34271378
MD5 90492d65c7a768287288ace3d9dd3976
BLAKE2b-256 86c4f3f1981a7b14c2db6bea0135e5bb352162c3c9b6e0005a0f2f5e060ebc59

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: antpack-0.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 14.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for antpack-0.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 deb9807c20cb04e9da4027829f250cf3555ec75e80b696a7863435fab0bdf70a
MD5 bbf6e3dfbcff226ff437928cd30186c6
BLAKE2b-256 65f588bd95cd021c3ee28b9b57432a6bf59e351609cf70f6e22e99a24f1dbb4b

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: antpack-0.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 14.8 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for antpack-0.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 098bb58c49cdcba4f62abef9ee8abb32f2dc2c7724abf47c4cf743948bef13b7
MD5 8b53f9f18de7f30f7ce701343495f549
BLAKE2b-256 47282be765dd909efc6bc43d3a9764fc3e65f3469bda17486123e48c3f2cec69

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea81e3bb8c95839f51bf52724f9259c516f4d93e0a59ac849840458df4e18e8b
MD5 d6c1ff2dab8eb896c97983578f2097f2
BLAKE2b-256 8b262c739887a6686d94f36494661b65f6de734bde7ca77be5f2b5dcb19212e3

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 22059d773e24df15cc38193f17d5b1e68405037b5166dd19ad94bec4aad5a2d0
MD5 46eda8e22c7da9ae70bdee0b8992598d
BLAKE2b-256 599dade8be8b153b9067799e59a5f3f9937d444c4b1a447f5cf7cebdd5e8b9f0

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c98a64535e14b5c4ba618faf869d15e0af1c8e9f6bd779c6bbf6e73848c98f76
MD5 e97f69e5c40cf8219ad18135ed50ea78
BLAKE2b-256 ccc010113803c0e2982989a4a8b802b69192b56e020ae666017c49543fd3e790

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: antpack-0.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 14.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for antpack-0.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6983eeab549e53a34730616385a91350565879770a8b4bc13a3ee6da07e4fa2b
MD5 be9ef04dd64ec17df17fc88505b79dca
BLAKE2b-256 22d318c6de7124e6919ecd2bf06964fd207f1bb4b9e97b7e43f50bcd11246089

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: antpack-0.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 14.8 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for antpack-0.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 37bed25bc252d9bbbf64896583965c1ba666b710f83a24dfab029685d2b6567b
MD5 8ec2375322fd521c3055bb01d3cdd522
BLAKE2b-256 7e2e2478144c37bc9b10798acc28b13dc447191ec74ec9f25cb0a02dcebee5ba

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c757ba27c04a69f9a4446f203edffc89ca4cbaeb58688a4d987b3badf482ec91
MD5 83c8b9440b08b3fc23a1e8729034f353
BLAKE2b-256 0141317c6212953fee2507c93476d85ffbacc075f6eb68596710629ec7637e56

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ed0c0e06d56fe721db7b1433266f5b7c045f4654f111f925085fbf6bd1e27b4c
MD5 e1b4e59beb99952e78cc1581d73179aa
BLAKE2b-256 547c9d56b894957a8cbdafa1765d03c9b336216d738f0094873baf27af5e4f0e

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9bd331119b18876ca5de6c249ad9b3091a5e74723b7e304acc3e2f92575ce40b
MD5 988d28b27c3e59d0554de2bbfad106f5
BLAKE2b-256 9fc5fc4af729f6582e2796f58bc24a4e9d1533933ecccdac766973a503d57eaf

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: antpack-0.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 14.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for antpack-0.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b846f3000e21fb7556dda3cc3696c315bd2c6b50d93e08ce3fec630fd1ba78be
MD5 31c6130f2d168d269ea9387d62252ee4
BLAKE2b-256 aa22e6a1c2fc1eb01ee4ace3e233374f1990b8f9bd373c48a925199856ad9149

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: antpack-0.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 14.8 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for antpack-0.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4a543b4e0310433117fd21c81bc10cedf93af8176e9b2c4840a8c0a0dbed62b4
MD5 50f94089df11f9d58ac2f7e7c6d1a0a2
BLAKE2b-256 82e65e4776ae638ecd83b64812c46a35c74f52db0e518370cc24ab28f4740bb1

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f58ee0361ef8bfb3083ff745c66a2442bbef27e8b43c2ebc256ea91639430f59
MD5 6855f1f4d948f2533e830e4c25939e8e
BLAKE2b-256 a05c0ec07a8a1bbac0d1012003c3f8aeb0aaf0cca43cbded78e6de53cd3422ee

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c16ff6ce868ee20efedd752338873957743a15e1a4db878975a69defba4ef6d
MD5 c97d091f332d5343bec10eace8a93de0
BLAKE2b-256 cb258e8cc1daae1ec70f0eecad00ecca216094da9ec7b2af872cab7e8698d1b9

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b07fffcfbf24008a50cf8b2c1bc5c40811c3b34c29d351198ff15924666f31f
MD5 9b3b69a39d329d116ea10a2f928d172b
BLAKE2b-256 6441dc24597f05db7fb10d9c7b7a1993caa01517bac34b1017ce96ed473df5fd

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: antpack-0.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 14.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for antpack-0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d72f015d6e4bfe62f3206a84e31242729e15401576d5dd45f98c671e2eefdbc1
MD5 1656bbe749afcf552b8f14cf4dcadd31
BLAKE2b-256 ff5be5927b360075ebdd42e40e512bdb40933e103250358c1cba3ae5f5b86436

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: antpack-0.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 14.8 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for antpack-0.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 94d0c5456b1ab8bd215e3f2e073144cd1cca49b932731db8ec92fde986187713
MD5 3b74819630a18f5e7712e0f786e359e4
BLAKE2b-256 868f39b35000eccddc462c8b6ee1454d70ef24efba46fe6cb450d91adf3cb89b

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b397378f247c35ef9003e02cef31c9b847e41ba3753e7aa9e93b3c7be0dd4589
MD5 1fa77b840aac510f10e91a1dd25c175c
BLAKE2b-256 2d5ae9969c7d0af9c531a684b4d82d0c4daadf7ffad3d79a876c113d815fde7e

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6afa60201ba6bb466270c71f23d023422830bc5abdf01dda4af1bd6e16c1ae56
MD5 49aedf45e87f56c6efc1e5c3c2b5d132
BLAKE2b-256 acd44b87b54084edf74875f8e856067e51e393a1fe03027043fb93f7986be668

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 857a17de0a07bebfa1f4c9746a97405a87d58fc04ee8fd339bd926553d692d48
MD5 b9d96fcb430a310f422bd98cc5b93d4d
BLAKE2b-256 f419399642d2b7708a133a99904310a7dd09cb38acf6e00114318eebc332018f

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: antpack-0.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 14.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for antpack-0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6abc9749383b4a8bc66ef9835062f318747f4f950b795831daa1d79d8915cfb6
MD5 dfd458f0a159976eae16e7c61f5f310b
BLAKE2b-256 9c4fe8a12f87d5c15d978562e8d9fc0a7ded2c571f4b9a187dfcdcc39850971d

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: antpack-0.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 14.8 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for antpack-0.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8460ed4694804daad3e81847555c4925b838471335e02abba6f175c8273f3fc5
MD5 67e5cc14e82253e4331b3b296312050f
BLAKE2b-256 95fdfa2f341114db74357436d4c8fd773fc28647f35141f479e692d9a523c440

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90e402b4d85be30e22732276fd14b01cdfd8c5bc9a60e6a29ebf2ccaff797494
MD5 89a530bde0019e22d5d33f523f41a698
BLAKE2b-256 e37551dcc5390eeb66bb10d247168ac9e65c820213cc5bfff432419962f072e4

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b47e6f7c43ee3f7d2939ad06ae632bcec4dcf2afadd86cac6b6f43606f6cb412
MD5 c5a299be02ff01550781376117b49b41
BLAKE2b-256 2770e1d57a6040cc18c07139f65d1e09395bf72be8ce95fa7f85e12e66d567e2

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: antpack-0.4-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 14.7 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for antpack-0.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 984f54782a4ebf71907f7d77e651f03c7a2a5a9eeeee850caa503deddca05a25
MD5 ca7298b5ac93c91151876b6ff6bdb4d6
BLAKE2b-256 82d6e8040932766ded4b72077e9b4030fd17e44067b27f83838eb264ca0eceb1

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: antpack-0.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 14.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for antpack-0.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1a3504833d33c6bc376c8980eef01e6ceb092d31f459744cf0eb6b876b754959
MD5 5d3e7fc13f76786511ce6d47bb3dcf4e
BLAKE2b-256 f9ec174d9a56dbf3b58424196668b9351f97362cc4abd3f178918528914b02d6

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: antpack-0.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 14.8 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for antpack-0.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8aca4fa564765c621efad7d644659a47886774d102773d8f5028ebdb31e7572d
MD5 909b60e39192b58739ce3983e46e7790
BLAKE2b-256 aa27f39211cb827eef04e0d550993c1c6320dbae3cde5dc39e60c0d416c061a4

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f27a5cf223988dcc0d7695413a3da74c9a90788916e1689455da97afdf951e80
MD5 198f6c31f901732270f09add1b410418
BLAKE2b-256 b33212a4e4d60ca189506a73fa7e60ba51c9e5293f6ce9b940a43616dca5396b

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for antpack-0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 29770a870bb62021c0be1644ccfb1ada415d9c88458758e986697eff1eb86df3
MD5 e3d165f1fcf8c27db352ce69251c5447
BLAKE2b-256 0da1ca1839cfc59bd9f63007c6a4ef08ebe583961b4e95cbf839438a92beeda3

See more details on using hashes here.

File details

Details for the file antpack-0.4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: antpack-0.4-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 14.7 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for antpack-0.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03d78e6efeee330c55fc1bb1137ead64c8fa82a8a823cc961083cba7402a7467
MD5 f261b743758771af24c411d11208ead0
BLAKE2b-256 f5218e0eed3844c479af505b069a5111dd0ef4261be2490e7b4dd3095eb6b50b

See more details on using hashes here.

Supported by

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