iplotx 0.4.0__py3-none-any.whl → 0.5.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- iplotx/cascades.py +19 -28
- iplotx/edge/__init__.py +74 -6
- iplotx/edge/arrow.py +10 -3
- iplotx/edge/geometry.py +5 -17
- iplotx/edge/ports.py +3 -2
- iplotx/groups.py +1 -3
- iplotx/ingest/__init__.py +5 -14
- iplotx/ingest/heuristics.py +1 -4
- iplotx/ingest/providers/network/igraph.py +4 -12
- iplotx/ingest/providers/network/networkx.py +6 -20
- iplotx/ingest/providers/network/simple.py +2 -9
- iplotx/ingest/providers/tree/biopython.py +2 -5
- iplotx/ingest/providers/tree/cogent3.py +2 -5
- iplotx/ingest/providers/tree/ete4.py +2 -5
- iplotx/ingest/providers/tree/simple.py +97 -0
- iplotx/ingest/providers/tree/skbio.py +2 -5
- iplotx/ingest/typing.py +5 -14
- iplotx/network.py +4 -7
- iplotx/plotting.py +1 -1
- iplotx/style/__init__.py +131 -106
- iplotx/style/leaf_info.py +3 -0
- iplotx/style/library.py +94 -0
- iplotx/tree.py +55 -42
- iplotx/typing.py +2 -0
- iplotx/utils/geometry.py +32 -40
- iplotx/utils/matplotlib.py +13 -10
- iplotx/utils/style.py +6 -1
- iplotx/version.py +1 -1
- iplotx/vertex.py +16 -23
- {iplotx-0.4.0.dist-info → iplotx-0.5.1.dist-info}/METADATA +33 -15
- iplotx-0.5.1.dist-info/RECORD +38 -0
- iplotx-0.4.0.dist-info/RECORD +0 -37
- {iplotx-0.4.0.dist-info → iplotx-0.5.1.dist-info}/WHEEL +0 -0
iplotx-0.4.0.dist-info/RECORD
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
iplotx/__init__.py,sha256=MKb9UCXKgDHHkeATuJWxYdM-AotfBo2fbWy-Rkbn9Is,509
|
|
2
|
-
iplotx/artists.py,sha256=Bpn6NS8S_B_E4OW88JYW6aEu2bIuIQJmbs2paTmBAoY,522
|
|
3
|
-
iplotx/cascades.py,sha256=Bfx6euC8wypffzS64aclCefxGELHvxaEslY0du8hlv8,8404
|
|
4
|
-
iplotx/groups.py,sha256=H3zIaqlILQaC6Iqgxrf3zSuRVgynQTLLEuuGy6lYgLI,6388
|
|
5
|
-
iplotx/label.py,sha256=i107wE-9kC_MVWsgWeYG6sRy_ZmyvITNm2laIij9SR0,8761
|
|
6
|
-
iplotx/layout.py,sha256=KxmRLqjo8AYCBAmXez8rIiLU2sM34qhb6ox9AHYwRyE,4839
|
|
7
|
-
iplotx/network.py,sha256=BIyM5cqVGx7JYhDGduQqMFbdyf7gebPbtxsJSfdpAsE,11336
|
|
8
|
-
iplotx/plotting.py,sha256=W8_E85wgu59O8Jq9L4reQH7_qVfiK5hVOv2MmEKjn1A,7401
|
|
9
|
-
iplotx/tree.py,sha256=nZvWsHPh9Re0yJfbfxdEz9a7r8mxNdaAgvlXOH9czV4,26477
|
|
10
|
-
iplotx/typing.py,sha256=17TS-EJshNNOdeUC9mmJALiJ3gwI1nRq6AGlVdQRp1E,1384
|
|
11
|
-
iplotx/version.py,sha256=zrBTMUkRqGwK-O_ve9DsNB0CfIUOaI7QM1VohbBavPU,66
|
|
12
|
-
iplotx/vertex.py,sha256=4iJEGz2fy9v2KBs5zJjB4Y5iRNiL1RCNsqPYnSnhHTQ,14394
|
|
13
|
-
iplotx/edge/__init__.py,sha256=ZlNBWQn1LNJsLaTZX4OteamW7a0SCMuhivReX4_i84M,23474
|
|
14
|
-
iplotx/edge/arrow.py,sha256=aHbUxZCopL5tk9HED-SfxqZ2zP2sB-mDmsnDO9teBrs,12575
|
|
15
|
-
iplotx/edge/geometry.py,sha256=PGcf1nFhhKLZSRO9L_B0M6vba7lo3MTbZhKWE8Iuc_Q,13424
|
|
16
|
-
iplotx/edge/leaf.py,sha256=SyGMv2PIOoH0pey8-aMVaZheK3hNe1Qz_okcyWbc4E4,4268
|
|
17
|
-
iplotx/edge/ports.py,sha256=pno3A7QdQyZGyQJOHVLYszBBeQAh-q2-jkd-lOe31TM,1183
|
|
18
|
-
iplotx/ingest/__init__.py,sha256=GZh-cqpQHB8Xpuusnt5D0xTqKD8bD4ljytuJwbHzQtw,4847
|
|
19
|
-
iplotx/ingest/heuristics.py,sha256=_Ct00GIbGAVNwp-3Nil5WHOwK760iZ34ojBFgApzIjo,5833
|
|
20
|
-
iplotx/ingest/typing.py,sha256=OYgu4CZmxFDNymqPuf_VS3aGWr2Yt6xLreGpCG2oJJA,14064
|
|
21
|
-
iplotx/ingest/providers/network/igraph.py,sha256=VmEHjNrgpz4b9L1Tt-jCGmcJBr_1i56VV8UKOfEzTzs,3097
|
|
22
|
-
iplotx/ingest/providers/network/networkx.py,sha256=m62xwSSbI19ryRgGoHNwu1vB1wan6UuLimH5f-SR6qQ,4554
|
|
23
|
-
iplotx/ingest/providers/network/simple.py,sha256=yx5tw3V6xG3YFZK6iFNXRaGgfyzmTn9tr_pI1BWXCNQ,3771
|
|
24
|
-
iplotx/ingest/providers/tree/biopython.py,sha256=N9axz55yF4OKNwAxSlRKNOt54t_EVT9wcTDsizfJhmg,1524
|
|
25
|
-
iplotx/ingest/providers/tree/cogent3.py,sha256=N-w4M2SHtkqDVDLXM0221-PLIrfc9uvZOgOZsHkBVkg,1106
|
|
26
|
-
iplotx/ingest/providers/tree/ete4.py,sha256=vHwfYRazruR7eZfUgEJiSyeUA7UVBsTtR998uoL5bDQ,971
|
|
27
|
-
iplotx/ingest/providers/tree/skbio.py,sha256=fwlITpl71gIKDDoJKB6nmlC-J6A2fXoplX6ul5qXsYc,869
|
|
28
|
-
iplotx/style/__init__.py,sha256=Rxc5_idSDHV0XwE0Hy3wY5yrNtWK_VOAQbknswqyu3Q,10645
|
|
29
|
-
iplotx/style/leaf_info.py,sha256=puaTtzLdaqC83R6gzwq1wcgooQteawvXCuBTGrxbrEY,897
|
|
30
|
-
iplotx/style/library.py,sha256=TmtleacXNusXv02256AAyX9n03fnYHjXUth2OWcAdbw,5540
|
|
31
|
-
iplotx/utils/geometry.py,sha256=K5ZBYPmz4-KNm64pDh2p0L6PF5-u57SCVaEd2eWeRv0,8956
|
|
32
|
-
iplotx/utils/internal.py,sha256=WWfcZDGK8Ut1y_tOHRGg9wSqY1bwSeLQO7dHM_8Tvwo,107
|
|
33
|
-
iplotx/utils/matplotlib.py,sha256=h6mM_ZHF93vScgaD00qGGd3AN_MuPtlLV0T0vpoL_eQ,5114
|
|
34
|
-
iplotx/utils/style.py,sha256=Ec6qlTEAgDUw-ozqqdFWmSRtxdcSGSBZ_P8RNeUCwuE,354
|
|
35
|
-
iplotx-0.4.0.dist-info/METADATA,sha256=8PhnV_AdqvUJLSeBdYWJLJXOOW7Q9HoacrArONfsSKs,3809
|
|
36
|
-
iplotx-0.4.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
37
|
-
iplotx-0.4.0.dist-info/RECORD,,
|
|
File without changes
|