Skip to main content

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

Reason this release was yanked:

Bug fix

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

antpack-0.5-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-cp314-cp314-manylinux_2_28_aarch64.whl (12.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

antpack-0.5-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-cp313-cp313-manylinux_2_28_aarch64.whl (12.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

antpack-0.5-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-cp312-cp312-manylinux_2_28_aarch64.whl (12.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

antpack-0.5-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-cp311-cp311-manylinux_2_28_aarch64.whl (12.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

antpack-0.5-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-cp310-cp310-manylinux_2_28_aarch64.whl (12.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

antpack-0.5-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-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-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: antpack-0.5-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-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 29102da8e16f9b476a10492accf25d9f7dc0d303ba495e806acf1669e63473ce
MD5 81f57a3ee0f4d882aca2a5f7a9178be5
BLAKE2b-256 fdd20af0dee72f8db7107941ef0aa32531675fd68925995c21fdd476b6153f5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5-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-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2152e873048256c831e997397822a1031dc884a64acf422bcd71462ccccea3ff
MD5 85a371f5237bcf856658c7488585c8fc
BLAKE2b-256 618d860dc10d16b7a14cc25665416bf6a11c254251cae9582521e8259cc067e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.5-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0f48cf60ce01638c1b218bfcbba0e6cb66319f55fec9427ded6e207676dbb874
MD5 2729d63c0c3a0b5de50d34abeeffd76b
BLAKE2b-256 012a1604a2953511f9e628ecfdfebebcdf0cb96f18b5497d36326a1f2215c8fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.5-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b3fee3d8ad4f813672504ab456113648c84cde150fd92dce47995dfd569fda44
MD5 1b9fc483089614fbe0a1f704773f86e4
BLAKE2b-256 c074bd7a7a0fad05d26594d702ee2dd48ae5260c4742c278daba51f899314d64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5-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-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ae7a4f8a91d99d08e52a3a05394f8ac9ed8fef56da3cdd8f0aaf255eee227f42
MD5 bb1f29d6fc18dead9a2e714b44cd9a9e
BLAKE2b-256 597f01ae0c49af718bcfd4718357c42221a240e2b47ed2718ba977f2d9721cdd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5-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-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 6a3bce406c3c5c94f883f408230c79eac97809931b4081a621ae2bee36bfcde0
MD5 ccf8a119132e17e87f8cc2343e05914f
BLAKE2b-256 81d75d5d1c91cd89b593e729216f7ee4cab919c8d872ce94bbf8e77cbc55d6de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.5-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33fa6e8c7f5d878abab695dbc3f2e10b72a3e65c5be4e2eea73f4f051ce82dd5
MD5 3a203fdfb90979fd7af41ac7b009c125
BLAKE2b-256 bd413d4ad2122703c35e8d9003780739764d03c6476e4d99aa102e9a0278cdc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.5-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a7374225f233d89bb05cd8d670c63bc1086c02f9051294657a4f0fd0a1ba9832
MD5 95df18064e35d858fc2ce2de1e5d1361
BLAKE2b-256 788666bd17730db9fd147c3a25e93c24c9ec72d198eb751f22b9a0e992d3e3f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5-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-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 274a0d48e49c028269552482efa5e192414a1d4f29a6345c4927cc438982dad2
MD5 15c10eb17919800e94f210fea625c564
BLAKE2b-256 262c38821635f397c46de5d0400b924c3639c647de82946a8e25ffc653cf8d21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5-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-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a56412a97d2ccc5f175de454579a64a80b1a54bacf472a9eeeaa27d26ae85456
MD5 90f25b264f44afefa831fef903fe2d6b
BLAKE2b-256 2a3df6f9aae210dd21492d746557708422b338bf82c068500398236d2810eb92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.5-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 14cf2ee96286dd41874fb6dddfb8aab7829f5bf3f3000280a93d203da66a3105
MD5 2814abf845e686833db67299547b4135
BLAKE2b-256 2e999a6fb17403df443d85b18e6699a375fe5931d27bfd6b2d7b42c6ebc77dab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.5-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1486a20c3f5ff805c29cc2676d870313681f73ad6b8bcaee01b2d7bbd355bd08
MD5 1cb942edd974e65daed3fe6f6ceb1ce8
BLAKE2b-256 f0155c0f61fed68a74c9bee72e9e63b96834a0b3463de606ff0a4620283fa489

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5-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-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a5e3cc289f02010db58f84fbe719ea0b8ef6cff23d99b2bb4f2a2949bd0135d6
MD5 b543e3ac07712129ea61fd00ca1e0667
BLAKE2b-256 b513ccc0f3b01ec1b3f1c2208c3a2ac9a79d4082cf8ede7f12373f212908b710

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5-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-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a17bb2494bb4b5efb3137c7f9cb8b9866d04b76373232b7bd7bf21fa5481b93d
MD5 363c02f96323af2ba35de376f634ac2f
BLAKE2b-256 64cf09c079e42ead30d8eb7c6faa1fda96f827834d09b45f4af079316b2584d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.5-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8ffaa31cc5f2d16a72eb75e0151bf81bbc1954d1eb79094230fe706ede67857
MD5 11cb452c5f17f142fb06675297b63266
BLAKE2b-256 b021bd77b89a1914b63afa13b6bc9fd2da3442c760395f655a8b6f3a92594cb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.5-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c3e781548d9f6b9f685647afbfd14d70968558b9a882f15888913e59416614bb
MD5 67c06c2d1b0cd80c7deac88c87ccd990
BLAKE2b-256 8dedfe1f40a75e57e142a6adf8cc1095869497761cfb4fe0bae323e98247ea86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5-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-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 19a9f96c0ee979e2a149e7c24313a2d0c20c8d4aa26685b1f3e6ad4f2d439640
MD5 db88688490d43979fb49b49c3729b5f1
BLAKE2b-256 9563c77e6cf2cb1b3b2000d4c3893b6d86ae47ed7cc50fa8802dcdeda2a426eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5-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-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 98c17b23560b61e564ba2d6891554df6e2ac3753d493951d2e795ea2cddeeb11
MD5 dfd6257845afd39a24e6851be5b658d2
BLAKE2b-256 5d2263235c5b125c38778feedd1b8f8121d26bce9d91fa28b9065a07d8837f66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.5-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd8ff3fca8f23d80d32b03181e3d84ccf51cc49c2dcd668cf169eb76d878891f
MD5 5ab4600e8f151cab76c448885555e75b
BLAKE2b-256 00e0b301a296dc19b1dfb5948fba399ce94894d66ac35f6dd4c0887cee5919d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.5-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 215fbd67ae66fb0455738d84587fdc021ea9103d9796d342b24a887b8a8be7c6
MD5 f71d59ccc5cec0d053cef114680d6144
BLAKE2b-256 febb30daed991119e61c1d2f4f5f33906b314dbb5f9788c6c56cd29e05d958bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5-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-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5c0e3f43678217fef5b27ba8cbd87cf1a4029a937ee5219498c13cbf8cc848bc
MD5 4e2beff6f5bf99f531617664234d8671
BLAKE2b-256 e6426c97a784dcf7877a9e220d3f1588ba8d21d9fc925ab02243638769ab9994

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.5-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-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fcf1b62c918fcc1694df1b289f4636991d2e6da26cbcd6cf0fcb94af3ed9d063
MD5 e919b78fd688f7c83aae9f8114919b30
BLAKE2b-256 663651ab123f69316755874d1024c310502bed974d02e2a4bc8a67b91d2c8b80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.5-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42c66b80907c69185f68bc753230f53f80da825620e8526e33008cdef2e75ea7
MD5 b98ab7fe27061667681f61029eacad4d
BLAKE2b-256 94a35a58468061e6b6513a99b0c05e98e805596d80edea652eeb67ab09c837b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.5-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2b30054fecac5f44bf4ce520282f7b10c836b33e0979ef54e86a903991f346e
MD5 212e0e9a3a15e3f549f523cb035e9848
BLAKE2b-256 221b438a1188c9ea869fca8121f2c49ec024910fd7cd238ac153c20460f22449

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