LineageTree 1.4.3__py3-none-any.whl → 1.5.0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: LineageTree
3
- Version: 1.4.3
3
+ Version: 1.5.0
4
4
  Summary: Lineage tree structure
5
5
  Home-page: https://github.com/leoguignard/LineageTree
6
6
  Author: Léo Guignard
@@ -24,28 +24,30 @@ Classifier: Topic :: Scientific/Engineering :: Image Processing
24
24
  Requires-Python: >=3.8
25
25
  Description-Content-Type: text/markdown
26
26
  License-File: LICENSE
27
- Requires-Dist: scipy >=1.9
28
- Requires-Dist: numpy >=1.23
27
+ Requires-Dist: scipy>=1.9
28
+ Requires-Dist: numpy>=1.23
29
+ Requires-Dist: mastodon-reader
30
+ Requires-Dist: matplotlib
29
31
  Provides-Extra: all
30
- Requires-Dist: svgwrite ; extra == 'all'
31
- Requires-Dist: matplotlib ; extra == 'all'
32
- Requires-Dist: tox ; extra == 'all'
33
- Requires-Dist: pytest ; extra == 'all'
34
- Requires-Dist: pytest-cov ; extra == 'all'
35
- Requires-Dist: edist ; extra == 'all'
36
- Requires-Dist: mastodon-reader ; extra == 'all'
32
+ Requires-Dist: svgwrite; extra == "all"
33
+ Requires-Dist: matplotlib; extra == "all"
34
+ Requires-Dist: tox; extra == "all"
35
+ Requires-Dist: pytest; extra == "all"
36
+ Requires-Dist: pytest-cov; extra == "all"
37
+ Requires-Dist: edist; extra == "all"
38
+ Requires-Dist: mastodon-reader; extra == "all"
37
39
  Provides-Extra: svg
38
- Requires-Dist: svgwrite ; extra == 'svg'
39
- Requires-Dist: matplotlib ; extra == 'svg'
40
+ Requires-Dist: svgwrite; extra == "svg"
41
+ Requires-Dist: matplotlib; extra == "svg"
40
42
  Provides-Extra: test
41
- Requires-Dist: svgwrite ; extra == 'test'
42
- Requires-Dist: matplotlib ; extra == 'test'
43
- Requires-Dist: tox ; extra == 'test'
44
- Requires-Dist: pytest ; extra == 'test'
45
- Requires-Dist: pytest-cov ; extra == 'test'
46
- Requires-Dist: mastodon-reader ; extra == 'test'
43
+ Requires-Dist: svgwrite; extra == "test"
44
+ Requires-Dist: matplotlib; extra == "test"
45
+ Requires-Dist: tox; extra == "test"
46
+ Requires-Dist: pytest; extra == "test"
47
+ Requires-Dist: pytest-cov; extra == "test"
48
+ Requires-Dist: mastodon-reader; extra == "test"
47
49
  Provides-Extra: treeedit
48
- Requires-Dist: edist ; extra == 'treeedit'
50
+ Requires-Dist: edist; extra == "treeedit"
49
51
 
50
52
  # LineageTree
51
53
 
@@ -59,13 +61,6 @@ With LineageTree you can read from:
59
61
  - ASTEC algorithm outputs described in [Guignard, Fiuza et al. 2020](https://doi.org/10.1126/science.aar5663)
60
62
  - and few others
61
63
 
62
- ## Description of the repository
63
-
64
- - src: folder containing the package
65
- - setup.py: Installation script
66
- - README.md: This file
67
- - LICENCE: The licence describing file
68
-
69
64
  ## Basic usage
70
65
 
71
66
  Once installed the library can be called the following way (as an example):
@@ -0,0 +1,10 @@
1
+ LineageTree/__init__.py,sha256=thIsjgdZh5Z9BuRL7DVZinnq33-s1tXwFiIUjpTfSN8,155
2
+ LineageTree/lineageTree.py,sha256=DrJRj6uZt9P2mdZGPTTIcX8RJM7zipgfuX_aoLUFA5A,127181
3
+ LineageTree/lineageTreeManager.py,sha256=JzxJkb4EwuyYgVNX4A3ommIFmGgkiOwLLwuJ1pc2LLo,5550
4
+ LineageTree/tree_styles.py,sha256=cDrGZaHz-1d_bp1hAhvAtBmVcSbNeTcY5YHPyaJ4g3w,10690
5
+ LineageTree/utils.py,sha256=cWJVSETN2npEoP1Ud86e17aXT-0dwf2gWsf5DMpxV9k,5993
6
+ LineageTree-1.5.0.dist-info/LICENSE,sha256=IKncNCNpq93Kq7Ywg1V4I9Bu_99VMK-mX1EJyjTKLyc,1068
7
+ LineageTree-1.5.0.dist-info/METADATA,sha256=Ms18pNNq8K2Fj10hGVlz-YdhKeUsLUi1vaNEOg35ea0,4195
8
+ LineageTree-1.5.0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
9
+ LineageTree-1.5.0.dist-info/top_level.txt,sha256=CCqPCTX76zPTEUagUgTWbLaZun8752n59iOOwfUlvxs,12
10
+ LineageTree-1.5.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,7 +0,0 @@
1
- LineageTree/__init__.py,sha256=YqnPHjSF3YDTinM2GTqYaIDR-7SW6B8YTqL7CnTFoUo,85
2
- LineageTree/lineageTree.py,sha256=wux544zwGNk8MheqP0tcYYhGXPAG_cN_9uvdQy97yDQ,87947
3
- LineageTree-1.4.3.dist-info/LICENSE,sha256=IKncNCNpq93Kq7Ywg1V4I9Bu_99VMK-mX1EJyjTKLyc,1068
4
- LineageTree-1.4.3.dist-info/METADATA,sha256=jHi1yrlDeXMsZVNOCPYvlMb_44EOzWgQjA7HCPkZlK8,4322
5
- LineageTree-1.4.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
6
- LineageTree-1.4.3.dist-info/top_level.txt,sha256=CCqPCTX76zPTEUagUgTWbLaZun8752n59iOOwfUlvxs,12
7
- LineageTree-1.4.3.dist-info/RECORD,,