Skip to main content

Universal library for network node layout and edge routing.

Project description

builds.sr.ht status Github Actions PyPI pyversions PyPI wheels Coverage

ilayoutx

Compute fast network layouts. Intended as the upstream companion for iplotx.

NOTE: This software is pre-alpha quality. The API is very much in flux, and the documentation is sparse. Use at your own risk.

Installation

pip install ilayoutx

Resources

Quickstart

import networkx as nx
import ilayoutx as ilx

G = nx.circulant_graph(4, [1])
layout = ilx.layouts.multidimensional_scaling(G)

Features

Layouts

  • Shapes:

    • line
    • circle (supports vertex sizes)
    • shell
    • spiral
  • Grid or lattice:

    • square
    • triangular
  • Force-directed:

    • spring (Fruchterman-Reingold)
    • ARF
    • Forceatlas2
    • Kamada-Kawai
    • GEM (graph embedder)
    • Geometric (from netgraph)
    • LGL (from igraph)
  • Directed acyclic graphs (DAGs):

    • Sugiyama including edge routing (only for directed graphs ATM).
  • Machine learning:

    • UMAP (supports arbitrary graphs, not just knn graphs)
  • Other:

    • bipartite
    • multipartite
    • random (supports vertex sizes)
    • multidimensional scaling (MDS)

Packings

Edge routing

ilayoutx includes routines to route edges in a visually pleasing way. This is generally tricky not only because aesthetics are subjective, but also because the task is somewhat dependent on the level of zoom of the downstream visualisation (intuitively, when zoomed out, things tend to look more crowded). Edge routing can be used in iplotx via the waypoints keyword argument of the network function.

The following edge routing algorithms are implemented:

  • Sugiyama edge routing for DAGs.

Wishlist

  • Tree-like:
    • Reingold-Tilford

Rationale

The layout code is in Rust and exposed to Python via the amazing PyO3, with the goal to combine speed (by the machine) with comfort (for the user).

I'm a rust beginner, please be kind when judging this codebase. Feel free to open an issue on SourceHut if you have questions.

Authors

Fabio Zanini (https://fabilab.org)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ilayoutx-0.2.0.tar.gz (75.8 kB view details)

Uploaded Source

Built Distributions

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

ilayoutx-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (567.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

ilayoutx-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (543.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

ilayoutx-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (368.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ilayoutx-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (561.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

ilayoutx-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl (537.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

ilayoutx-0.2.0-cp314-cp314-win_amd64.whl (212.4 kB view details)

Uploaded CPython 3.14Windows x86-64

ilayoutx-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl (561.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

ilayoutx-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl (538.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

ilayoutx-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (363.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

ilayoutx-0.2.0-cp314-cp314-macosx_11_0_arm64.whl (327.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ilayoutx-0.2.0-cp314-cp314-macosx_10_12_x86_64.whl (327.4 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

ilayoutx-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl (561.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

ilayoutx-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl (537.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

ilayoutx-0.2.0-cp313-cp313-win_amd64.whl (212.6 kB view details)

Uploaded CPython 3.13Windows x86-64

ilayoutx-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (561.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

ilayoutx-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (538.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ilayoutx-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (363.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ilayoutx-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (327.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ilayoutx-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl (328.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

ilayoutx-0.2.0-cp312-cp312-win_amd64.whl (212.9 kB view details)

Uploaded CPython 3.12Windows x86-64

ilayoutx-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (562.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

ilayoutx-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (538.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ilayoutx-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (364.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ilayoutx-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (328.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ilayoutx-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl (328.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

ilayoutx-0.2.0-cp311-cp311-win_amd64.whl (215.1 kB view details)

Uploaded CPython 3.11Windows x86-64

ilayoutx-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (565.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

ilayoutx-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (541.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ilayoutx-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (367.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ilayoutx-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (330.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ilayoutx-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl (330.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: ilayoutx-0.2.0.tar.gz
  • Upload date:
  • Size: 75.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for ilayoutx-0.2.0.tar.gz
Algorithm Hash digest
SHA256 887c120db38e733dc50e136d88eb979885fb58e86af45e71c79a60d41d440967
MD5 e7938a0fd545a3a438f9711c2a8fb407
BLAKE2b-256 20606f6399889f1dde571fb3f79743b4e13330e5e92e242699772ddcd977b86e

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41ab0397a7f08f77819fbb0b9a6e6e7c44f645d01b34e85bade69e54361dcdcd
MD5 9c235f98a0bc53d57c34e8c5dbb924cc
BLAKE2b-256 bc44d725d2056a663713420a0786291b30464ff0dd8dd7ce80fbfc5678acbdae

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c6f3f5479ee3fd56510cb84abfac9869b480afdf9f7ea3e714368f604bacb4a8
MD5 10588c53b3b8dadac6d173157b9f21a9
BLAKE2b-256 02bd1d398d60be121debce6f21ffd6a39c94dd4cbcd1160cd84a6a6c2c8e88b5

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01aec217714d5c200c680fcce18a4176aa4fdb72c93fab57de44f6ac1f6e641f
MD5 a88082d3cd4d9ec66003759236c1a72f
BLAKE2b-256 a12809a14a2c7458491ea9d3ae57eb11a898bd749808ee4931ffff506a96e41a

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 779f9e5cf046b7168ebf441bd58f8ca9176b72b336d900402d9b3d105a5f9bb5
MD5 6c62f1be5b23f28803dcb6d14a9487d4
BLAKE2b-256 5dba56e13a45781304eb8b9c160b3b931b06964e79dc9f6f86f1d4bb387f6e59

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 795f44db4b33def299e96c962c24f6f59d8a255b054c31f197efd2e74d4eda45
MD5 a86f2ed4a9d5f4841fa67cb3caecad2a
BLAKE2b-256 14c42097a3c6f9232d04096dca7a77ed35efa143c28e0ca92816f908e89150e9

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: ilayoutx-0.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 212.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for ilayoutx-0.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 72c353fec00aba329b4039df47bd7ff56337c8e52317a5e7d7265e115478cfb6
MD5 618aa4569d1b48fdc41008bea53cf068
BLAKE2b-256 aae6988d9e20b79bea593c87f94b0c565a6d5bfe7e6a02b532db54f7197c2d52

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee35ae7b9b284d5c49ea71f9d14f529ed4e8654bcb6d300d52653082e0d6d4b7
MD5 d4af6be2340b562de400121580cb0489
BLAKE2b-256 79ae7e5a7e0a946f77988f02374f63a6856b3357dee2ebc4ec1889df53324b72

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4200eb3d4b7bd611f8def5010ed4a76c5d898eb8ca070bf1601c14f4ebfa52e7
MD5 8bdcb6b243c30f75d0130ea61a59ea34
BLAKE2b-256 f4bd522075dc0afd40900aca231837301b8a0de38ffbd0b95cf45ae3dee33f36

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 423dbb4af3d50cbea83010a94bee95952fad38818cd11e55214661a75b94d51a
MD5 69082a367da93c421432aeb751406b06
BLAKE2b-256 977a296be3c701c682b3b7d9115fcc1280744b4e4a28c0ff4c35834a8d374c11

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2869081aadffc7fa2d3e5c542e27fe2d33d952fb0350837ee8062994e1fe86dd
MD5 95fcff89bd4729577f26487e1519baba
BLAKE2b-256 707b164a70f8d94adce0645ff4b6e3257a215b1119cd222797aaaf4ecae566b7

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 78a8675046051c602e6931bc90519ceaca87f890d23dd9a7f722610c08fa8ec4
MD5 44b253302793851724e3e52e7b3dc270
BLAKE2b-256 264ec1c04925b3171722d5ce3b05e9b61c072fd478303fb7aedd1de2150e65b7

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f50f2b3f459066cee97b630b6e4f3d26449baf13eda58e9342114926f064554
MD5 d9c66d34374c1e668c75660bdeb8481d
BLAKE2b-256 613ae086aa776bb087ed937c9dc54e02015ed20c9fe4063d4a3d5fe33b1b6de6

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9dccab6c50eff3bac0074ff980a308e73430be081ff01b414d2554108c1150a5
MD5 0869c905f8e8bd567dd7be790d761d61
BLAKE2b-256 a13a9db58d1705054a6efb2e42980b9485a878435410b57b5e3e726daefd3633

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ilayoutx-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 212.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for ilayoutx-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 47255880381d1479e140d24fc97bc912248381bcca9ec8f0fb224a044b2ae22d
MD5 95535962e5bbeb83474d22f9ab3b2fab
BLAKE2b-256 1be42008278ee6cce6f0e3493bfacbe7b27a351414041368ec9c1420941b1b93

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad2ca27c18056509064c647d397148a11274bdbcb8a8f1f0ea79ecf9c28808b2
MD5 692cb56f99e9ea8d8076869f0e02fb86
BLAKE2b-256 df7623800720d2abb1c63078fabbe038c02660804724503a6e96ea9f6269cb07

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 417655e4ba3ff6b600fa8855053c33c66555d872507db74ec293071c51986b27
MD5 de7ab71a00156cf63816f7aa024a148e
BLAKE2b-256 fef06f28217b01ddf6eaabdc2cac8d0abbebcf4e3d4f8a2a2c2a52ed703d7046

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aea2dd5b794f3d209d127b79f2dfe7a3c1a831bc030226fde1024a1e3ae84cdd
MD5 2c1d9f04780533e8640dda93e261415a
BLAKE2b-256 ad13a7dcd4d6dafc26b7ea2fa45bb39a8cd110d31e3fb6ea45b690622b368631

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cc3375508fd6bde080607e4c5e970b301cccd4a2ee56022c6b873319d08aa25
MD5 0c47160ecdc50ccfc8eba05c3106304e
BLAKE2b-256 a1de196101ca42494600f830541fddf4ef384e3ccf28e6b8f998a369e7b59924

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d7c130e2a2fb14ed87c0567f88acad0f1da0bc165b03a9c09a492fbf44993d18
MD5 5723cb31dccd0ad3b0222add4946369b
BLAKE2b-256 06b01141c587268c6f0f20481f67d20b2611caf76399b9db4fbf60003c5530a2

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ilayoutx-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 212.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for ilayoutx-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f4a4506b09947d179769ee7f452e2fe2821cd8e85adf39263775a9cff8611e67
MD5 891de172c8077b63c546d155a0e51f7e
BLAKE2b-256 2cb54fb0bf8458ad87e45c8bf478c54775a9e22212e43c04c49e1768e16a6caa

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8de70730e71022b66e65ab7bc5832a4d895ebc91c32956bccef47f588a2b6378
MD5 08f13f0cffba90636293becd85ec1d3f
BLAKE2b-256 9c1eb9cab058789037b45bd3be0d4af5e4c2b4893ca484b946f5a1c2ba4a012d

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 48e2f12d873c9389c7c3e481235365156cd8e6e3616a7fad593189a1a68ca9ae
MD5 7a350152ac1a6cdd6f5209df88ab6317
BLAKE2b-256 b5ec91b42d8a025a51773a38653eaafd9572b0e5bd56d6747e55ffa38d5e5a84

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8142f9d9c4fd0160c3b6ec68c1a5adf8a7bef1c94c520ac198012153fac71b79
MD5 00ea32dec22409b203fb775a1af9dbdb
BLAKE2b-256 46d60b3bc67d6bd9931cece4a5a1d314d253f84bec02034441ad31822397e5ab

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bc61548cc0a165df62f7b963c5672bb6d6cc2193ede81503afcd2dd2a35468d8
MD5 05e420116088c11bbb1607a415d35e75
BLAKE2b-256 d65eb21fa01e06f81015016f9f0453b4dffe339e8d00bef747997ffb3d5b2829

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a2dc1309996f0fa7424325afa91f6892331fa2dd50a71aa7d222f47fd720f007
MD5 250b20ca9d349a98e9beb6ace8327f02
BLAKE2b-256 37debb78f9789e48aaad01c82de7a795b3dba7420e86c490de8623a12123d3bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ilayoutx-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 215.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.11.5

File hashes

Hashes for ilayoutx-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4318d1439cc6daaaa0e914691e0be9028903eee2b530c18e0bf7c566152ac43c
MD5 ba2327475ca7f31efebcd9fa54f737cf
BLAKE2b-256 7532c5d7ad4a6f948a24678c1cda5d1f4b9476c6f711e4c2e744b94051326395

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7e21db13b015c2631f1d8d921018cc827f90fe3835dfd16f0b3ab48dbed52cf
MD5 94fa4134a5d744b8ea62825a67065ef0
BLAKE2b-256 ea6198e0546ebdb0059749589c2af8f43ee7eaee83e83ab0592591b5ab5b43c1

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8e5dfa87ada560691c7a05cf949a8059e966aafaec479568411cad7abea2738a
MD5 194e30f8370677b85dd98839eb8d48c4
BLAKE2b-256 136fc97e939377fbc0d4f6b18c6d068f69881a3b4e6019e346ecd99935a326b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86cc2716ff58666fa81976b81c872be387a3ea7557cd38eb370d1785d5201e91
MD5 5c2581ae34e87e658dbca77f9021d889
BLAKE2b-256 036025a6d8488939fcc206bfd0e0ba8ee60d74d07abc383cdec6221d5d648a43

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 314f2f2df511ea8e30f5e2d94f6ed81d2efc950d820530aea54c3537bd9dc2e1
MD5 3e1ae75ca09ab1d3cb1753ee4be61157
BLAKE2b-256 e88687fe7cdf24d715e0e8e731bf66fafd516e2e1fee29571c0ee7130326ded5

See more details on using hashes here.

File details

Details for the file ilayoutx-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ilayoutx-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 785d068e29df82379a75e195e777e6009a897b450cb0be920d6366efb3ab17e6
MD5 cc4b0ee2ee926be722f4311cd8bee3ec
BLAKE2b-256 6c6d56aa5573028f262460972d211d4e8c7a4e85a59aac88e1ce62552dcd892e

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