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.6.tar.gz (80.9 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.6-pp37-pypy37_pp73-win_amd64.whl (153.0 kB view details)

Uploaded PyPyWindows x86-64

clade-3.6-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (152.8 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

clade-3.6-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (144.9 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

clade-3.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (138.1 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

clade-3.6-cp310-cp310-win_amd64.whl (153.0 kB view details)

Uploaded CPython 3.10Windows x86-64

clade-3.6-cp310-cp310-win32.whl (153.0 kB view details)

Uploaded CPython 3.10Windows x86

clade-3.6-cp310-cp310-musllinux_1_1_x86_64.whl (154.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

clade-3.6-cp310-cp310-musllinux_1_1_i686.whl (147.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

clade-3.6-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (152.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64

clade-3.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (144.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

clade-3.6-cp310-cp310-macosx_10_9_x86_64.whl (138.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

clade-3.6-cp39-cp39-win_amd64.whl (153.0 kB view details)

Uploaded CPython 3.9Windows x86-64

clade-3.6-cp39-cp39-win32.whl (153.0 kB view details)

Uploaded CPython 3.9Windows x86

clade-3.6-cp39-cp39-musllinux_1_1_x86_64.whl (154.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

clade-3.6-cp39-cp39-musllinux_1_1_i686.whl (147.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

clade-3.6-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (152.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

clade-3.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (144.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

clade-3.6-cp39-cp39-macosx_10_9_x86_64.whl (138.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

clade-3.6-cp38-cp38-win_amd64.whl (153.0 kB view details)

Uploaded CPython 3.8Windows x86-64

clade-3.6-cp38-cp38-win32.whl (153.0 kB view details)

Uploaded CPython 3.8Windows x86

clade-3.6-cp38-cp38-musllinux_1_1_x86_64.whl (154.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

clade-3.6-cp38-cp38-musllinux_1_1_i686.whl (147.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

clade-3.6-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (152.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

clade-3.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (144.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

clade-3.6-cp38-cp38-macosx_10_9_x86_64.whl (138.1 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

clade-3.6-cp37-cp37m-win_amd64.whl (153.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

clade-3.6-cp37-cp37m-win32.whl (153.0 kB view details)

Uploaded CPython 3.7mWindows x86

clade-3.6-cp37-cp37m-musllinux_1_1_x86_64.whl (154.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

clade-3.6-cp37-cp37m-musllinux_1_1_i686.whl (147.1 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

clade-3.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (152.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

clade-3.6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (144.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

clade-3.6-cp37-cp37m-macosx_10_9_x86_64.whl (138.1 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for clade-3.6.tar.gz
Algorithm Hash digest
SHA256 c9cf234f558bdfa8f9df45cc37886837384f4d35a2822d7e5663c2f1d04b85c9
MD5 8540c8b744bf5cb94d25566d1e198870
BLAKE2b-256 faa08a64d582b40b3f9541a9a5176fb2e3b5d9948bfc2998d2f4de4b369a17d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-pp37-pypy37_pp73-win_amd64.whl
  • Upload date:
  • Size: 153.0 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.6-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7fa6047422fcfa36b890b1e796f366bdb501c3098417ff1c1b88ea0b49f55380
MD5 67b5018d9300b5f55e80f80a9aea5ab1
BLAKE2b-256 bb8d3fc25f3880669fd571bf416d6f1cba3fcab288fc9fd4924df4ad7c5c0f55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for clade-3.6-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d58d888c41932f6429f9329c8ff127f6e362a558037a6df3c3252e02880bc6c7
MD5 255867e6f81ef58adef5a97b52c3449c
BLAKE2b-256 5b25e3ba53a70f5bdf3352c6647d92c615d02509875ac8c3650ee0b65f3a5d4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for clade-3.6-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c9cbbedb7dcd95b39c0fbc72c187731c4f25225b575cf85e1bb790eaacf1553e
MD5 7e1d0c4d7fe76b6a2b07dd53542a5e7a
BLAKE2b-256 cde376433b13426682e876004a01ef045c0fb5c0703ca50ddc5a7a842dcae347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for clade-3.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b126b07aeeb69ed9a7c987f366bf15995f0b54ede9e8b4489761eb611a3cc7a8
MD5 fd0bf4092a3fe1711a8515fc2e05abed
BLAKE2b-256 95c97077f8f32c000f1361f5cd079eae087c283b8ee6f00f4860de7f4fffadbf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 153.0 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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c8c7ac32510a98db8ea8a4247c3e5a26552017acfec3a08a3f08965c63984ad7
MD5 65f8966c572848d6798647fab28b368f
BLAKE2b-256 c6affa0a21bdf7cc6be5fcc0720f0239571e0785171f60b8c881d474e9843292

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 153.0 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.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d709c869f1ee3a4d4520c8cbd0d7e859b7955e99c9c017c6a1bc6989b1351a45
MD5 1a37a4b1abf1458d0cc3846f454bc7e1
BLAKE2b-256 465a7e2184645eea6079b48e07e5c33eab143923a9968c588c3af4011aee827f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for clade-3.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5b43d82affe903a5e948528821948291884fba7b3f9add73e9861c48e86cf82c
MD5 05d48467a1c5e76e158dcafb012c48fa
BLAKE2b-256 63294f2ac4229895d31c807a04863d20f06b472ae5faaa83b1134e9c995a65ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 147.1 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.6-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3a1525f41eee693ee2817e17071c569fc062a1df7367fdcbf30efa01076cd661
MD5 a3fc2601328e00d759cfc351b598ed4c
BLAKE2b-256 f28855ca3426213d40ef076dc9137d1a2fa21d850584f4fda4d35714d8d08cad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for clade-3.6-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3a915b3b70e8b2681a9ad98d67f08caf634aa557b047b8245be01f496a4242e7
MD5 7b7a70a260f7279a94448f6cbb260232
BLAKE2b-256 b1145140cd3242d20353c59d7b3b9836ef7a2026f642da1c5731d9413ffe5422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for clade-3.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ee35688c2fdf00fd1ff7c5a9d392547971811458f64fd91dd7fd5cc6f435fa04
MD5 ccfb77d89dcf8ead2bb4673083f36f21
BLAKE2b-256 b1b57d7ca39e318d093b264a5e632dc1abf14ef4d726e9442fe125dab1e13caf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for clade-3.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6884e6cd618b9e8795067f09d0c3b3f85f5022bb3627911351f6d4a39fa7bacd
MD5 94d9ae2c0a0d6e9b02c13d112839489d
BLAKE2b-256 cdf8f8d30c46db84faa95b3b14d1658909e23644a94ac8b79225d8015153864a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 153.0 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.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2f7a78b9e5d0b3d4e245408541e0a68e25043b3a6cb7edb3eb1c87e4bf294456
MD5 097969ef05bd2abdf6d3b9a4b9784959
BLAKE2b-256 4f695a906c0b919456c70df48c7df01648a74536390e1e6a506dad050e81740e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 153.0 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.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9dd62e087d6ba69d21aae4939fbd6ebf3948b7301b15c726307444dce78a3de9
MD5 7332393f2c71ce5719f2983b68a4e028
BLAKE2b-256 e740961b40452dcc39cb01ff0c0d7cb01e9baa9196a83739fe5e0a5fb625f967

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 154.8 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.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 83342897582552d098ef33786f7f7bdfd023f2d2fdf98c0195ef8c0d9ceabeed
MD5 9d57816270d8931355d47358d78a9e4d
BLAKE2b-256 410e94ba1769210b4cc0326ab94c290fc13f7a3d499df94aa92cf2ca017e4bed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 147.1 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.6-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4b343aab1a31d4c0a2d457eafdbcb9b31ee648b9dfbc65e25280b935983dc033
MD5 a13b1ddbe7b65e6919197ff7361b8b41
BLAKE2b-256 d692e5fb6b7e2f9b8eb5be861d20389b9a6dbba3eb5c71a15907ed184266724f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for clade-3.6-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9947b01f4bbbffd1d6db9cabfa09918ef97a6bfc290f9375b0f3f7736b9f6c28
MD5 0b5e3571faa62c02a30fdb967a3f9f16
BLAKE2b-256 bf5f04aa9b9c58a261d0fb301d62873314316fcad52a35d2cda46cb71e1284aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for clade-3.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2f42ec83d6194e3ccf8806f755bf159311fc432a050a73ca90df4c43fed009cf
MD5 d5b070cfd2c8dfdc87c6228d7e0f7776
BLAKE2b-256 f437aceeebe1d1880870feb3edc527e9d369302951b89a7bcb8f3a6e7f8e15a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 138.1 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.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a2ed57a799bedc327db849efdabab4ed1276a920eea3509bd5f96009f909b1a
MD5 30b8bdf97645d350d059c41eab7b4b44
BLAKE2b-256 7b2538ce57b6acb521a5bf571f19e0cb1ec52fc446a873f4ec3d76a8eb6cbcfa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 153.0 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.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2036054856201bdbbe3dcfdb44f1732ec3338fbb333af949e7d3235db0657eef
MD5 efe91b80c2fbd3170786d6f6767159af
BLAKE2b-256 3a56955fc68e20fda3ddd635f5d113f2ffc5667b43ece8d975b446e8c61277c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 153.0 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.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8a867af44f12aa9b45223da4f67f0fc80281d428b6f5bfb99f15a9333c09447a
MD5 80fcd26976567659838fa912925f7249
BLAKE2b-256 79e1313a5c8649291a6c22167cdd42803a53f7d81761974a2715827d8aedb021

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 154.8 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.6-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bab9b61ba01435c1a662f446d3567f18cfb61b602ad631174bb8dd38cbe2ebfd
MD5 2aa61bd65f35d92f4028022ac8544dce
BLAKE2b-256 4c5cbdca76598c0a80951aeb73d99fe15f66d091aea63bbdc8f17ba8c1d75cf6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 147.1 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.6-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6ac29cb120bed5ae23d2c6c88c0ace1ba134a72910293cf13be1530b75d261ab
MD5 b487ca8079ebdffb8808944df6c0f3e6
BLAKE2b-256 f981ef5f65daef7a47398a1c825a85111827d3c9f1337ccfa8fd024bb3a85229

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for clade-3.6-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c24ec3856bc163ce631372c579ed17d684e29752bbb15b8259e388ab937e9c41
MD5 56663d25a287171cf5f912ea8b3cdc5e
BLAKE2b-256 a1f91d818606d667a9937b3e17e4bc197aafd52895c86bf4250d84d8ec7a2f93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for clade-3.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6c55b109b53891284539af2bdccdcdf8af7f8afc9f88c4d95d29378a5460bf11
MD5 38a732284da648f1b649d4b80b11508e
BLAKE2b-256 6233a438f4736b60d320a4bfa098e4451ec2e16b9e2519bc70b7d7890f297631

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 138.1 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.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ba1116e8ec80b9b1b78f06841e87e1590db2b2b732904a6de142e70f65c8ec34
MD5 e982cffa5c0fbc891153bd969dbc9323
BLAKE2b-256 5e669504b6a91be04e6c791108cc31608fff1873b8673704a2d588c85c6535e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 153.0 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.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6e537a31e2655e7f1bb378c05a525b6fb6201a83d667d712199a749b22c5305d
MD5 d5e293d30c3ab45e00fc5bde1ec25fe9
BLAKE2b-256 3df3952e55fc17e0aa0cde6e91f1b69c7a830e0e161efe631aff72ddd9e63392

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 153.0 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.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5d23e2045a31100c78fedd1ee3275fa32e8a840300c0f301e9375bad2b973185
MD5 809b71075420337c581c9e439f0ff9dc
BLAKE2b-256 63874453c2b28e99b9e424137f43e5f8cd7d30773157b84e5e13009831a72282

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 154.8 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.6-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 05684d4675e1faac9a207a74cd9e19c8c71c111e975bd0d4b93f3073bfd4b448
MD5 129b43035b29531b1afdbf8476888336
BLAKE2b-256 cdc7a252de26e4ddcbc9974d4983188ec202334e8db75dce1bc0cafb006e4213

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 147.1 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.6-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 47f1ef0c1d029f2f2ac9a5459a6581ed2d964bcc71ca750e3e0f7e71823b1088
MD5 c4c81d6b1257fdf254639b1bee390fff
BLAKE2b-256 1ebc9d47d8253375df619ab1d99dccd2cc2d3b651832918cfe23e8049eec9ea0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for clade-3.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c26cbe83f52a11ebf3dfae1e912e9a8a25f06198fbc53960f5203b63493390e6
MD5 e4dc7fd69b475087df1542101a924fb1
BLAKE2b-256 95ad4b1f8609c64c0a08e1152993c025a62ff6cbac68a12c8b91afc819619642

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for clade-3.6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f79af8d88899e8c8741130447a2f7900d8552b191d3ec1ffff3dfdaa01d2949e
MD5 ac0573729c3ce6ee01267d8f94bf72a0
BLAKE2b-256 18a760042f2f6d3dbe9c514e568af069c4b9c00dda30711d2282115e8e8c2b24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clade-3.6-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 138.1 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.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c0e85ae37b7d71ab868baef3760353a672d1fd55f8e91957697c272d81b3a079
MD5 fc6f4e6b070ef159eaa729c9f24ab1a9
BLAKE2b-256 b21cc6c7d441b0a4f1354736950c98ce28067878ee027567a35e33bc9da6e8eb

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