Skip to main content

Clade is a tool for extracting information about software build process and source code

Project description

GitHub Actions status Supported Versions of Python PyPI package version

Clade

Clade is a tool for intercepting build commands (stuff like compilation, linking, mv, rm, and all other commands that are executed during build). Intercepted commands can be parsed (to search for input and output files, and options) and then used for various purposes:

  • generating compilation database;
  • obtaining information about dependencies between source and object files;
  • obtaining information about the source code (source code querying);
  • generating function call graph;
  • running software verification tools;
  • visualization of all collected information;
  • and for much more.

The interception of build commands is independent of the project type and used programming languages. However, all other functionality available in Clade IS dependent. Currently only C projects are supported, but other languages and additional functionality can be supported through the built-in extension mechanism.

Prerequisites

An important part of Clade - a build commands intercepting library - is written in C and it needs to be compiled before use. It will be performed automatically at the installation stage, but you will need to install some prerequisites beforehand:

  • Python 3 (>=3.5)
  • pip (Python package manager)
  • cmake (>=3.3)

Linux only:

  • make
  • C and C++ compiler (gcc or clang)
  • python3-dev (Ubuntu) or python3-devel (openSUSE) package
  • gcc-multilib (Ubuntu) or gcc-32bit (openSUSE) package to intercept build commands of projects leveraging multilib capabilities

Windows only:

  • Microsoft Visual C++ Build Tools

Optional dependencies:

  • For obtaining information about the C code you will need CIF installed. CIF is an interface to Aspectator which in turn is a GCC based tool that implements aspect-oriented programming for the C programming language. You may download compiled CIF on CIF releases page.
  • Graphviz for some visualization capabilities.

Clade works on Linux, macOS and partially on Windows.

Hardware requirements

If you want to run Clade on a large project, like the Linux kernel, you will need at least 16GB of RAM and 100GB of free disk space for temporary files. The size of generated data will be approximately 10GB, so the space used for temporary files will be freed at the end. Also several CPU cores are recommended, since in some cases Clade takes twice as long time than a typical build process.

Installation

To install the latest stable version just run the following command:

$ python3 -m pip install clade

Documentation

Following documentation is available:

Acknowledgments

Clade is inspired by the Bear project created by László Nagy.

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

clade-3.5.tar.gz (80.4 kB view details)

Uploaded Source

Built Distributions

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

clade-3.5-pp37-pypy37_pp73-win_amd64.whl (152.4 kB view details)

Uploaded PyPyWindows x86-64

clade-3.5-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (152.3 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

clade-3.5-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (144.4 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

clade-3.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (137.2 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

clade-3.5-cp310-cp310-win_amd64.whl (152.4 kB view details)

Uploaded CPython 3.10Windows x86-64

clade-3.5-cp310-cp310-win32.whl (152.4 kB view details)

Uploaded CPython 3.10Windows x86

clade-3.5-cp310-cp310-musllinux_1_1_x86_64.whl (154.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

clade-3.5-cp310-cp310-musllinux_1_1_i686.whl (146.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

clade-3.5-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (152.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64

clade-3.5-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (144.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

clade-3.5-cp310-cp310-macosx_10_9_x86_64.whl (137.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

clade-3.5-cp39-cp39-win_amd64.whl (152.4 kB view details)

Uploaded CPython 3.9Windows x86-64

clade-3.5-cp39-cp39-win32.whl (152.4 kB view details)

Uploaded CPython 3.9Windows x86

clade-3.5-cp39-cp39-musllinux_1_1_x86_64.whl (154.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

clade-3.5-cp39-cp39-musllinux_1_1_i686.whl (146.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

clade-3.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (152.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

clade-3.5-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (144.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

clade-3.5-cp39-cp39-macosx_10_9_x86_64.whl (137.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

clade-3.5-cp38-cp38-win_amd64.whl (152.4 kB view details)

Uploaded CPython 3.8Windows x86-64

clade-3.5-cp38-cp38-win32.whl (152.4 kB view details)

Uploaded CPython 3.8Windows x86

clade-3.5-cp38-cp38-musllinux_1_1_x86_64.whl (154.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

clade-3.5-cp38-cp38-musllinux_1_1_i686.whl (146.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

clade-3.5-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (152.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

clade-3.5-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (144.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

clade-3.5-cp38-cp38-macosx_10_9_x86_64.whl (137.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

clade-3.5-cp37-cp37m-win_amd64.whl (152.4 kB view details)

Uploaded CPython 3.7mWindows x86-64

clade-3.5-cp37-cp37m-win32.whl (152.4 kB view details)

Uploaded CPython 3.7mWindows x86

clade-3.5-cp37-cp37m-musllinux_1_1_x86_64.whl (154.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

clade-3.5-cp37-cp37m-musllinux_1_1_i686.whl (146.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

clade-3.5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (152.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

clade-3.5-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (144.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

clade-3.5-cp37-cp37m-macosx_10_9_x86_64.whl (137.2 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

Details for the file clade-3.5.tar.gz.

File metadata

  • Download URL: clade-3.5.tar.gz
  • Upload date:
  • Size: 80.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5.tar.gz
Algorithm Hash digest
SHA256 53751dcb1a1c9fc2ec193aed17156702e8bd0434124d5b38d6eab7e96e1e8331
MD5 d79d1dccffa4f5817ff3c219120e5757
BLAKE2b-256 695f440d9282ca5aa56ad6d491a5d712dbbceea28659d03064e4243bcde1a0f7

See more details on using hashes here.

File details

Details for the file clade-3.5-pp37-pypy37_pp73-win_amd64.whl.

File metadata

  • Download URL: clade-3.5-pp37-pypy37_pp73-win_amd64.whl
  • Upload date:
  • Size: 152.4 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b914ba9a7f7d0889652e601b110e51cf52eb8a55b752292546aba39465be9029
MD5 e94d20fe6adb2073bf141fea44823a64
BLAKE2b-256 7c73fb03c3b4a8599d6ec5f7397e4e06545d0d1363af0efa3eeb96e3c7dbd845

See more details on using hashes here.

File details

Details for the file clade-3.5-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for clade-3.5-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 199042a4d59f37e80eb133ffb536c36faacf568524d0065625db2b259807d024
MD5 0a9d62d9d5511fdb223613e25807a9d8
BLAKE2b-256 50df62f2eb238fab0c324ca47f1c86759d076e41a77a0899ffbf74546a69d22b

See more details on using hashes here.

File details

Details for the file clade-3.5-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for clade-3.5-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6e03643484cab32d20cae187a70717be19e4e9919486040f0252aee995be6ca2
MD5 4be467656f88de59c6e2ff2598ce4fc3
BLAKE2b-256 4039ee86450b5dbcea33556189bb57c4d0874b06e0b107115ce058f52d941bcb

See more details on using hashes here.

File details

Details for the file clade-3.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for clade-3.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c66aa5b9fd326b34c8396d66e009dd691ac1aabc7db1743ad1abcfe3cca650ed
MD5 80ddf26c192df42465442f215dab16df
BLAKE2b-256 9452b9e6f61b00a7497623cdb02ce2dc1fd5565a233ddaf2f39fde8bfb27ff45

See more details on using hashes here.

File details

Details for the file clade-3.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: clade-3.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 152.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c8004903c5b2d4e611903f16ef0e616b621037ad99928816a318f9411f9d7f5c
MD5 35f69d1897f1e609b9b6c360e7033c84
BLAKE2b-256 9308c29d927cb16eba3ef339edc06a0446aff7071eb28078feb1f80d47426a15

See more details on using hashes here.

File details

Details for the file clade-3.5-cp310-cp310-win32.whl.

File metadata

  • Download URL: clade-3.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 152.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8e5dfdd23f37f03d94444d8681afa35d481f17fc6622d773484fac900f5ae6d8
MD5 3f618b819199b5789c188f38c883b975
BLAKE2b-256 3ce5fae3ddb8a969af7d7c7e965899ae5378e0ef237d4ef2d9dadc1f6fdde3e8

See more details on using hashes here.

File details

Details for the file clade-3.5-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for clade-3.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bbb922939e00b7b2597cde1b0d5844888fa24d3db74600ef290a1d86558f091c
MD5 9aa631cfcbecf066eef381b466278eeb
BLAKE2b-256 a05e538700e243b32ff80d6988708959838bb466562db1e6e6f9f5dee6c3e0a1

See more details on using hashes here.

File details

Details for the file clade-3.5-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: clade-3.5-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 146.6 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 775c87fc107ba356a4692a5f09cb301dcef64e9a45788d71703c458d7cfaea7c
MD5 f7e79aa22870df072295b8f0737312aa
BLAKE2b-256 3dc4c56a4fed9aba69a4e94413cddf9903d2faa3fd9c2c6fc896aec6bbc0d1a5

See more details on using hashes here.

File details

Details for the file clade-3.5-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for clade-3.5-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f908d4618945c6dc5d8119f3f2d78aecc272d6a303d0df73b2636a4efbeec712
MD5 c9ce5edcae539ba18bf74ff4156a8cb7
BLAKE2b-256 4f158f8bf77ff44ffaba2e3bfa1e95aff91e3e799dd0a56d0d7efd9688114e95

See more details on using hashes here.

File details

Details for the file clade-3.5-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for clade-3.5-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ca01b65c2a168849d917898171805dd99bfc7b16914b86eb91ee6ea30a27b8bd
MD5 b359a051a86199b5a34355c7ff258d35
BLAKE2b-256 30dc4ed4ea32835b9079e7bda4c83dbef95f121d9557632aeef1c9e82430e683

See more details on using hashes here.

File details

Details for the file clade-3.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for clade-3.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1248a8f59498d1a5acaeb01850d520c89ed53a41578ef5dad1fc552856594711
MD5 e16b0d57c9a4d590732932e5ef7ccaed
BLAKE2b-256 0757472a6699274d6f2e73f2b4e90f23723261ad5092007d82d83df6d02850cd

See more details on using hashes here.

File details

Details for the file clade-3.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: clade-3.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 152.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bcd6267efd0056ceca4be31525f150731b583283d2277c4e26e96e553cf8658d
MD5 2c3fcc04f5c072cac932714b9585d419
BLAKE2b-256 053576686c3177c740531cbfba5f530cbba498d3a6a74d0c42830d80ce3deba9

See more details on using hashes here.

File details

Details for the file clade-3.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: clade-3.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 152.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 922e30623c2c1e26ac06d1e9d750a0905074980e15bd0b409252fce823ece9a5
MD5 25db08f2d552a020273490c135308d2f
BLAKE2b-256 1af9d7d9ed74959c48fae636d4128632d47750fbd974527ee0ebf8447a63b86e

See more details on using hashes here.

File details

Details for the file clade-3.5-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: clade-3.5-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 154.2 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 52580495ec5db051cc3c036027bb8f7125f9ad9d5e186175b7ec9059f3f5e2ac
MD5 2fc15cc8572357739272f711d38dcb09
BLAKE2b-256 55694d8477e0c858ca8381d4edbf105ae2bcc665203baddeb634378ab1eadebb

See more details on using hashes here.

File details

Details for the file clade-3.5-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: clade-3.5-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 146.6 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6c9dc47e6345af873157338502870b55be89370b1763ef30db100dc71cbc1bcd
MD5 fafe5c49d52f96bb3cc63862c7813bc0
BLAKE2b-256 cbe60e27507f1bc28e6e26c1b769ddb2683f11b6049fba16dc21a5d608646b01

See more details on using hashes here.

File details

Details for the file clade-3.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for clade-3.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9e2bd6e5a3ec92d94a75b08573c9c98bbd0e262d3dbac1485d2b7bf74e68cbea
MD5 9e4fefa6f59bc83ea742901853e70520
BLAKE2b-256 f1c1caafa5e869b639a536839bcc238a1892a611d555cd63c2506b74b67ff278

See more details on using hashes here.

File details

Details for the file clade-3.5-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for clade-3.5-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cc74b0a80ec591bb504a62d582198392c8ed9b29b675abda6663070958cf3ef1
MD5 971a382150258f9c62303c07592a41fe
BLAKE2b-256 c50e02a85cdb07a8da4bd7467b9ed5223aa6eaeaaf57c56aaab962f6785bc4ce

See more details on using hashes here.

File details

Details for the file clade-3.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: clade-3.5-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 137.2 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1795924572b7cd47d3a4f81405901fe2e3210d14ae362e4184ba67df70550778
MD5 2d9a6b1522f33da459845741e3cdb19b
BLAKE2b-256 b0e4488e9e6d1a44e917d4a5d9583547646221f84a5197ce671c09ce531bcbf0

See more details on using hashes here.

File details

Details for the file clade-3.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: clade-3.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 152.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 564b404194d9a0910b8cd7794f0a65d7bf15c23f85b49c1b768df2b301cad2c1
MD5 779c2d0b9cb75d4f005b24a306faf5f1
BLAKE2b-256 2d719d9d963cdce3a4d791e47f1ba6b69aeed15d6ac59c7314ab4f05da321e72

See more details on using hashes here.

File details

Details for the file clade-3.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: clade-3.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 152.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a52a273b7f2a4bf32a99d4b9c9c8d0df1e235bc3f72a04e91af4ce1ff1b39d71
MD5 4be2366456372ca2bf2461bfb23ad92f
BLAKE2b-256 bf6c496b00f18fa0c6d46cdc424449b809f1518f0c9b5e309333a8c6040c9219

See more details on using hashes here.

File details

Details for the file clade-3.5-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: clade-3.5-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 154.2 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fb4a174b01086f8e0e2d16f15fa1ce5b7379dc9ef247cf318d329d6534ccc2ed
MD5 314c3e167ec95065ceb3e5383acec87e
BLAKE2b-256 c51cb87d521138d26e66a1f224703c1dc590cb3807bae579fe8e5f24509e2ec7

See more details on using hashes here.

File details

Details for the file clade-3.5-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: clade-3.5-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 146.6 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 489ba0d288ebb3c6bf529c79945189a1f71449fc569ccb63b80acc257e61af7d
MD5 171946ae6b527314d8c264514f432174
BLAKE2b-256 f793a92f53805a5904727c01fffe89ea34569a5095155454d9c7d5ba11d85b9c

See more details on using hashes here.

File details

Details for the file clade-3.5-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for clade-3.5-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5222b868fe4a8d07c8bd54e1b2978bac5412269adb28bf02a295de858c65d95e
MD5 de807e8901a1234ca4ee09613d9ecc76
BLAKE2b-256 8d9f30d3e2624e7369c17c45f4812452f380ca7c4ecb2867db4c255e1cf88767

See more details on using hashes here.

File details

Details for the file clade-3.5-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for clade-3.5-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 385e44f3e0018dd9ea2bc46b3234f5d048a8336e4954e094f4b1ada5de1b943f
MD5 1cb20fcfdcf9a2c1eafb0833a05e339d
BLAKE2b-256 140d14051392d1c391fdf43f7602d16f4e7cee4d15712f2e9d1a6ec6ae04fa02

See more details on using hashes here.

File details

Details for the file clade-3.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: clade-3.5-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 137.2 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 54c06e6d1563c8c724ab45bec01bf51d022ad1dd2010a24ae65b4c38c842062d
MD5 1be004cd217aa80fa08f013b22e572f3
BLAKE2b-256 3f9cd57f1b24996cd20fa2bb547ee96247ab1edf09b01331bb064dfc87f78be0

See more details on using hashes here.

File details

Details for the file clade-3.5-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: clade-3.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 152.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c225be48ce63b38bdec0a9373c1d73537eb1a43006ad621e8a27e5a048a157ee
MD5 624eb1e50dd327b6a41ddbac145fa72c
BLAKE2b-256 9ebae9098c9b16c31cb6eb44c50a3e628e33773fcd8fbeaa8725fb6aa991e040

See more details on using hashes here.

File details

Details for the file clade-3.5-cp37-cp37m-win32.whl.

File metadata

  • Download URL: clade-3.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 152.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 54d95a413e26e940b787e079ab2c34104110bda384c94f663904bddbdc722df0
MD5 0f2fcdba329300e3fe8cfed9552e2b2d
BLAKE2b-256 07f432452c1cca700f2e7c9c79e3a29d1f25f545db3160a2ae4958675b1c8907

See more details on using hashes here.

File details

Details for the file clade-3.5-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: clade-3.5-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 154.2 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 19d5c6157075bd2802b64dbff2c3807f7090174ef5894fdedfc604cbfbd53f2a
MD5 8b8bf8d58bfa8c5b9de4a430473bc472
BLAKE2b-256 8615bc7fabafbb3d21994f8631311969024311d9640809688ec52fd94affff4a

See more details on using hashes here.

File details

Details for the file clade-3.5-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: clade-3.5-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 146.6 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 169087089749766c4b89b7d7f5fad6a9016112263e0faf1787703e6c1f949255
MD5 a22136007a9528db19e3205dfd849d4b
BLAKE2b-256 8509f8f64387d97862f15e416f6e0dadfa352001330199ba7d78dc108c922fa9

See more details on using hashes here.

File details

Details for the file clade-3.5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for clade-3.5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 90c0ca3d50dab560d54f3793b7db914c96fc4922580e775c8630ee7257b3181c
MD5 55eecd0393c53296cb7a2b9aec0dca76
BLAKE2b-256 31e9e6c222bed5724c396a8b62ba598fb5d88dec3a4533955ba40c773b50ce6f

See more details on using hashes here.

File details

Details for the file clade-3.5-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for clade-3.5-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a39932d9e4bc9db119aea9a96a4a5b9bc131cc9d58bb996a3522009654e71a67
MD5 1277e1031471cc12d9cb7eb39988577c
BLAKE2b-256 832cc538bf332c0a7217b8eefa0b16790d31a7a2bdd707b5a7d256f2190fa147

See more details on using hashes here.

File details

Details for the file clade-3.5-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: clade-3.5-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 137.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for clade-3.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d52b5ce3e02dceb07ec692dcbc36ba403265ee5ce1f3bb854d7b4b73559a797
MD5 640c69e29a8bbd92b2354d93e62b9807
BLAKE2b-256 2b2bf9c11269de05d6dae5f965ce6d3e8db538f5b1bcdb66f217816c5b8a0f4b

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