Skip to main content

Pangenome analysis suite

Project description

PPanGGOLiN: Depicting microbial species diversity via a Partitioned PanGenome Graph Of Linked Neighbors

Actions License Bioconda Source GitHub issues Docs Downloads

PPanGGOLiN (Gautreau et al. 2020) is a software suite used to create and manipulate prokaryotic pangenomes from a set of either genomic DNA sequences or provided genome annotations. It is designed to scale up to tens of thousands of genomes. It has the specificity to partition the pangenome using a statistical approach rather than using fixed thresholds which gives it the ability to work with low-quality data such as Metagenomic Assembled Genomes (MAGs) or Single-cell Amplified Genomes (SAGs) thus taking advantage of large scale environmental studies and letting users study the pangenome of uncultivable species.

PPanGGOLiN builds pangenomes through a graphical model and a statistical method to partition gene families in persistent, shell and cloud genomes. It integrates both information on the presence/absence of protein-coding genes and their genomic neighborhood to build a graph of gene families where each node is a gene family, and each edge is a relation of genetic contiguity. The partitioning method promotes that two gene families that are consistent neighbors in the graph are more likely to belong to the same partition. It results in a Partitioned Pangenome Graph (PPG) made of persistent, shell and cloud nodes drawing genomes on rails like a subway map to help biologists navigate the great diversity of microbial life.

Moreover, the panRGP method (Bazin et al. 2020) included in PPanGGOLiN predicts, for each genome, Regions of Genome Plasticity (RGPs) that are clusters of genes made of shell and cloud genomes in the pangenome graph. Most of them arise from Horizontal gene transfer (HGT) and correspond to Genomic Islands (GIs). RGPs from different genomes are next grouped in spots of insertion based on their conserved flanking persistent genes.

Those RGPs can be further divided in conserved modules by panModule (Bazin et al. 2021). Those conserved modules correspond to groups of cooccurring and colocalized genes that are gained or lost together in the variable regions of the pangenome.

A complete documentation is available here.

logo

Installation

PPanGGOLiN can be is easily installed via conda, accessible through the bioconda channel.

To ensure a smoother installation and avoid conflicting dependencies, it's highly recommended to create a dedicated environment for PPanGGOLiN:

# Install PPanGGOLiN into a new conda environment
conda create -n ppanggolin -c defaults -c conda-forge -c bioconda ppanggolin

# Check PPanGGOLiN install
conda activate ppanggolin
ppanggolin --version

Quick usage

Run a complete pangenome analysis

A complete pangenomic analysis with PPanGGOLiN can be performed using the all subcommand. This workflow runs a series of PPanGGOLiN commands to generate a partitioned pangenome graph with predicted RGPs (Regions of Genomic Plasticity), spots of insertion and modules.

Execute the following command to run the all workflow:

ppanggolin all --fasta GENOMES_FASTA_LIST

By default, it uses parameters that we have found to be generally the best for working with species pangenomes. For further customization, you can adjust some parameters directly on the command line. Alternatively, you can use a configuration file to fine-tune the parameters of each subcommand used by the workflow (see here for more details).

Input files

The file GENOMES_FASTA_LIST is a tsv-separated file with the following organization :

  1. The first column contains a unique genome name (without space)
  2. The second column contains the path to the associated FASTA file
  3. Circular contig identifiers are indicated in the following columns
  4. Each line represents a genome

An example with 50 Chlamydia trachomatis genomes can be found in the testingDataset/ directory.

You can also give PPanGGOLiN your own annotations using .gff or .gbff/.gbk files instead of .fasta files, such as the ones provided by Bakta with the following command :

ppanggolin all --anno GENOMES_ANNOTATION_LIST

Another example of such a file can be found in the testingDataset/ directory.

A minimum of 5 genomes is generally required to perform a pangenomic analysis using the traditional core genome/accessory genome paradigm. It is recommended to use at least 15 genomes with genomic variation (and not only SNPs) to obtain robust results with the PPanGGOLiN statistical approach.

Results files

Upon executing the all command, multiple output files and graphics are generated (more information here). Most notably, it writes an HDF-5 file (pangenome.h5). This file can be used as input to any of the subcommands to rerun parts of the analysis with different parameters, write and draw different representations of the pangenome, or perform additional analyses with PPanGGOLiN.

Other Workflow Commands

PPanGGOLiN offers additional workflow commands that perform more specialized functions:

  • workflow: Generates a partitioned pangenome graph.
  • panrgp: Combine the workflow command and the prediction of RGPs (Regions of Genomic Plasticity) and insertion spots on top of the partitioned pangenome graph.
  • panmodule: Combine the workflow command and the prediction of Modules on top of the partitioned pangenome graph.

These commands utilize the same type of file input as the all command.

Issues, Questions, Remarks

If you have any questions or issues with installing, using or understanding PPanGGOLiN, please do not hesitate to post an issue! We cannot correct bugs if we do not know about them, and will try to help you the best we can.

Citation

If you use this tool for your research, please cite:

PPanGGOLiN: Depicting microbial diversity via a partitioned pangenome graph Gautreau G et al. (2020) PLOS Computational Biology 16(3): e1007732. doi: 10.1371/journal.pcbi.1007732

If you use this tool to study genomic islands, please cite:

panRGP: a pangenome-based method to predict genomic islands and explore their diversity Bazin et al. (2020) Bioinformatics, Volume 36, Issue Supplement_2, Pages i651–i658 doi: 10.1093/bioinformatics/btaa792

If you use this tool to study modules, please cite:

panModule: detecting conserved modules in the variable regions of a pangenome graph Bazin et al. (2021) bioRxiv doi: 10.1101/2021.12.06.471380

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

ppanggolin-2.2.5.tar.gz (3.6 MB view details)

Uploaded Source

Built Distributions

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

ppanggolin-2.2.5-cp313-cp313-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

ppanggolin-2.2.5-cp313-cp313-musllinux_1_2_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ppanggolin-2.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ppanggolin-2.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

ppanggolin-2.2.5-cp313-cp313-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ppanggolin-2.2.5-cp313-cp313-macosx_10_13_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

ppanggolin-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

ppanggolin-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ppanggolin-2.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ppanggolin-2.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

ppanggolin-2.2.5-cp312-cp312-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ppanggolin-2.2.5-cp312-cp312-macosx_10_13_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

ppanggolin-2.2.5-cp311-cp311-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

ppanggolin-2.2.5-cp311-cp311-musllinux_1_2_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ppanggolin-2.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ppanggolin-2.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

ppanggolin-2.2.5-cp311-cp311-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ppanggolin-2.2.5-cp311-cp311-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

ppanggolin-2.2.5-cp310-cp310-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

ppanggolin-2.2.5-cp310-cp310-musllinux_1_2_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

ppanggolin-2.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ppanggolin-2.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

ppanggolin-2.2.5-cp310-cp310-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ppanggolin-2.2.5-cp310-cp310-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

ppanggolin-2.2.5-cp39-cp39-musllinux_1_2_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

ppanggolin-2.2.5-cp39-cp39-musllinux_1_2_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

ppanggolin-2.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ppanggolin-2.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

ppanggolin-2.2.5-cp39-cp39-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ppanggolin-2.2.5-cp39-cp39-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file ppanggolin-2.2.5.tar.gz.

File metadata

  • Download URL: ppanggolin-2.2.5.tar.gz
  • Upload date:
  • Size: 3.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ppanggolin-2.2.5.tar.gz
Algorithm Hash digest
SHA256 92154ddbe7f0baf1d280026da4c8766b2c40720cc27f00a73d61a55c89d69991
MD5 6738fc6c24a13f89a0074422fd5afa98
BLAKE2b-256 f02cc42afa8c25a880c005822ea71890226ffeedf402b0e6e1fd662a0953edef

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5.tar.gz:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce41541c40af5d61fb359560a9ae70176436a0f8791d3733a224a9421c5834cb
MD5 973a403a0df1cb9938fc42dd2147668b
BLAKE2b-256 7104b3ad6c6ffea003d21239e347d43495a4623c3aecc5dc6431cb69903b556c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 74c9fc2861a0a556b9564f7ce3438a9712b168eeff3ecf6b242869635581d4d7
MD5 d8749e97507e37f0c0770f5cc03c9e10
BLAKE2b-256 1f0e8c5ba3424a037c80d6ebe2aaa877dccbb55bb088d56954889df0c8fd2bfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7381b79ed3ce8a02902a85276de0566527eb0939e2e7f86fdcb6c97056f00b34
MD5 8597e907dd533482a8fa8616c25b1fc7
BLAKE2b-256 ddb1b22a2c4e821281846063921905a5b073d11593e4306abb2806e103e3a8f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 347506dff04f3115a70a17392457df3fa92d4fb21f0774aae5385f4032603580
MD5 cc3d3ea9dadd1486bf2b2bca56793706
BLAKE2b-256 8012fee034d4689e2eeef83039d994b1df8a3bf25e02a3f5570f2e69244c7eda

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e22c43d1d9888af57512059b9c99569b0911b0714c5db215159f6780e9798f1
MD5 1ac00b03ea239496c2df38d2ec1dd151
BLAKE2b-256 16c69c9a3704dddd3641b7a79456f2d46c35598ccbb94811e81724f4c0243edb

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b71f1aee74f295ebbfbe566855d5c36ab0484be399bc245dc777176522368b29
MD5 781f284c2280f20d0d8643c43751d073
BLAKE2b-256 e5a28809964e946cecad99040ff6b77e5d43517c792bb7c18acec776e928d865

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2e3ac6018c2fbfb878f0a85ebaaa56134faaae77713f676baded61c51952401
MD5 8b0a27eccffb122b4700709b28d57a3f
BLAKE2b-256 1ca3aa1d47b2271b3aa0bbbd0eacdc37a2f255309ff3dfd4692668e43fe7584f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e3b9318d1083a99489ed5c05e20b0417c0a27dabe656851ddbab5d9350659889
MD5 581cdf38b8f53448fbc2b4dfb29f7882
BLAKE2b-256 bac02c23d8b42c4180773253cc1ea6f3672f7cd838861f60a39c92ff7d2e071a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d5c7f910558922baf26d38d083c85ce1cd1c5093ac28bc94123e90450d3f9f2
MD5 443a5dde5b4ba6212302375e8f1df123
BLAKE2b-256 ae14f66a842de69899ba5eefc502c5ff6df252c6093704503129e57a368f5e16

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32c7c701dc77c27294ec9df03853a66ebe350288edda821a6e3d7a1bf191ac97
MD5 452380cb6eaf5411913765f1934a4849
BLAKE2b-256 5ebac72ee1483f214b42873fafb8b181caeba98a7fd641050ce6abd76037d4be

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ee187feb58deae68912f85f082a406496bf24b2c0f1a9a5e107c83b6236dc72
MD5 49da39dd7726a9b08088102952615992
BLAKE2b-256 dca5e2725f980172ed7d67889a334ccc74b4ce3d57273cca77253491e63a33bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 654b43d43f99669c3309fabe04db64bfcaec0c3a2a9df89ac10f1456e5ade8c8
MD5 b12f40144c9e9122fe443cfb359fdb97
BLAKE2b-256 b2ecc09861396e71a4fdd645fab6611629fe59407ae883931b96d83c403ce3fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0895788f10144131223355c13a9cbf8e05cb350b17aee9764541c70543ec0c7f
MD5 8e7cb99f96a6c4f2a00fbb1da5b2e86f
BLAKE2b-256 5a4879022a6863ad85b646e0eb3bd0317b2d3ee5b039a301e46af21cf449b78d

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5265f4f1b8776b55ffb1fabc6dd34516ccff3c0727231b21eae387e26b0be0c4
MD5 2d70e70cf4e3c163bc58e260eb0daff4
BLAKE2b-256 7102554f494b2c2e0ea0459faa08cf77fcd33ac678281ff52b5be35121b38f48

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d02c3cb32f7bff490e6a84428c951b0b9e0bf07615f31796083aed4b1af56be
MD5 85503bc4ba6a124e631b7ca79dbfbcb1
BLAKE2b-256 72ca9f053512cab217f2a0d80b7f7d9301c179adf63f6c4e5ece95215d568cb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 304e4b356ce702190be027afc01c0ba96e4cb2b4e45812aeea99e4777b5b82f6
MD5 1f487e0dfe1db686d40575f08c18ea1d
BLAKE2b-256 8a602fb8b3655c7dce2005323f615f53f2122346bf91972d94098639e3bbf8ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a0ac5e5bb5c625c7d06f82a1a97d39d4d2b141cb6eb73e0c1bedc23d3ff13739
MD5 2fca6cd79db85c93aac4fe01eefc316f
BLAKE2b-256 a61737cc8e2788cca7ef336a20220d6a889482cf4418b269feef9736dc2dd2c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ae09fd021666970bda7b5f4bd46a902a486d02bdbad9265edc7f86d267dca67c
MD5 0790acb7853bbea2dd4ddeade54cd4fe
BLAKE2b-256 929f0edc79f74af26fa870213317498e22d583438221350a0cd5562b3393f565

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3d9974f8b88340340d0e94f6e998edcea81c3ffd0c67255c98da01864e848ff
MD5 761433faa0e3007b378d9158f2625e3a
BLAKE2b-256 af8013dca02943a38d7de87e3f28dac9d7c0d6f6c140942ce87cd9895d142c53

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 81d03dd1039140791e5a0c732a4beb901bcce828a765442605d6f64f41ec89f5
MD5 e8f6d34fbd053d9c99e2a1c00a735525
BLAKE2b-256 b99d33190d4517ff8bf5e9768809fc919dd2394dc7564eb22864645e34483c85

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d749c2b1d0413667a6a6338e70a4e58ad94655fae86ca6f0cc6f26271d5dbea9
MD5 79985a379e3b28cbc3d9095be94bf632
BLAKE2b-256 bcb7e04d2ebda84fc7388689a0774c1585313d9e812df38f63cc1c132ab3a2ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b37426410757a9507a866b9456078613d834c8c151ae369b4be548ad0d116f94
MD5 15154392f242fe7e6d566001da5c399d
BLAKE2b-256 207088818b8cf9945a3d10494ee0d59beb9ddbe1518cf481c9a7cca723233246

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3134b65a36aa1eec5d89fc9d6707acaf415da0c651713daf05fdc239a47d92e2
MD5 1a51313811cf411840f49f4ceeb73291
BLAKE2b-256 d3bc22b8dff63bd049394f54f49955f0c3ed148835a6d8b13abe2865ca15f042

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4480747e7d9241dfcdcac3de11007cf0c33dae31ba8c7d6529c015e2f83c05f9
MD5 cc071116c88499f0fceb8c7095f79b52
BLAKE2b-256 4746d25449faeef437f92e39c10651058e00fffd10e22cbc3053919ebb3f6a8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3dd334311991dcae14c1365bb3f1eed5d54f3bf79c58df326029010b897c6d5
MD5 70c0b632c74e877eb30f76e11464c6ee
BLAKE2b-256 ae21fc17491e028a159345ade2d90ae1861f3fbfbe9c0dddc2e9b7eb3615753a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7e102d7a79ada30cf45aea4dd7fad436b62dbb459bfe8041bf66843ce9fbc395
MD5 777c274b531484417bffe5a30c8b57de
BLAKE2b-256 de996a5ce73f46a73a02928087dd411aac4c8f7275c9a3d5586a61e36f4bb46b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11a731309e4d75f77efa0f8119dc881b90fe9297acf3b8abfb7736f681f0e2ea
MD5 17834a462fdfb6309cc5fec050087ab4
BLAKE2b-256 9dffce26d2772917dc40b0466fbfe82a6e423f2bb796ec82ae7627a361e48b57

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3d35c61ecf3b335eec582368439a597121b1aee114a720fcc739df925afd7d55
MD5 59f527da2fd3710df84fcf9f5aed8425
BLAKE2b-256 4acf490c2fbca035ce837e88d02a8b1e875db41041d33fb9d5c42896d3e54293

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11ac2f87fc995c335658601b3fca8ce7a8ba1528807cc68431bf96baaeb334c6
MD5 cb7fa8e4a89de915e6135e5012379eeb
BLAKE2b-256 ac39b5fea42930f05bf1d5ef27b4a850b8dcafdd0d6e8fe007f2c00718032aba

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ppanggolin-2.2.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ppanggolin-2.2.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a6dc93f4dcc0a77968090e502a60a0a3c86153555caf35d132b2d052a741849e
MD5 20df5adbfcf19976a7198aa7200f20e2
BLAKE2b-256 a683ffbeb56160ef1506c6eba2ee8ac8ddb35190c88a21265091d1ee8abf5f30

See more details on using hashes here.

Provenance

The following attestation bundles were made for ppanggolin-2.2.5-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: pypi.yml on labgem/PPanGGOLiN

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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