pytractoviz 0.2.14__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.
@@ -0,0 +1,53 @@
1
+ Metadata-Version: 2.4
2
+ Name: pytractoviz
3
+ Version: 0.2.14
4
+ Summary: Python tools for diffusion tractography visualization
5
+ Author-Email: Lezlie Espana <lespana@mcw.edu>
6
+ License-Expression: MIT
7
+ License-File: LICENSE
8
+ Classifier: Development Status :: 4 - Beta
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Programming Language :: Python
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3 :: Only
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Topic :: Documentation
17
+ Classifier: Topic :: Software Development
18
+ Classifier: Topic :: Utilities
19
+ Classifier: Typing :: Typed
20
+ Project-URL: Homepage, https://mcw-meier-lab.github.io/pytractoviz
21
+ Project-URL: Documentation, https://mcw-meier-lab.github.io/pytractoviz
22
+ Project-URL: Changelog, https://mcw-meier-lab.github.io/pytractoviz/changelog
23
+ Project-URL: Repository, https://github.com/mcw-meier-lab/pytractoviz
24
+ Project-URL: Issues, https://github.com/mcw-meier-lab/pytractoviz/issues
25
+ Project-URL: Discussions, https://github.com/mcw-meier-lab/pytractoviz/discussions
26
+ Requires-Python: >=3.10
27
+ Requires-Dist: dipy>=1.11.0
28
+ Requires-Dist: fury>=0.12.0
29
+ Requires-Dist: imageio>=2.37.2
30
+ Requires-Dist: xvfbwrapper>=0.2.15
31
+ Description-Content-Type: text/markdown
32
+
33
+ # pyTractoViz
34
+
35
+ [![ci](https://github.com/mcw-meier-lab/pytractoviz/workflows/ci/badge.svg)](https://github.com/mcw-meier-lab/pytractoviz/actions?query=workflow%3Aci)
36
+ [![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://mcw-meier-lab.github.io/pytractoviz/)
37
+ [![pypi version](https://img.shields.io/pypi/v/pytractoviz.svg)](https://pypi.org/project/pytractoviz/)
38
+
39
+ Python tools for diffusion tractography visualization
40
+
41
+ ## Installation
42
+
43
+ ```bash
44
+ pip install pytractoviz
45
+ ```
46
+
47
+ With [`uv`](https://docs.astral.sh/uv/):
48
+
49
+ ```bash
50
+ uv tool install pytractoviz
51
+ ```
52
+
53
+
@@ -0,0 +1,14 @@
1
+ pytractoviz-0.2.14.dist-info/METADATA,sha256=kVC1VfX1W_jUOZvkv-pWJ7Uv8vasnLpcg6vLTP2P2Fg,1957
2
+ pytractoviz-0.2.14.dist-info/WHEEL,sha256=tsUv_t7BDeJeRHaSrczbGeuK-TtDpGsWi_JfpzD255I,90
3
+ pytractoviz-0.2.14.dist-info/entry_points.txt,sha256=3xIhSiD0q6zn5_hKm6Jy5mX-ahQs9z4LqOpCO94rF_E,69
4
+ pytractoviz-0.2.14.dist-info/licenses/LICENSE,sha256=sGmZYJw9BK9wixJiSot6jOnuJhiTkvx-57MoXzckfu8,1070
5
+ pytractoviz/__init__.py,sha256=3CdTUFPQsX1beD6mBL5cSQuMQywCtOQrEYAS3_DEj-I,304
6
+ pytractoviz/__main__.py,sha256=PJkeT6jsqtpOxau2lk-TKIAODgiYg75Qc4qlZ6QMOsw,357
7
+ pytractoviz/_internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ pytractoviz/_internal/cli.py,sha256=DFBUd2YpvzwQ6piMISC_lYKu6vjYewSjd8nFDf3bKCI,1739
9
+ pytractoviz/_internal/debug.py,sha256=zZjJXxfZfvvIP461kJh9hJaiNLeBpbHkVKBK1dCyfH4,2894
10
+ pytractoviz/html.py,sha256=caSdMr-MJ2EvRiVSe9U5TuFLeWKeGem-irdibJ9LCkk,30776
11
+ pytractoviz/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ pytractoviz/utils.py,sha256=5SbKCcgoneKC0uJjoP-8l1cmcdCU9LcoMigseyL81CM,7133
13
+ pytractoviz/viz.py,sha256=V0AfgSKGPe8c5eaOKRXJ5SHhjj7U9mESAZ8VJ1003f8,181915
14
+ pytractoviz-0.2.14.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: pdm-backend (2.4.6)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,5 @@
1
+ [console_scripts]
2
+ pytractoviz = pytractoviz.cli:main
3
+
4
+ [gui_scripts]
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 MCW Meier Lab
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.