Skip to main content

No project description provided

Project description

fdlayout

Python library for creating force-directed graph layouts.

Usage

import fdlayout.networkx as fd
import networkx as nx

g = nx.generators.karate_club_graph()
nx.drawing.draw(g, pos=fd.layout(g))

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

fdlayout-1.0.0.tar.gz (27.9 kB view details)

Uploaded Source

Built Distributions

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

fdlayout-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fdlayout-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fdlayout-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fdlayout-1.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fdlayout-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fdlayout-1.0.0-cp311-none-win_amd64.whl (184.0 kB view details)

Uploaded CPython 3.11Windows x86-64

fdlayout-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fdlayout-1.0.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (622.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)macOS 10.9+ x86-64macOS 11.0+ ARM64

fdlayout-1.0.0-cp310-none-win_amd64.whl (184.0 kB view details)

Uploaded CPython 3.10Windows x86-64

fdlayout-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fdlayout-1.0.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (622.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)macOS 10.9+ x86-64macOS 11.0+ ARM64

fdlayout-1.0.0-cp39-none-win_amd64.whl (184.0 kB view details)

Uploaded CPython 3.9Windows x86-64

fdlayout-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fdlayout-1.0.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (622.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)macOS 10.9+ x86-64macOS 11.0+ ARM64

fdlayout-1.0.0-cp38-none-win_amd64.whl (183.9 kB view details)

Uploaded CPython 3.8Windows x86-64

fdlayout-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

fdlayout-1.0.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (621.9 kB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)macOS 10.9+ x86-64macOS 11.0+ ARM64

fdlayout-1.0.0-cp37-none-win_amd64.whl (183.9 kB view details)

Uploaded CPython 3.7Windows x86-64

fdlayout-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

fdlayout-1.0.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (621.9 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ universal2 (ARM64, x86-64)macOS 10.9+ x86-64macOS 11.0+ ARM64

File details

Details for the file fdlayout-1.0.0.tar.gz.

File metadata

  • Download URL: fdlayout-1.0.0.tar.gz
  • Upload date:
  • Size: 27.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for fdlayout-1.0.0.tar.gz
Algorithm Hash digest
SHA256 267dccf785f69fce88f55bfaece1fa05ab665efdf884198a5c98f21bc1dc5641
MD5 fe39ae762eb2df49734bcb5eed42bc72
BLAKE2b-256 655999fe9e5bd92608361c2c93d5b850075e4d16dfe232032aa563f5a573db53

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9afbae8793cc56ea92d660d91219c1327ff2c34bacfdb49655715560b02f262
MD5 193df1a0227bed25dec21701e7841d53
BLAKE2b-256 e02e4e4458327aca8ff8a9702c6b6eb74714a015604810826cff85a99a34603e

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79c08cec9005014bdf1c651eae2d533c0610a7ac1260db18685446ae66f88943
MD5 681178dd37a9c7bc6eda22881e20b0dc
BLAKE2b-256 c551a254acdb6e4d9081d6e9396a581030418f11649170b581f4df2833540378

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f68d00d9b494c1d4893e4b4bf3c1ffa69f42ec36bfcd75bc4cec3b344d3bda88
MD5 2710e3602677ceacfee3821938a3a39d
BLAKE2b-256 6d4a269a571ac5fa07eb10ab53106b34d504ada7f333769e12331a3085e06522

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8723dacf4d9721bcfc1ed9847c38e32433acad36421aa1f225d5588899d77253
MD5 3e76f3f4953651d859bf0e8979bc863e
BLAKE2b-256 75aa10621c0d0ef502bd6e2eb9a250136819b861b6486fd217ea885d92747877

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21679be36a56dd3e98da85e024a85b593e1fa2104e10a9fad3902be857110990
MD5 f5a49f817be46d532146be7854ec3883
BLAKE2b-256 354c488058a487b2916c83fcec86ac545ff40dc660ea3b6bcbfe2c51c9cfd49d

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp311-none-win_amd64.whl.

File metadata

  • Download URL: fdlayout-1.0.0-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 184.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for fdlayout-1.0.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 222ee2b5ff59e381869a09a166ef305dd20aa61cd3853e1c9615aeb070daac53
MD5 92246fa12ce849798b703d967a7b9221
BLAKE2b-256 b6985de25fbfcc06c632baca15fb9ecdcce774689f610920caca70e31720ba57

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 054d8055b7eb63d47228ef97483a83c07909bcca71f7667e0fe9c9bb4207c32e
MD5 9464861492177673c76e0793646bd52f
BLAKE2b-256 b1d0fe423fc6be728c7b1e37460376282017e4f371cc5b83b7fb04a12c688807

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 82ac4b724ca934b065b87fd32fee122dbdcb9256631c1bc86c206f256a005e85
MD5 5fef2a31f5034d788e49cb57b9a81ae4
BLAKE2b-256 4b860bee816f7b9b0d4bf047347ac03d766dc2722ce48d216149ba73f7ac6169

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp310-none-win_amd64.whl.

File metadata

  • Download URL: fdlayout-1.0.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 184.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for fdlayout-1.0.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 b4e5ab6c5a96ccb4bb3cee8f9de9c7815f7f73ba9f1827c057275a7f861e6486
MD5 d3367d635e8e5b6f84322fec63266d64
BLAKE2b-256 ca167ab4c48332cceb9970a644cfecd48071d0a4f3e3341f737072a2c1f316d6

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5666807146931ad6d8a6b250cea05740b3ba93259e47a19fd44a33c68b962c52
MD5 ec8824bba75bd533ff0e06bcabfbeafe
BLAKE2b-256 8027883203b45d775b890ed2d6babee73acd139007fa024a89c6bc2bd7eabdba

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e565983b8698bc6e384ca3c169eab00121c4e2def7e5288121f2670d411f62a0
MD5 3571fbbc12889b5b5fefa29ab867875d
BLAKE2b-256 95d8f092068b0519a24c193925d9a478e9b059c508620b2d861224a5524a87f8

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp39-none-win_amd64.whl.

File metadata

  • Download URL: fdlayout-1.0.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 184.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for fdlayout-1.0.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 487ad12ba7eb0df44fe9a7b7e5dc25fea890953cb364ba4ef6505454cdc84e56
MD5 549d3d8e439215326c9b944f11b588e6
BLAKE2b-256 a1fac95658275489ce0c80e630772ead18ae4f0392c8b693b53ff8871b8638ac

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fcc721a8b3593601b30aab1b167196d5de511c0bdb65088349dbd60a3fc53e6c
MD5 b6fc17faeede700e316e4792f051dcff
BLAKE2b-256 03ec6527f1408c4f67239c6593bc19b9e23ae0a2937521a8ce2b464b7ff894d8

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 496b8190b0a792b977a09656e61d178ed9ee6cb9ddb879e8b6721a155ace2328
MD5 5103692631fb2935ffb6fad4dda82da4
BLAKE2b-256 37504139d8558dd7e276550d158d4fadec81684452b9a50e4cf3b7823ecf1bd6

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp38-none-win_amd64.whl.

File metadata

  • Download URL: fdlayout-1.0.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 183.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for fdlayout-1.0.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 bc869efa3f5b8c7de145e855d8d1e75ad149dfa5c709c9712d6e2ce4e5e99dd6
MD5 578b59db51006cde9f0178980028b9f2
BLAKE2b-256 e11fa0379044c11c2d621179e5b14f071f93ae0e92c52e3ea4324ec07c651f6f

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b86f3f1439a60d94202d214da5379ee2d4739b13da9f7328fd894f910f0929d2
MD5 3700d3b23e74cb69401738504a98f169
BLAKE2b-256 acec2908cbc78ba0a8b0bfe730e73c98f8d217a653acb15e4ff9cda29345c6f7

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 02b536251fd4ad9f143764695daf792b8a6bb729218b09b93aee36ed0a5303e1
MD5 3b9a178183c27f881768aaab3492ac4a
BLAKE2b-256 7e267260ec3248f1de2d6e0ce8ce861d7a579b9016d9749f61497a9cca4ef76b

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp37-none-win_amd64.whl.

File metadata

  • Download URL: fdlayout-1.0.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 183.9 kB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.2.3

File hashes

Hashes for fdlayout-1.0.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 46ad9d2029d41f39bf4a809934d71263c48d1797cbdc11207cca691498bd97f6
MD5 af8609b5e56d83eff6456b95994ae944
BLAKE2b-256 9a17b282258c631438c87dfa36234fcd665786d2ec1fcad9ca75101160a47acf

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bcb22729844efbb163f3d98ef7acbe6f505ca4ccba4a77cdfbb6dbecc89b3881
MD5 9f88dea057760a4e2bc59100b2b0c2f0
BLAKE2b-256 3cf15833d49d9e30f5566e65558d2395f394f10b117f7128479ede52bd804606

See more details on using hashes here.

File details

Details for the file fdlayout-1.0.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for fdlayout-1.0.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e64e7da62f3f9257354b92bd1f9f23f839929edd8ff8d41083187dfcb6df7bf9
MD5 9a6c271677af53cfc96499b26bfe26f6
BLAKE2b-256 633eab12f5329686860e93c0e0d45fdf56628a610ca8e09652ceb0fcd5fc13d6

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