Skip to main content

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

Project description

AntPack

AntPack is a 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. We will try to avoid breaking changes but nonetheless recommend checking the docs after you install a new version to be sure the component you are using is unaffected.

What's new in v0.3.6

v0.3.6 incorporates a couple of bug fixes and some improvements to the command line tool. It's also about 2x faster than the previous version. On an Intel-i7-13700K, the time taken to number 3500 sequences for different tools was as follows:

Tool Time (s)
ANARCI 45 +/- 1
AntPack 0.18 +/- 0.01
AbRSA 13.02 +-/ 0.01

Previous versions of AntPack achieved about 0.35 seconds. Finally, in previous versions you had to know whether the sequences you were using were single or paired. AntPack still has the SingleChainAnnotator and PairedChainAnnotator but PairedChainAnnotator has been made more flexible and better at dealing with single chains, so if your input data contains both paired and single chains, it's ok to default to using PairedChainAnnotator. (SingleChain will be much faster, so if you know you're dealing with single chains only, always use SingleChainAnnotator instead.) You can also use SingleChainAnnotator on chains that may be single or paired; if you set it to look for a specific chain type (e.g. heavy), it will extract that chain from paired sequences.

Coming soon

We're adding a GUI that can be launched with a single command from the terminal / Windows command line so that AntPack can be used either as a command line tool, a Python library or a GUI, depending on your needs and what you're comfortable with.

We're also planning to link AntPack to a searchable online database of human antibody sequences and add tools for fast sequence clustering and stability prediction -- coming soon.

Installation

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.

The only required dependency is numpy. In future, to use the GUI there will be a couple of additional optional dependencies (although this is not added yet).

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 and for easy extraction of specific CDRs and framework regions.

V / J genes

Identifying the most similar human 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 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.

Project details


Download files

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

Source Distribution

antpack-0.3.6.1.tar.gz (15.3 MB view details)

Uploaded Source

Built Distributions

antpack-0.3.6.1-cp312-abi3-win_amd64.whl (14.0 MB view details)

Uploaded CPython 3.12+ Windows x86-64

antpack-0.3.6.1-cp312-abi3-win32.whl (14.0 MB view details)

Uploaded CPython 3.12+ Windows x86

antpack-0.3.6.1-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.2 MB view details)

Uploaded CPython 3.12+ manylinux: glibc 2.17+ x86-64

antpack-0.3.6.1-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (14.2 MB view details)

Uploaded CPython 3.12+ manylinux: glibc 2.17+ i686

antpack-0.3.6.1-cp312-abi3-macosx_11_0_arm64.whl (14.0 MB view details)

Uploaded CPython 3.12+ macOS 11.0+ ARM64

antpack-0.3.6.1-cp311-cp311-win_amd64.whl (14.0 MB view details)

Uploaded CPython 3.11 Windows x86-64

antpack-0.3.6.1-cp311-cp311-win32.whl (14.0 MB view details)

Uploaded CPython 3.11 Windows x86

antpack-0.3.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

antpack-0.3.6.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (14.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

antpack-0.3.6.1-cp311-cp311-macosx_11_0_arm64.whl (14.0 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

antpack-0.3.6.1-cp310-cp310-win_amd64.whl (14.0 MB view details)

Uploaded CPython 3.10 Windows x86-64

antpack-0.3.6.1-cp310-cp310-win32.whl (14.0 MB view details)

Uploaded CPython 3.10 Windows x86

antpack-0.3.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

antpack-0.3.6.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (14.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

antpack-0.3.6.1-cp310-cp310-macosx_11_0_arm64.whl (14.0 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

antpack-0.3.6.1-cp39-cp39-win_amd64.whl (14.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

antpack-0.3.6.1-cp39-cp39-win32.whl (14.0 MB view details)

Uploaded CPython 3.9 Windows x86

antpack-0.3.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

antpack-0.3.6.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (14.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

antpack-0.3.6.1-cp39-cp39-macosx_11_0_arm64.whl (14.0 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

antpack-0.3.6.1-cp38-cp38-win_amd64.whl (14.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

antpack-0.3.6.1-cp38-cp38-win32.whl (14.0 MB view details)

Uploaded CPython 3.8 Windows x86

antpack-0.3.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

antpack-0.3.6.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (14.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

antpack-0.3.6.1-cp38-cp38-macosx_11_0_arm64.whl (14.0 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

File details

Details for the file antpack-0.3.6.1.tar.gz.

File metadata

  • Download URL: antpack-0.3.6.1.tar.gz
  • Upload date:
  • Size: 15.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for antpack-0.3.6.1.tar.gz
Algorithm Hash digest
SHA256 4f08c1167171de8ce363cdd1b268296873257f1b6b6593f7e3f1034378cf28fd
MD5 5f350ab4c517c337809207cc806e0fd0
BLAKE2b-256 47d5f92095c0203c1b0065b84a9514872882a6e3ba38d1cf92f57e1602ff0314

See more details on using hashes here.

File details

Details for the file antpack-0.3.6.1-cp312-abi3-win_amd64.whl.

File metadata

  • Download URL: antpack-0.3.6.1-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 14.0 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.3.6.1-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 67539f258c5cad8eb968e73410092712de3ba3c2973f1f4ccd9133eb4bd1556e
MD5 0f41feb8482e4bf5e50b7a183d2b274b
BLAKE2b-256 e03527adc098670b063910a818ed0cf649f31cc93d03fdd512b97f300fcb6a77

See more details on using hashes here.

File details

Details for the file antpack-0.3.6.1-cp312-abi3-win32.whl.

File metadata

  • Download URL: antpack-0.3.6.1-cp312-abi3-win32.whl
  • Upload date:
  • Size: 14.0 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.3.6.1-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 d0d1affd38c37577be68d719443d37a05e86bb624fa6090ce8e188372d39a899
MD5 083d84ca2e07206751a8c2601d24a930
BLAKE2b-256 03babc33a6f37623b17df9ac53f0002d6e037d2527031e47e67e4df1aea60fd9

See more details on using hashes here.

File details

Details for the file antpack-0.3.6.1-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb0a4156e24251fe1aa138ddbe3314cbbc022e30b5e22bd3a97514a3f60a80e0
MD5 b52fe98bb3cfb29628873bf631a1e953
BLAKE2b-256 5b18b5b9f3ebda1195b8fa4cdfa0ba63e8345181f62d51192610c854b1919c3f

See more details on using hashes here.

File details

Details for the file antpack-0.3.6.1-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp312-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7a1acf0df4d9db7cc090801e79c25c349e9340c26832bd82f037a259690c685b
MD5 134bd3a4547602748f0879d4269e5e24
BLAKE2b-256 564d29407e769ddab11a1a5b33faf68eac4f66306cd6df44474caf26cca90342

See more details on using hashes here.

File details

Details for the file antpack-0.3.6.1-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7e487c5c90aeefa13efaac6541598fe401cdc268e601725fa27d8cc7514382c0
MD5 80fb8b156e63e49cd98e36da8dfec6a9
BLAKE2b-256 22f27af76f3159420e6b5353f379ad3e2fdb095e2aa4b4dc41e0e26b1ef74334

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e5d4380eea2110053d7f99ae94ad2378b5b792dea96e2a20d5891fb69a9ba38d
MD5 2b71676df89c277c8dcc4298b1ce8267
BLAKE2b-256 3694b197b98cfce1ac1f08a16ac89b5bacdb16a23739da14b9cd0fb681c6fbd9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.3.6.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 14.0 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.3.6.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 22204c89f7f22750dc89e541c1b3de1370361602a3cacc62b60ff5e56b87606e
MD5 40ff0c7c94ba5ead2a161bddcb46c3f9
BLAKE2b-256 ea5793acc2aff6b9255cb6cdb756c28921f271c9e192da7e5473b1db97adba9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c20800cf85852b2c8191d543059e06ab47fd0e8a9993fd8ae08daccf328bf7b
MD5 b307d7961f1ade79aacf6064392ef107
BLAKE2b-256 dfdb9ba534ffee080bc46a6b3569079695ae560a670ce6084af6a2246bb0b252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 394c092f9b9789d3a7eae69f3894c99322619213df57ff28ae5129cf7501869f
MD5 21290cbadc520777541b5b2692c525cd
BLAKE2b-256 c8d98b1fb5263123558a892d89b3dd34c45de1384c6bf03ed27fef953c4bfa9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 39168471a57dfe515ca912c5928ec4b88b4c0657c7555c0c54cf326d17036fc5
MD5 d18f5f00864b5e0f90e81721a12ed42e
BLAKE2b-256 c70b582643d96aa280dffda2070ba3f022d307947ba4cf04d2f51df6c386e0cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9dd146b064c7cf50419e7299610495e4a54214e69305d3057c376893901a9f8a
MD5 61663a1d1fe677410872fd051dac7e6b
BLAKE2b-256 a2646a282c7bbd0e0cb30c7cabb5c8a0de067b6e4e73d2381a374c94f0628dc4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.3.6.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 14.0 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.3.6.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a9e439b7969c926f2c23ccd847038793a75e4bb8e36669d293a41d31e815fc75
MD5 03c49893dbae1510120455e52bdbf3f5
BLAKE2b-256 4896f27d522b8693b6e898cdf770e2e7f9f24d77ea4ff636c7f45a399d782743

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da97ab5aa644478284af4cca0ef104c37cf3f97990df13d1289a30599545873e
MD5 a6235bbad0a5bbdf5a4cc39e2db458a9
BLAKE2b-256 59569ddaa3e5da2bb60c6e8627b60a50be926f47e13c1fc976db6a6beb235ab9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c273721829b84e165ddcda16fd90d8b38b6419dd1bf8285aceda14756a399b4f
MD5 e2118223de882c74dc026f6e9edfe461
BLAKE2b-256 0a6295850578c62fd7aad270b7308d41d0c1e451b4b2b29bbdc07223d42feae0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 115437bc0fdb95c4b7ebe4397940c56e7440ef56555635aa14346b8e04f2dfac
MD5 4423dcd704b255af422e5e80e5486e0c
BLAKE2b-256 7b6eb8ee1189d9e01c9aacb0621879826e409cf8827f8cbedab112a5a7adbbf0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.3.6.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 14.0 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.3.6.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ceb32395836e41576cc0fe4247a8e237340b57a0393af4e899576dc6a91a8bd4
MD5 0e331e8f40c0f7196fbee33e0c708ef5
BLAKE2b-256 f143d83582e1a29f7062b09c7025dfeac546c28af2e5d010edb1d5aecccf6dab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.3.6.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 14.0 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.3.6.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9501dc269c1db962e40a5c1bfb0935c0470251feefd885ae584cca6849b5c040
MD5 964548d4a5ec40537b04bc1a4d6c9445
BLAKE2b-256 42c2f8b03db5c93a57bb4fffae4ec18b164278387e1ee9dcf5d8a34966ab216b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73b9d9bcf22557b1bb51f3659a643c4420b466dbafbc8d64a7330a56982cd9c0
MD5 d33e5ea280befbcce2b5c23ec9142da8
BLAKE2b-256 e8dad2f613fb6938a48c3a82727b9a738da1ea9e717c602e5be37ebb1b6cb0e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d0cd8b549839e7f52d2640b5cf40fce7bbcc1e9be663fa7c0d19e24a5ac95071
MD5 58e7f2ab7172c45e0934cd75371bc41a
BLAKE2b-256 5fa0f7de48b68b2a29ac96bbe09ab648713d7dea8f8409d4eb48d32880468269

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 143ae958c93b06a62058ebf837629ea81e4ac4e50955196e2b38e548732c0bb5
MD5 6f726621b43c4c6e567446ec23b81a6a
BLAKE2b-256 69e57827ea65bf869a3fea0c8aad07c57cf6617456f21f771ef52a1dbdd33d76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.3.6.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 14.0 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.3.6.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ab67bec1ab9e3791d133ac51be59c984df5bc20b7a132d3eda6326fc16c88ab7
MD5 55ca55b8cf7c948aaab55e8c0c904505
BLAKE2b-256 adfcca739d8e77ba39e2631fc75aed357b6193e69a0a2ebcd1b48827166c6919

See more details on using hashes here.

File details

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

File metadata

  • Download URL: antpack-0.3.6.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 14.0 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.3.6.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7c527a00563dcaffa3d2cd57e784e6e1ba795301b0356f516074c207f4766474
MD5 5abbea1659084bcf36592dbb9348fb54
BLAKE2b-256 441aa7fc3e4083fe65261cc3c38d57b1f98e6ee6b01eda46b2f9f237a106a43f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 829fdf288235823d89509e1e9160af9c1521322553dd3a616640f32716489032
MD5 1777dbe423d27dc42cae1c033dc25995
BLAKE2b-256 64a07c86f04006f177733af45b19d6eec0e024b7c67589c0c1a5e7cdee896637

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aac6aeea5005293788f14871ea8fb7becc3b2d99752f5a4b9ae92dd00a8858c4
MD5 c4051c549e3ac47fb56b1717fa41aa30
BLAKE2b-256 1e2fb2e70468cb6c9bc920bab2f3d923ca4db353786b852c8823d888012c474d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for antpack-0.3.6.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ea1124a0f1ed4505d017d725d1aa2bc1b02318089bb65f03667f14d1e5b2adf3
MD5 2f51543c736446184327f9ddb5e06b38
BLAKE2b-256 86333115f545ff210732793fb29dfdd666154457a4e43e98375fdf946fa36550

See more details on using hashes here.

Supported by

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