Skip to main content

A networkx implemention of algorithms to find common subtree minors and isomorphisms

Project description

Pypi PypiDownloads GithubActions Codecov

Networkx algorithms for maximum common ordered subtree minors (or embedding) and maximum common subtree isomorphism. Contains pure python and cython optimized versions.

At its core the maximum_common_ordered_subtree_embedding function is an implementation of:

Lozano, Antoni, and Gabriel Valiente.
    "On the maximum common embedded subtree problem for ordered trees."
    String Algorithmics (2004): 155-170.
    https://pdfs.semanticscholar.org/0b6e/061af02353f7d9b887f9a378be70be64d165.pdf

And maximum_common_ordered_subtree_isomorphism is a variant of the above algorithm that returns common subtree ismorphism instead of subtree minors.

Standalone versions of code were originally submitted as PRs to networkx proper:

https://github.com/networkx/networkx/pull/4350 https://github.com/networkx/networkx/pull/4327

These algorithms are components of algorithms in torch_liberator, see related information:

TorchLiberator

https://gitlab.kitware.com/computer-vision/torch_liberator

Torch Hackathon 2021

Youtube Video and Google Slides

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

networkx_algo_common_subtree-0.2.0.tar.gz (29.2 kB view details)

Uploaded Source

Built Distributions

networkx_algo_common_subtree-0.2.0-cp311-cp311-win_amd64.whl (105.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

networkx_algo_common_subtree-0.2.0-cp311-cp311-win32.whl (97.2 kB view details)

Uploaded CPython 3.11 Windows x86

networkx_algo_common_subtree-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl (159.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

networkx_algo_common_subtree-0.2.0-cp311-cp311-musllinux_1_1_i686.whl (158.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

networkx_algo_common_subtree-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (156.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

networkx_algo_common_subtree-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (154.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

networkx_algo_common_subtree-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl (117.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

networkx_algo_common_subtree-0.2.0-cp310-cp310-win_amd64.whl (105.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

networkx_algo_common_subtree-0.2.0-cp310-cp310-win32.whl (98.7 kB view details)

Uploaded CPython 3.10 Windows x86

networkx_algo_common_subtree-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl (160.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

networkx_algo_common_subtree-0.2.0-cp310-cp310-musllinux_1_1_i686.whl (157.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

networkx_algo_common_subtree-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (157.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

networkx_algo_common_subtree-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (154.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

networkx_algo_common_subtree-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl (115.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

networkx_algo_common_subtree-0.2.0-cp39-cp39-win_amd64.whl (107.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

networkx_algo_common_subtree-0.2.0-cp39-cp39-win32.whl (98.9 kB view details)

Uploaded CPython 3.9 Windows x86

networkx_algo_common_subtree-0.2.0-cp39-cp39-musllinux_1_1_x86_64.whl (164.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

networkx_algo_common_subtree-0.2.0-cp39-cp39-musllinux_1_1_i686.whl (163.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

networkx_algo_common_subtree-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (162.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

networkx_algo_common_subtree-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (160.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

networkx_algo_common_subtree-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl (117.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

networkx_algo_common_subtree-0.2.0-cp38-cp38-win_amd64.whl (107.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

networkx_algo_common_subtree-0.2.0-cp38-cp38-win32.whl (98.6 kB view details)

Uploaded CPython 3.8 Windows x86

networkx_algo_common_subtree-0.2.0-cp38-cp38-musllinux_1_1_x86_64.whl (160.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

networkx_algo_common_subtree-0.2.0-cp38-cp38-musllinux_1_1_i686.whl (160.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

networkx_algo_common_subtree-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (158.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

networkx_algo_common_subtree-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (157.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

networkx_algo_common_subtree-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl (119.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

networkx_algo_common_subtree-0.2.0-cp37-cp37m-win_amd64.whl (106.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

networkx_algo_common_subtree-0.2.0-cp37-cp37m-win32.whl (96.3 kB view details)

Uploaded CPython 3.7m Windows x86

networkx_algo_common_subtree-0.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl (158.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

networkx_algo_common_subtree-0.2.0-cp37-cp37m-musllinux_1_1_i686.whl (157.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

networkx_algo_common_subtree-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

networkx_algo_common_subtree-0.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (154.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

networkx_algo_common_subtree-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (117.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file networkx_algo_common_subtree-0.2.0.tar.gz.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0.tar.gz
Algorithm Hash digest
SHA256 635cd24c73bae86287b160183cd80819d0b536132126aeb82410965ac225c5f4
MD5 c3c8a80a12578725579becf9cc94f1a3
BLAKE2b-256 d3208cbccb7856b39a29d67f6efd5e087ee6ce7f2f5c3d425b2fc43e5c8415c6

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1217a06c29d67b744ca27704b57ec980cd766c336bd639e902b3adffc5607d54
MD5 253a8783ef1b173347d8de3b7d3ccc87
BLAKE2b-256 af62942f5c8a98650c42e13fe9562a0ade23874c6d83ffc298c654542da0db47

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c213a9a2a27b01bd132f8010b562644bcabc8d698e53d26ae68ddce4bcdc224c
MD5 001ab00df8e4e6c691c94aeb7829596a
BLAKE2b-256 d0118c932bad7b2bd763175d84489ba536416a0585b4e14d9341edb10bd5443a

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1e3a172782bcdce64b8087ce412bf116332812675955e880d8e9283820a32760
MD5 4550f77e4b9bb0266e48b47ea9324f50
BLAKE2b-256 24aa253fec466926fed0568394721e505f85b8e1084260ef499f4148a195bb8e

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cb3f21760665a9eeb357e0c345fe9ffea3c041f00888d2af7b827b359cd5a6ab
MD5 e02486dc06d3f214e07bd2dd454f634e
BLAKE2b-256 747cacc08b1a7b9e00eb58f0f76ed4e3550372c01aeb811468e3ad3ee80dc413

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c2473f750687024e7b338fc45cc70f301adf8c74dff8d6aa4a6c0317c1520da
MD5 33779471992abadf4118bb8e5640afe6
BLAKE2b-256 bbea9c06c44af90032d0f2d23f857818e98df8e713374711371b2c36dcf8e3ae

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 31d6d55473c5efc230b61607adf3ba794cf0c8197a68aece04e6415629d6939f
MD5 5c73b6d72454b7b9dccfed26797880cc
BLAKE2b-256 9b3072ae0a609ffed826eca537b2746fa40e047fa0b87a6a6443618b39c4baf4

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b894c0b40be52c3c30d696c9ccdd0cf730d065d64fada4d04a935ba176b048f3
MD5 eebc437a5aacbb347b72f81179b74829
BLAKE2b-256 7f67e38022a7213ef9870bd4f4bbe9f2b8c04d85a497c86d651d879552d05fd2

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d6b367491998c2c56be913b19d4ece6c909c69f590d7ec8a3001c6c715e67de3
MD5 a8fff904541c6eba0990f16a230c54b6
BLAKE2b-256 b05912ace43489bfc9a15f409b669a8b4bfecbb6e1097538f1565d9b308e6ffa

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 824b211fcfdf5cbe45a80ecc2e93cb8835b098d4b7a06c97606696b1dc3cc740
MD5 ef9f4e0afb07e8263ea5fb7b8170737d
BLAKE2b-256 9ccbdf5338d263e139ff5482b80e0225a4d1f33287f59d6cc3d7db884733b512

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f0357596ae6d06cc3b08760bf45bd5f006eaf0c7e67cf4fd34f49db48ab7797a
MD5 6701c54b2fb3dace388abaa786dc34dc
BLAKE2b-256 f6326113b1e7b25fb0c20cb86ff3ceb397e774c3963c5b2061e598635f87b155

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 517ad1ddc8422d951b0d0d64e369e8cc172a3c357b2d122ff42e2d1fd9b705e2
MD5 906c34afd783231e8fd2b38e9d2ea50e
BLAKE2b-256 e54194255353d8e852f788de399d85a1d2f474b4fcd8006ae0cbb3f3e147b92f

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6dece431b2ec171e113d412ddf7be4de5b5af084d2cbd1ef0aead54f52068888
MD5 7b5cf36c9c3de9006880e834a1b3f311
BLAKE2b-256 1e150605d7fe4e6dc94b910ea6538bddac5ab9af64dd81971ecb0b998c9ea816

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f9f1442f42d54bffc63e9bd8faf7a631acaadb49efbf34c4b797caacdf2b4f89
MD5 c4621bd6c3b6af9c65a24e40d0fb1560
BLAKE2b-256 88864c967185da32247ae832d69f67e31d3e8aedf46ae179c07673c20a51a6eb

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b4ea0425dbfcb2d93d32211dc742367476c81fc8fd993466c5ec33ccb10e022c
MD5 d443c1cfbb29825ccdb525a5b04e9f6e
BLAKE2b-256 442281d982519fae44344ccb0d016f4ff00e3bc8d356991a39776e31d0e3a33b

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 905f9a29498377f31e0c6803e79ecf930ffa6a73d52075c68d2c3b8eb278b51e
MD5 0723b6b4ac2cdb09bc1a24bea6cc850c
BLAKE2b-256 0e4c66fcb0d4a095e11b782c7c6afb91a55cd1f9bf4e7449bcab4515ca47e823

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4c31ce623e668833eedd230a7c4291c61002115a314e0b01d7bfec3eb189cba0
MD5 a6303e050c46b8b03336e69146c26edd
BLAKE2b-256 becc8837365c6fe705c01d4baa4e41ab16707a3968d9156aa9fb208c767feaf6

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c2ad44bf9276fa641cca6556af987f4ade5418a69962ba71b14c2d4698e87d10
MD5 e23ea74feff130840c4e0c176f80e217
BLAKE2b-256 88205c975319cb6d8dfb9d406a77b3b9dcb4268c527f91be81e238e50bd49ff8

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 15f123725c0e88d0e6dedc545ae1e98754e2d3d1a5f5884db4975df6b01b630b
MD5 2cb4292924bc8978e601e0df9f683ccb
BLAKE2b-256 7c05060bdac652786edea74dfbc6f2847f0ec1c19ebf49fb9707ebf57a8d9d4b

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f5ef87eeacfa73a4ea4a5a9207f70a1cdf286f57cfae953a4e1b336ec1d4823
MD5 ad694c9ca78cb5d935b0de2432405394
BLAKE2b-256 d0a7b8269b89b41a6f3328b95ad1d1dc6392d11ef3fe6e251d1fe4cf2f5baaf5

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ee5a23e68f93d419d568b5cdc37247091607fc9d83b16935011996acda3bacdd
MD5 cc0a19e32cde24dc41e47c0525fcace2
BLAKE2b-256 d5cf2ea87f425547434e2c1ff354934e56fe92b0ed293f64e3e8d3dfabc1d982

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d25d9553b1860616170ce3c2c354ecf713ab74d426558dd4a45c85a918f21a1
MD5 07793c593adecc2770dcce2aa1ce023d
BLAKE2b-256 246f8e01c008b261861adf0f4239edd10cd614704231a11a7c76176b9fbdf853

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 be2903fb9f7db113a905768acbf848a1b116507a77af4ad006862e975d3b44de
MD5 05e7d93e368f5199185408e8553253d9
BLAKE2b-256 65b4295a11ea93afc520a96b0060a6430916a2cc710aa9a4ea20fbe4f9991998

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ac0a98be4ed65f07bd24281a07ee2b2523c891cb79aa1f2455fe64c0e90d6dac
MD5 c567b36fdaa76d153139a826cd0821ba
BLAKE2b-256 0b8ec2b2c2dd4374bff7cc2305f49f89cd8c045bf0937d35497746806af47f3f

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fc221afea8711638d3e62a0e3b284d08b5e3013aecf7e9a1a76a8b0d745d5ff7
MD5 ba36967904a5f82ddca9d8434ca3b775
BLAKE2b-256 34ae5b943984e7cec2a0925bbb43a52b9dd67e74dad407b24e5249a4c4a88c8c

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1d27c7caf96c4eb69991bd19688d5f13e707d256007fe227b8a0c27694fc7447
MD5 610977c020b0445cde0cb140d3af0d7b
BLAKE2b-256 9757cfa7682736cb168e0096e157c570a13bdaf8ee3f6d6255fd904ff1fd4042

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1aaaf6e2467cf610dbe1a3a8aa0ad47423c59b5f838890ec203e5e3bc88ea27e
MD5 5a37b077139b579300bde86690cb66b8
BLAKE2b-256 fbf5532d30849a1ae901af2cf93c7d3abd8f298b8aa6a8673251e4e475ebdd77

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0812219316925b240603bfabcd09bb2b8a6020bddea35514992cbde727491c41
MD5 1cc68b4efcc1cf2852b6eecee3bb0140
BLAKE2b-256 79f7858ecfba78db2968ba97a35e7491acc22158363a1707e17d39a6fb712989

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 28e7ec3fcbc74bf4f28ca5f674c39214bee44d9a477ba52a367e4db1746862a4
MD5 fe762cd4d0a5d166904a29f072299203
BLAKE2b-256 316923c1ce999be36e40252531cc5a9a2d833df9c3a2aa4389d63afd0c2fe5e8

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4a2eaf33a1447e10348a6b01fc7c29b54a9a4f3b5c0184aea5493eba498688dd
MD5 a0d5e3ae36b47b0b9a4bf0d9147d4569
BLAKE2b-256 2b94aecf91cf51fe5396c96b655637b0ce086485f726d5ea8625cb16387aa4ca

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6a1f2a5a717ac10a84f9165c42719e7e61b23e1397e2842c2e5a161d9ce2b503
MD5 22e55970d8a2fa72fa22563dba97286e
BLAKE2b-256 1aa728741af8ae8ec825d9f889e0b3454f5d71fb8c9cc3d86817a532ce26b7cf

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2cd4aa0edf50b4050cb1ed27ffee7af151f2b8f87b53045a5f88b42d4d7f2d78
MD5 524eddff960a2b77c74aef8f72d2a6f7
BLAKE2b-256 1af2cfe557bb9ce29dfffe9228b7f416779045eb4ec78be8b220aaba592cb638

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cce6cdd81e272530a8546e50e2b00ff4a4bb543d2ca3f3a214f1f332a1523176
MD5 8acc1aaa671d2066fef862c75c83f247
BLAKE2b-256 e956a678488a523aca12083e1c1237b189b80af1f45b9ad464488447d90c23c9

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27d59592c821047d71c4c9def5057887c428b5e11145e3805dd3c50841a4c5ee
MD5 c9c68fe4147dcaa645b2c378012ead1d
BLAKE2b-256 f2f89664916d904b17522bb6474a661e52e9305c51a311560afbd7fa6d8557ab

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd48a949896f41a8c48d2924b916419e4b0e554bf6156c55cd74cd06b4f9a211
MD5 033134261dcb7a663f278a142683e4ec
BLAKE2b-256 1c7557d9cf0a4c6503a58e9752ea3b87b4be3b854122fa0c79d078816e6909e0

See more details on using hashes here.

File details

Details for the file networkx_algo_common_subtree-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for networkx_algo_common_subtree-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d7e728b5955ad2bee0e8d90c1a5d04201cafda155ae9ff4bb001ddcdaca84239
MD5 9a375ca1e91801e9e0917fa66c907599
BLAKE2b-256 3c0c4ce2ecc7c479d6339c12df1f04f624aa9e6d5d8dad8dd752b15f10084bae

See more details on using hashes here.

Supported by

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