Skip to main content

Package to create networks for detecting coordination in social media.

Project description

coordinationz

Collection of scripts and package to analyze coordination in social media data.

To install the package, download the git repository and run the following command in the root directory:

pip install .

To install the package in development mode, run the following commands in the root directory:

pip install meson-python ninja numpy
pip install --no-build-isolation -e .

For debug mode, use the following command for local installation:

pip install --no-build-isolation -U -e . -Csetup-args=-Dbuildtype=debug

To debug the C code, use gdb:

gdb -ex=run -args python <python file>

Run for INCAS datasets (e.g., phase2a or phase2b)

First install the package as described above. The next step is setting up the config.toml file. You can use config_template.toml as a template.

cp config_template.toml config.toml

Setup the paths for the INCAS datasets and networks

# Location of jsonl files
INCAS_DATASETS = "/mnt/osome/INCAS/datasets" 

# Location where the preprocessed datasets will be stored
PREPROCESSED_DATASETS = "Data/Preprocessed"

#Logation of the outputs 
NETWORKS = "Outputs/Networks"
FIGURES = "Outputs/Figures"
TABLES = "Outputs/Tables"
CONFIGS = "Outputs/Configs"

The INCAS_DATASETS folder should contain the uncompressed jsonl files.

First, the files should be preprocessed. This can be done by running the following python script:

python pipeline/preprocess/preprocessINCAS.py <dataname>

where dataname is the name of the dataset, which correspondts to the <INCAS_DATASETS>/<dataname>.jsonl file. Together with the preprocessed data, the script will generate a .txt file with some information about the dataset.

The parameters of the indicators can be set in the config.toml file.

Currently, only co-hashtag, co-URL and co-retweets are supported.

To run the indicators, you can use the pipeline/indicators.py script by running the following command:

python pipeline/indicators.py <dataname>

where dataname is the name of the dataset and indicator is the indicator to be run.

You an add a suffix to the output files by adding the --suffix parameter:

python pipeline/indicators.py <dataname> --suffix <suffix>

if no suffix is provided, the a timestamp will be used as suffix.

Such a process will generate files in the output directories defined by NETWORKS, TABLES, and CONFIGS.

In particular, the TABLES folder will contain the suspicious pairs of users and clusters in CSV format.

The NETWORKS folder will contain the networks in xnet format. xnet format can be read by using the xnetwork package:

pip install xnetwork

and using the following code:

import xnetwork as xn
g = xn.load("network.xnet")

The result is an igraph network. You can convert it to the networkx format by using the following code:

network = g.to_networkx()

The config file used to generate the data will be copied to the "CONFIG" directory. A new section will be added to the config with extra parameters about the run.

Text similarity indicators

The text similarity indicators can be run by including usctextsimilarity, textsimilarity or coword to the indicator list. For instance pipeline/indicators.py <data_name> -i cohashtag coretweet courl textsimilarity. usctextsimilarity` and textsimilarity requires the instalation of packages faiss and sentence-transformers. GPU is recommended for performance.

Run for IO datasets

Repeat the same steps as for INCAS datasets, but set the IO_DATASETS variable in the config.toml file to the location of the IO datasets. Also, for preprocessing, use the pipeline/preprocess/preprocessIO.py script.

Submitted methodologies

To generate the results submmited for the evaluation datasets, use the following procedures:

First preprocess the dataset according to the preprocess instructions above.

For the UNION approach:

  • Copy the config_template_union.toml to config_union.toml and set the PATHS accordingly.
  • Run the following command:
python pipeline/indicators.py <dataname> -c config_union.toml -i cohashtag coretweet courl coword -s union

where <dataname> is the filename of the dataset (for the evaluation dataset it should be TA2_full_eval_NO_GT_nat_2024-06-03 or TA2_full_eval_NO_GT_nat+synth_2024-06-03).

  • The results will be stored in the Outputs/Tables (or the folder defined in the config file).

For the SOFTUNION approach:

  • Copy the config_template_softunion.toml to config_softunion.toml and set the PATHS accordingly.
  • Run the following command:
python pipeline/indicators.py <dataname> -c config_softunion.toml -i cohashtag coretweet courl coword -s softunion

where <dataname> is the filename of the dataset (for the evaluation dataset it should be TA2_full_eval_NO_GT_nat_2024-06-03 or TA2_full_eval_NO_GT_nat+synth_2024-06-03).

  • The results will be stored in the Outputs/Tables (or the folder defined in the config file).

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.

coordinationz-0.1.2-cp312-cp312-win_amd64.whl (50.4 kB view details)

Uploaded CPython 3.12Windows x86-64

coordinationz-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (176.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

coordinationz-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (94.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

coordinationz-0.1.2-cp312-cp312-macosx_10_9_x86_64.whl (100.9 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

coordinationz-0.1.2-cp311-cp311-win_amd64.whl (50.3 kB view details)

Uploaded CPython 3.11Windows x86-64

coordinationz-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (176.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

coordinationz-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (94.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

coordinationz-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl (100.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

coordinationz-0.1.2-cp310-cp310-win_amd64.whl (50.4 kB view details)

Uploaded CPython 3.10Windows x86-64

coordinationz-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (176.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

coordinationz-0.1.2-cp310-cp310-macosx_11_0_arm64.whl (94.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

coordinationz-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl (100.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

coordinationz-0.1.2-cp39-cp39-win_amd64.whl (50.3 kB view details)

Uploaded CPython 3.9Windows x86-64

coordinationz-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (176.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

coordinationz-0.1.2-cp39-cp39-macosx_11_0_arm64.whl (94.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

coordinationz-0.1.2-cp39-cp39-macosx_10_9_x86_64.whl (100.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

coordinationz-0.1.2-cp38-cp38-win_amd64.whl (50.3 kB view details)

Uploaded CPython 3.8Windows x86-64

coordinationz-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (179.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

coordinationz-0.1.2-cp38-cp38-macosx_11_0_arm64.whl (96.3 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

coordinationz-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl (102.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file coordinationz-0.1.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d17cfc0cd17bbc72e2e8c674934b265a9b420fecb5980138b6acf99937ab56d7
MD5 8a406b6e7a52a876698a91c820eab4bc
BLAKE2b-256 67e87458022b2b797c078a5251a2a13065d60c3e9f50875a30058bbeac63dc4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp312-cp312-win_amd64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 389e789d599f484bb567069ec24dd101e482ee8a74ef0a8949cc827c94b7dd92
MD5 089002be5531ab3f7a2b76f873ba2a84
BLAKE2b-256 f692d682bc21fc9f18feba3b63dbcc5aa3bb4496b0967affa50a9ff14cd1e769

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3f97f3b2a991f818f7ecb4332edc7129d84367a0ecb2ed7610397964b569e0e
MD5 9d5073765157de944fc3074bc34dd867
BLAKE2b-256 b0f7ca3a818ae7fb0bc90a037d682b4894ebf6096672b8beb349fd04a3f03aea

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c90a984a5cbe22d8b68c2d46d56d406bf3fad220fe3a3954b7c2b79c74a5b203
MD5 b8fafd023c99b3b9ed7aee02ecb2f35d
BLAKE2b-256 5b58ced09cba9a4c72d513bb4a69c7e72ab4ceac28229684ac3b5f53300a8df9

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 16d3b956a0a0743a9dd8e929dfaca2604c4425e7427badbf9b2f37e800e1c8dd
MD5 ab0a070680db7fa78b0d5d10de942ec8
BLAKE2b-256 5caf68ffc9c36d8f7494c9b9a6e57917aa2a3eb0542bc9b65370e1c9e2c132e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp311-cp311-win_amd64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 817077851a20ed3258bb7f55fef56b3f5fe70fe9a3e851f60d7218ce9051bc48
MD5 cba839346855f99e49d75634e7f7f921
BLAKE2b-256 6c521daa02ddbaa4ea7a9b24727a57d312cb5e5417c249dd185b57392d45451b

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3eeb96db113a28f45b2aacbf552cff87c42e5a60259003dcebbc2d14b2ab21e1
MD5 47f3eaf33c27fe0f3643725387ac5470
BLAKE2b-256 e5f2daf8fdeab0a05db076db521835c1e7e7e622d67fbb265f86a03aa8a725c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0402639752a1ff2ede8c3d7621f28c97ac63f2c026b41798c77b4904a9d502ee
MD5 02e35ebe2a491a0d19343953a22b1d2a
BLAKE2b-256 3310686b065d6189bb3ee64859b22ff22b745b33ac61e12650c493c0cce87f1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5dfafc7a6edca319b5549de1be13f69f053f9d971018b972830bde1fdfe6594f
MD5 14e0a2a802071ad3a8c5f47bc06d09de
BLAKE2b-256 f1745e238e74642f287f173cd7ccdf0b34ec695a683caa70659977f2df94e628

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp310-cp310-win_amd64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72f93f126ea0c74fd5df1cbcf02809321e9b572d4f10f8436fc83e550fe34068
MD5 eb4ec892e3a7090c1c04d7b7f27ed9a1
BLAKE2b-256 38f971c487ef3347d2b3d1162610bb3342a7e7e7fbcbabcbaef0788f61cf0d07

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4fbec5023ed6dc1f25557e14d1afa84b0fcba862ce21ebd43d7951197ee1339b
MD5 9e3167c9a62f83b8e10ce49612b83664
BLAKE2b-256 21a3f72a2b4514a9031eedb21c80192e1b86b5a6a035c8d2462c0752ecb8b697

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a1a6d94f59537c955b5b832490bbf8a807ba27a9e878401ba232c844c47711c
MD5 c700b96741557a6cd5c07ec6a9d805c9
BLAKE2b-256 605e232dbd0d471136b2bc3e25843421cc6724320b9f86b2d77f8754fde5daba

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bfdc5ed7502968c1e46892655b80c9aa6c077ff690b0fcf5012e21a2a24ffbb6
MD5 9e694fced4981f0870c66db9f556f79d
BLAKE2b-256 11342771085bc51d77af4535296fd89110750192feff009df63e4ed745fe2779

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp39-cp39-win_amd64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89455442d63aa989421113093b04f761cf5abe02c26929e50fc7244dd531fe52
MD5 a7c2a6a30f6bbdd50a3d1a4c2e3034ad
BLAKE2b-256 3ab4d3666285edef6bce768ef72571f50003d092d4ef190f31c16516701b33d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d9896bc1a915fe88aa37f57b1a2c442f980458c02ef542715f2fda8e175fa01
MD5 3787c68d07e287d3b8243a242fbfd486
BLAKE2b-256 80044205ce1b96e3d8aa4f85a170edaf36ffbe29fac997299312be8e9802e4a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9841a7e56994070cc5c98df0ac19ecd2a42c06baaebfdb82a422ff548eb71c2d
MD5 b1a1d1caeac2095a85a603fbeb6ee1a9
BLAKE2b-256 680c3e37f65a4caaa2601105e074916b66f087aaa879ac6e92e97c1eda124ed5

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ed0835ac20428b7e79d252e6cd362d57a0ac1e0cca17f734847852c10202d507
MD5 ecbe5882f5c1a93cbfabd92417b82298
BLAKE2b-256 798fb4754c2aa732ade18e0fa8d458889054045ac15fc309848301988a5b9768

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp38-cp38-win_amd64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36c0633b9ea4a38e7294a1089513ff345b6b1946f9609e669dc556d12bf6f5a4
MD5 b6f9b6d796480dbbbcfa3f9b3656204b
BLAKE2b-256 e8de66c2aa30c0f882762fea236ef23e0ff2f04dd1e016b72386a67ad7dca165

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 666b84cb85f1cd18aa839fa30da4199029a20ca11ac6783affcb10cb65ce5117
MD5 a78416a2a32e89ce45e3ea86267b1ad9
BLAKE2b-256 9fc2eae492e5c51d2eb67417ab95a31f4c72b7687b6edd3359ba9001055a8672

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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

File details

Details for the file coordinationz-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for coordinationz-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 73e33eced4dbb93b7e054076a050d3cb360b683a46f5a9ec00c1321ac204eaeb
MD5 87c1726df0098c4b85b10372d23e2d5f
BLAKE2b-256 e6dabe3a05325bc2ed2fdff461455343267897bcaeaa0671b4891fe4e465fa69

See more details on using hashes here.

Provenance

The following attestation bundles were made for coordinationz-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: build-publish-pypi.yml on filipinascimento/coordinationz

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