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 numbering / alignment, VJ gene assignment, developability prediction, database construction, clustering, search, 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.

It is intended for use on Linux or Windows platforms.

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.5

v0.5 contains tools for constructing searchable antibody & TCR databases. Once you've built a local database you can search it for sequences similar to your query (percent identity above some threshold, same vgene or same jgene etc.) at speeds hundreds of times faster than what other tools (e.g. MMSeqs, KA-Search) can achieve. AntPack now provides tools for clonotyping a database using single-linkage clustering, which scales reasonably well to the 10 million to 50 million sequence range (depending on hardware). We hope to introduce even more scalable tools for single linkage clustering in future versions. There is also a mixture model tool that provides lower-resolution clustering for even larger datasets, and highly efficient tools for clustering small datasets.

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.

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.6.2 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.6.2 (the most recent open source version) is still available on PyPi and can be installed using:

pip install antpack==0.3.8.6.2

Please note that v0.3.8.6.2 contains a bug fix from v0.3.8.5 and should be preferred to v0.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 Linux and Windows and CPython >= 3.9. Support for v0.3.8 is deprecated.

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 and fast database search

Static Badge Starting in v0.4, AntPack contains tools for quickly clustering small sequence datasets using all or part of the antibody sequence. Starting in v0.5, AntPack further includes tools to quickly build large antibody / TCR sequence databases and to run lightning-fast searches for sequences similar to queries on those databases (thousands of searches against a 100 million sequence database in seconds). AntPack now provides some limited capabilities for clustering / clonotyping of large datasets. The search tool is fast enough to run single linkage clustering on 10 - 50 million sequences. For still larger datasets, AntPack currently provides a highly scalable mixture model. We hope to further improve the scalability of single linkage clustering to reach the billion sequence range in the near future.

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.

The authors have also made use of the excellent parallel-hashmap library by Gregory Popovitch in the development of this toolkit.

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.5.0.1-cp314-cp314-win_amd64.whl (11.8 MB view details)

Uploaded CPython 3.14Windows x86-64

antpack-0.5.0.1-cp314-cp314-win32.whl (11.7 MB view details)

Uploaded CPython 3.14Windows x86

antpack-0.5.0.1-cp314-cp314-manylinux_2_28_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

antpack-0.5.0.1-cp314-cp314-manylinux_2_28_aarch64.whl (12.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

antpack-0.5.0.1-cp313-cp313-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.13Windows x86-64

antpack-0.5.0.1-cp313-cp313-win32.whl (11.6 MB view details)

Uploaded CPython 3.13Windows x86

antpack-0.5.0.1-cp313-cp313-manylinux_2_28_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

antpack-0.5.0.1-cp313-cp313-manylinux_2_28_aarch64.whl (12.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

antpack-0.5.0.1-cp312-cp312-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.12Windows x86-64

antpack-0.5.0.1-cp312-cp312-win32.whl (11.6 MB view details)

Uploaded CPython 3.12Windows x86

antpack-0.5.0.1-cp312-cp312-manylinux_2_28_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

antpack-0.5.0.1-cp312-cp312-manylinux_2_28_aarch64.whl (12.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

antpack-0.5.0.1-cp311-cp311-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.11Windows x86-64

antpack-0.5.0.1-cp311-cp311-win32.whl (11.6 MB view details)

Uploaded CPython 3.11Windows x86

antpack-0.5.0.1-cp311-cp311-manylinux_2_28_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

antpack-0.5.0.1-cp311-cp311-manylinux_2_28_aarch64.whl (12.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

antpack-0.5.0.1-cp310-cp310-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.10Windows x86-64

antpack-0.5.0.1-cp310-cp310-win32.whl (11.6 MB view details)

Uploaded CPython 3.10Windows x86

antpack-0.5.0.1-cp310-cp310-manylinux_2_28_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

antpack-0.5.0.1-cp310-cp310-manylinux_2_28_aarch64.whl (12.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

antpack-0.5.0.1-cp39-cp39-win_amd64.whl (11.7 MB view details)

Uploaded CPython 3.9Windows x86-64

antpack-0.5.0.1-cp39-cp39-win32.whl (11.7 MB view details)

Uploaded CPython 3.9Windows x86

antpack-0.5.0.1-cp39-cp39-manylinux_2_28_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

antpack-0.5.0.1-cp39-cp39-manylinux_2_28_aarch64.whl (12.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

File details

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

File metadata

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

File hashes

Hashes for antpack-0.5.0.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7498e7ff3b986c545a7f0238dd907a38517040ea7bad9f5748d4b1ff91a50997
MD5 7ad4aa3324fe6d3354bc3d5d94af3f4b
BLAKE2b-256 7685d2aeee2d36dc7ea83773d82337e41bac0fcd59a802b814f702760d3840d3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for antpack-0.5.0.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 c6a0dbacf21665cfe33b8cb4b38dc916c06db911f6a1e7a446080de0dfc98331
MD5 0875fdc43e6c2723add92be4c7d29da3
BLAKE2b-256 94d0b28887bb7378114f8d202d750bf0c68772d113cd03ed9db6a6e5c00611a1

See more details on using hashes here.

File details

Details for the file antpack-0.5.0.1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.5.0.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a09a807750258e83ab5188b64152feaf754754d3232b9633949021d3670cce18
MD5 db1ea670c0f110132ba3436daa6df7d6
BLAKE2b-256 68021c29278bace4ac8029c55c1125147c17a56db8396bf1a3ed48d1a4e8b85a

See more details on using hashes here.

File details

Details for the file antpack-0.5.0.1-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for antpack-0.5.0.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4fbbd3b2286f2c09d4a082e620d6f3c75319987b786647ca452f6e440c4a52b6
MD5 028dcb9760e3e6f3c4f5651ad41b6948
BLAKE2b-256 2e7bc4bbffb5424999063b6e9a2ec2135a89c86c22eea0bc2982cdbd9b950e9e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for antpack-0.5.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d68e1230eb6d15a4eedf061c24f262d9e87fd871d552426603bc4f21c6617076
MD5 98dc7468911c552b3e0bdaa99ae50c92
BLAKE2b-256 b71d68fa841345e94a1552b60a17e6101aada61191d48c5ddc31669f5dfb7234

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for antpack-0.5.0.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0d4d87f0230ed9b4a637e8fe8371ce8fc8e83c909c59e6187b1afa18a8f6cfb2
MD5 3696d5d61984eafa21f5fedfd31cfbcc
BLAKE2b-256 c50333be681db94eab0436fb9d1cc272f59c0093fbe77136be7ab5d7fd4f4456

See more details on using hashes here.

File details

Details for the file antpack-0.5.0.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.5.0.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53e4a04c1cef2e0a6d037b0de9d5e24a0b5b5de5325a0b110c4efb3c42a03a56
MD5 8e960d4b8c4d5ff84c99a3d5ee0320d2
BLAKE2b-256 339e1d79e5a3928c3a6c145417556235b6913f43a0b3256d03406d828af35d0b

See more details on using hashes here.

File details

Details for the file antpack-0.5.0.1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for antpack-0.5.0.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 99c6782bd6af57b3db1f92f3cdb13a9a8adc18f9c9387dcb615a4f98a152f374
MD5 e111bdc280aec0548fa84d9ca907b3f8
BLAKE2b-256 53a4ba3ddec1998c7600f3166589380524a1dcd5b38dc81b95e6b103eb7a0c8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for antpack-0.5.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 068a6fc6d124d1447032c1eb5ada66503134018b20faefeda72aac5c9ca2a763
MD5 63d05252606a38f80745d698dbfe4bb9
BLAKE2b-256 761da7ff35109b1c3b5a987048101d6b0916f8f8f6ff839cc01a96c768629352

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5.0.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 11.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for antpack-0.5.0.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4517417ec71af881390b57b7882a9a4012fe52f1d99d3ffc725793b8079d29f5
MD5 fab71881dbbe47bcbae37a8e6823bdbd
BLAKE2b-256 e22d6d56dab5cee3a7938173e178f79713e28dabc02741f4bf0ad5eb53db17ae

See more details on using hashes here.

File details

Details for the file antpack-0.5.0.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.5.0.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e313dd98241830715ed75cbc54e862f0ac1ea059a0f799e2a82247097ce67f1f
MD5 e30b4354b7663197220366f168527927
BLAKE2b-256 d4c3bcdb651562b0fdfc69740abbd72564f78b7a472f8b85ffb9ecdb1924b2d6

See more details on using hashes here.

File details

Details for the file antpack-0.5.0.1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for antpack-0.5.0.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cf4821b6b059ee7e3720fc981a453271203d1cd23d950f17a796c9aa56b60247
MD5 d23e268d06f665bf455899fa96559558
BLAKE2b-256 09e6e5cc34068fd5315a1f4aacd74bbf9a323e7bdf65e9f044fb2a2284d76352

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for antpack-0.5.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3f2bd594cc0f4af9ec44b3ebcae9fc5c4860412a9db720a0880245c01e97c3a8
MD5 2b95b611b10425708d928f209184a70d
BLAKE2b-256 5a8a9463822577b85f4fd510c620722bd403fcb264c088e50e1c1df51f3d3796

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5.0.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 11.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for antpack-0.5.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 910bf6abc8015895bd14da278c97336d5a22d1b32d36bff887350e1982701657
MD5 435be688484debe503c0f2c1afbb8b51
BLAKE2b-256 f1fa2e6baf4d51ad2ca22a1942a3a61b95ec85675aa2b8f6ad9a1df28b4774a1

See more details on using hashes here.

File details

Details for the file antpack-0.5.0.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.5.0.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 39e77d42013e98a48ddba9b94878e26a7ef48f2fbbedd763fa737ae211398fbe
MD5 b5c811314adcf895ebc463a35e026f17
BLAKE2b-256 8476c50601b38124987c9611af828420eaf0fbce910755b00dcef4ce4d644df3

See more details on using hashes here.

File details

Details for the file antpack-0.5.0.1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for antpack-0.5.0.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b2a37760b5bbccada34c1c34cdcf7b39d5ec09c4b3744dc2315a0bbcd098670b
MD5 231d89726a1ae448f54db57de978145b
BLAKE2b-256 fc6eedf1d3bf022aa723ae4b830a96605a8a16ac86d9e6d408cfaae31fd5a392

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for antpack-0.5.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9c90869862a9485156e4a3b8ad08a194cce245ad1b1fd0630360f2cb07112493
MD5 5621364beacb28b574c792e20c585889
BLAKE2b-256 adfac87c2dbdfa92071879fa99d60616eda4324ce996e03b8d5f5a6064ecb920

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5.0.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 11.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for antpack-0.5.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 646027913f1b066003f51dbd1463d5475df0fbc78e567ada02222c62c77dfcf5
MD5 39276c95563da53e94baf95e8c28f470
BLAKE2b-256 a7928fc779f69860d8229f350fd81f7267d788384fc4f24a8af26b3fdd36088e

See more details on using hashes here.

File details

Details for the file antpack-0.5.0.1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.5.0.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 35d5d27c536a38aabc273b2d21f2666ff1808c8672588838f0176e68c1b36f44
MD5 ec026d25d2ec3829977d7c5280dd963b
BLAKE2b-256 0f3567a4e7e844a4c43109161749de51d1b627a391a6ee1d81202b59faab5662

See more details on using hashes here.

File details

Details for the file antpack-0.5.0.1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for antpack-0.5.0.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7260cb53a62f1a3ec11216add463e9bafad4c64bd504be195944cf43e8b5c954
MD5 2a1745487697f7f1a11095eb89a688f2
BLAKE2b-256 6f0ce2fe94cd8a95616e8b6237c852100773673acb0b17dcf7008daeb3c51c9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for antpack-0.5.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6d8ef2dc54fbca496253f20c0875504075487950771b89fb478b94f4f17bc92c
MD5 87b5da3a05143132134bb41173fd1ae7
BLAKE2b-256 ad1b67d652413c315df69a17f6bf0feee37f86e946aac1dc5708d902e05dfb9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for antpack-0.5.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 dff3196bb78f59b4dd159df300f5cdb32f25de2fbe1f190a8d02de32968ebf6a
MD5 2c6f1eed32d98c681617f8c133419e03
BLAKE2b-256 da1bf4d23257ed397452c7097861235b8ba4d981e0f09907d91b799b4725d42e

See more details on using hashes here.

File details

Details for the file antpack-0.5.0.1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.5.0.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a29ce900601292cc4adb1f7506b1bee2ca00f1bd43ac86bae5786c8b6e8858a0
MD5 910bc7674b71adc2007cd06d32cedac9
BLAKE2b-256 17eda68385d9cde05fc137a56dbc14b4bfe7913ef786c9d5d2a7c318acc0288b

See more details on using hashes here.

File details

Details for the file antpack-0.5.0.1-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for antpack-0.5.0.1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e16b33650d4cc8e330b324d790d19c485f4ade8fcccddecdee35ed915418462
MD5 87d60ae98d709b9666925b6d1ec2813b
BLAKE2b-256 033ba7ab31629aee6f0ec95fe5eb7937c598cd82aea3a4d90f38f5364250b4cb

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