Skip to main content

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

Project description

AntPack

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

What's new in v0.3.8.6.1

v0.3.8 adds numbering (using the IMGT scheme) and VJ gene assignment for TCRs. For both TCRs and mAbs, if you don't know which species to check for germline gene assignment, you can now check all of them by passing "unknown" for species. For mAbs, germline gene assignment for rabbits and alpacas (in addition to humans and mice) is now supported. It also now supports cross-scheme CDR assignment, i.e. you can number using one scheme but assign CDR labels using the CDR definitions from another (e.g. number using IMGT but assign CDR labels and search for liabilities using Kabat CDR definitions).

There are various other minor improvements to the Python API, the CLI and the GUI, which is useful for quickly viewing a few sequences and comparing them to their assigned VJ genes.

v0.3.8.6.1 contains a couple of minor bug fixes and error messages that are more clear when a highly conserved residue is missing (the message now more clearly indicates which group of highly conserved residues was altered), together with some slight modifications to the liability search tool to make it more intelligible.

Installation

The only required dependency is numpy. If you want to run the GUI, however, there are two additional dependencies you'll need to install (in future versions these dependencies may no longer be needed):

pip install pyside6 qt_material

If you don't plan to use the GUI, you don't need those dependencies. Either way, to install antpack run:

pip install antpack

AntPack is distributed as a wheel precompiled for most platforms and CPython >= 3.8, so installation should be very straightforward. A source distribution is also available (C++17) in case there is any need to compile from source.

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.

Licensing

AntPack is licensed under a GPL license, which means that you are free to use it for your own data analysis in any manner you like irrespective of whether you work on academic research or industrial R&D / QC.

If you are writing software intended for sale & distribution, however, any software you create that uses AntPack must also be open-source, must use the GPL license and must acknowledge AntPack appropriately. If you are interested in using AntPack in a closed-source software product, please contact us to obtain a version of AntPack licensed for this use.

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

antpack-0.3.8.6.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (15.0 MB view details)

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

antpack-0.3.8.6.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (15.0 MB view details)

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

antpack-0.3.8.6.2-cp314-cp314-macosx_11_0_arm64.whl (14.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

antpack-0.3.8.6.2-cp313-cp313-win_amd64.whl (14.9 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

antpack-0.3.8.6.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (15.0 MB view details)

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

antpack-0.3.8.6.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (15.0 MB view details)

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

antpack-0.3.8.6.2-cp313-cp313-macosx_11_0_arm64.whl (14.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

antpack-0.3.8.6.2-cp312-cp312-win_amd64.whl (14.9 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

antpack-0.3.8.6.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (15.0 MB view details)

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

antpack-0.3.8.6.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (15.0 MB view details)

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

antpack-0.3.8.6.2-cp312-cp312-macosx_11_0_arm64.whl (14.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

antpack-0.3.8.6.2-cp311-cp311-win_amd64.whl (14.9 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

antpack-0.3.8.6.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (15.0 MB view details)

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

antpack-0.3.8.6.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (15.0 MB view details)

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

antpack-0.3.8.6.2-cp311-cp311-macosx_11_0_arm64.whl (14.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

antpack-0.3.8.6.2-cp310-cp310-win_amd64.whl (14.9 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

antpack-0.3.8.6.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (15.0 MB view details)

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

antpack-0.3.8.6.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (15.0 MB view details)

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

antpack-0.3.8.6.2-cp310-cp310-macosx_11_0_arm64.whl (14.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

antpack-0.3.8.6.2-cp39-cp39-win_amd64.whl (14.9 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

antpack-0.3.8.6.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (15.0 MB view details)

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

antpack-0.3.8.6.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (15.0 MB view details)

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

antpack-0.3.8.6.2-cp39-cp39-macosx_11_0_arm64.whl (14.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a1bc8a250873bf2435fa98f07777fcd4ec7f72fa475ee6682055fc5f5b239afd
MD5 1453fada696861ee2592bec6d092eaea
BLAKE2b-256 eeba263404a0f8fb80e53be0c3fe9eac347a5693959fd785be2db9579333de22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.3.8.6.2-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.12.3

File hashes

Hashes for antpack-0.3.8.6.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 637f1a057d347913fd6e637297148c4160520e89ea6fc5f36607c7d1597bd288
MD5 33b27a8351df652e970f02fd96d61635
BLAKE2b-256 fb7cd3a62cfbcab441cde43d26ae98c9544011dfbb4a4c7b2880285033f0d2fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e39237f76617fd37de09bb8975e38b2637742f4823de92e20412536af058a5fa
MD5 120653d8947f08c158a4b0f2879dc752
BLAKE2b-256 938945ed6acd99a68e2bc487b3291752dc9aabe3e087d9272cca7e09c3de1573

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ccf307ae434cbf7357067c32c491001996ab23d0dd077e54be26601bd1def652
MD5 b6d074dde146c48f56a4732d6e86b354
BLAKE2b-256 22c573fbd7244ed741f85f177b455c6351aa78e01c2b301f134adb03421763b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c9066d6c99bf4200a9188173869e726bf0b02f12a059c31b20d5212bb5608ba
MD5 7b9475687f3817b858fa2c834543b827
BLAKE2b-256 6678ea75a4742df6130828f9c0cf7cfb3468005e545b5a6e092f8f8386181578

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7dbc60d15f7b27da9cd12144e8a18a5259209fa2ed1846f5bf78f8e7753f9e70
MD5 b43450e48793a2cdadaf70be208a0797
BLAKE2b-256 cd7f794302c35a6a133ba4a69dd9127f016e159b16c5dcef1028934abf059e9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.3.8.6.2-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.12.3

File hashes

Hashes for antpack-0.3.8.6.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 08e2e58a9659d4286d545e4c1c5ef4360c1ce157573bb8f07d3b2534bda523e8
MD5 33b9aaa826e5dad3fe4a8d005b4478ae
BLAKE2b-256 e5f9d6a2c23f9f97b066c260e77c643335e2029df57fd4de4c367940c74956a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f01c96724991f9a7107c97ff27e97caff11980bd56ff8f4e78973b60e1159da2
MD5 ea925e1e2d4fc84038721fa904173368
BLAKE2b-256 7a12afbe144d951f60efa71c03bde6a9a1f564acc51a884174e7ce0279f438bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 87bd64dcb58ad34369d9cfe95d064b89a831ad6eef48c27d99f6d7aeaa32a581
MD5 08d97cd65eef0efb8bedaabfe6221123
BLAKE2b-256 df6b4d293b61b40b0514b10b7bb98cdadd0a5b752d19f04d618580ee06cf275d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ff3f78b7db811c99b80e03f9d782839eefde0ecfc24e5680f1bc176809ba5fe
MD5 b0046791677755cb7f02037712d07bf1
BLAKE2b-256 58b9505f5ef33eb4a5d986c93d0dc32ab1994e6bf24fa79b31db98525fd957c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 408bc6b8fd1ca5d05d11c092fd4370645acbc499f34e135644ae7b45e2968db7
MD5 21ffab55b722ad765bc107463d5f1b09
BLAKE2b-256 20f053f77bbcb2fd0e37cdf67feb7584abe97cb6f473704efacd8347c8506d0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.3.8.6.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 14.8 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.3.8.6.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 77565e260eb58dac67a449e5ec4d13881e0322aea3bd9eb3f76dac1f1c898b6e
MD5 0127f1eba0d2da21208f61c9123b1039
BLAKE2b-256 354d854792041cc988bc6c2e476acc05261ab89ad7d61eb351cd87e74651dbaf

See more details on using hashes here.

File details

Details for the file antpack-0.3.8.6.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4cbe73cdd7282cf4cd321c4f1aa714c7a01ac38cc8911bacce565eb130c62154
MD5 9e2d8bd3332cb31106177138faa6482f
BLAKE2b-256 e9e9d97088d79dc70db70da4d44b12336e34cc4e539f7da528d76d6ad8ae1c74

See more details on using hashes here.

File details

Details for the file antpack-0.3.8.6.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a17d2a609bbbb8af4bad0e8735be66b29cfd291b990fd1727aec2835443c6b0
MD5 539151598d58e9e0840f0361adc4a2d3
BLAKE2b-256 8dbe7995254d9f60a4cf8feaaaba1edb532597c38f971311760fa64c6b5b7454

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1dd96b8da03898eec2beb86b3382adbc4f789037b281ef12396aad6ee059ea62
MD5 c498e0aee6f479243526e83816b29303
BLAKE2b-256 70e69bb5b785394a6927aed1af2f8c593364b1dba955fad0a0fd9a7bcac9faf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8ac74155c9d1818f1d5a2fc17ed7baa6b1ebbb89d6c60a224a1284d4238ab2f7
MD5 b086ac2211e55ab59617a3ee197522cd
BLAKE2b-256 f418934567097c90ab4ed95e0dd4048574eef476baee55a9075b52632be349db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.3.8.6.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 14.8 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.3.8.6.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 38254bc757a628753353fd046dc60ea9709394fe763b3cb44fbbb6e6934757b4
MD5 b3dfed75df56d7b3ac9259db90aa8692
BLAKE2b-256 c095cdee66e3f1d8210f1eecb5957cbf04855cce0aaa6c15390a977f7ea96e78

See more details on using hashes here.

File details

Details for the file antpack-0.3.8.6.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4641f8a9684e60af9dab730e8a0fc9f0d9e27a8528b4b03686ed569530b99114
MD5 8b7fa935c49ff27a4c85cdbd2d160cec
BLAKE2b-256 355d1ecb943608e9866e69d90bc5a4c6a1de6b46214b91a7e5f3ea3f906e9cb6

See more details on using hashes here.

File details

Details for the file antpack-0.3.8.6.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 856bfc891c3c25fc1bce8e92d9f47395f5a09557d42a77f6c0cd0e00d42884ae
MD5 c3fc0fb4931bdb2f909811cc0c3e0aff
BLAKE2b-256 4a9c0b5f832b9fd86b92cf6cbc0afa15df3d77a8d7c552df896ebbb86808b5db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f08273861ca8b692ee2475975b9c84c423a1b94343696e4e5030a2355dc84b07
MD5 374f67c3684477294ac17c81a25c8e41
BLAKE2b-256 cc3bcff8241786dd95b05e2f2575bb026b7eb217c6ff877d9249c9c02d20fcd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c09f85bda38fd1649f2caff983bda5ffa57975442d2e04cd88a25ea9cf4577a5
MD5 2c68cdbc19ee604aab433b45000a5a74
BLAKE2b-256 a1d563fd28a3bb6c95fc881ab7be518e758559ecd6edb9352e0e67922cf8a41a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.3.8.6.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 14.8 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.3.8.6.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 099b74f0646274589286c9dcaca22465b30c7189f6f11a49473703886ef24e69
MD5 4ae3a73a6bd764fbb961baced1935b5e
BLAKE2b-256 50d1f9325dd9aa96e2b3c794ad8f119da6c98515dad03daa1028cfd0831d4b0c

See more details on using hashes here.

File details

Details for the file antpack-0.3.8.6.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 601dd7d61e5aaa680e3878c202278563da096d471c1a68b517c5056b0a6cca40
MD5 c772bff69fe5c0cf60c18f7cc1446148
BLAKE2b-256 a0c83ecb03678f498d3543f0d246e72345710d416a3f4f7175e71899977a7329

See more details on using hashes here.

File details

Details for the file antpack-0.3.8.6.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e9dba7dd9f5607033077aa4de5337c80e9f054db9c881db1c3e7e6ee8f34d6a
MD5 40a07cb070fbaa7963fb4993e37f03af
BLAKE2b-256 4a4682001db09be665979714de229debc9dee30fe2814021158b0d25c1383eaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7e34736dc48416a27ffd6046c5c7afea82c24d0a7d8c0ce31c50c9f75cebaef3
MD5 a0ffe62fe9b51cfb0e91b678406f5595
BLAKE2b-256 fdf14aa1911fe5937ebe9a5520b2d7597002058002103ff74b2aed0c7d79e851

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.3.8.6.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 14.9 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.3.8.6.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 de6149a60e282db76fe9c1613d4b5ec8d51c7f7ca19d67ca71e2a36ba066524d
MD5 e8ffbdbc712d7415ce9f86d46a83a72c
BLAKE2b-256 db533e53f83a10003efaeaa501c01e9dd9e1919e6934b00717e66b5cc618405b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.3.8.6.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 14.8 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.3.8.6.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 db4c09ade5f2853c89c98300ecf784b18154da4a9ea1941c4376ef8d4ea0faaa
MD5 56955b58cbb553cc4981edf48976287b
BLAKE2b-256 12f945bba29fccfa92e4a801352f2d7a25fccbffad4f0a31e1980522cd81c8ac

See more details on using hashes here.

File details

Details for the file antpack-0.3.8.6.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b6c02c410913a2113ce7554ce63a755524910a564a379f0163de808555e7dab7
MD5 8f4301f5ca7dec2248610e1eebe8e7f8
BLAKE2b-256 a3a59f20cffc5638029e39c5fee4fcee0b06a2faa8c0bc3a63dfe58f28a3872e

See more details on using hashes here.

File details

Details for the file antpack-0.3.8.6.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce7ccd9a9b47edf0ea58029d6aaa2de93659ef019489cc206566341b07cad512
MD5 3d7579e56433be4339f28408f268cbbb
BLAKE2b-256 b535c08a9545bb9f8fc3f32b5b64ab18d9aca3306d4806613c9af55f109011a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.8.6.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47c8fbd1c0b6d123d1f475080189a4eea0311f997a8e5eea0228d600c67c2f3d
MD5 2a9b88274b5d6b18caced9267a5fa927
BLAKE2b-256 f8890a28db75d229f55bd3fa87242f8854cf1555678dfbc289d5773547add8e2

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