junifer 0.0.6.dev44__py3-none-any.whl → 0.0.6.dev88__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.
- junifer/__init__.py +2 -33
- junifer/__init__.pyi +33 -0
- junifer/_version.py +2 -2
- junifer/api/__init__.py +2 -3
- junifer/api/__init__.pyi +4 -0
- junifer/api/functions.py +1 -2
- junifer/api/py.typed +0 -0
- junifer/api/queue_context/__init__.py +2 -4
- junifer/api/queue_context/__init__.pyi +5 -0
- junifer/api/queue_context/py.typed +0 -0
- junifer/cli/__init__.py +4 -3
- junifer/cli/__init__.pyi +3 -0
- junifer/cli/cli.py +17 -0
- junifer/cli/parser.py +22 -1
- junifer/cli/py.typed +0 -0
- junifer/cli/tests/test_cli_utils.py +2 -0
- junifer/configs/juseless/__init__.py +2 -2
- junifer/configs/juseless/__init__.pyi +3 -0
- junifer/configs/juseless/datagrabbers/__init__.py +2 -12
- junifer/configs/juseless/datagrabbers/__init__.pyi +13 -0
- junifer/configs/juseless/datagrabbers/py.typed +0 -0
- junifer/configs/juseless/py.typed +0 -0
- junifer/data/__init__.py +2 -42
- junifer/data/__init__.pyi +43 -0
- junifer/data/py.typed +0 -0
- junifer/datagrabber/__init__.py +2 -26
- junifer/datagrabber/__init__.pyi +27 -0
- junifer/datagrabber/aomic/__init__.py +2 -4
- junifer/datagrabber/aomic/__init__.pyi +5 -0
- junifer/datagrabber/aomic/py.typed +0 -0
- junifer/datagrabber/hcp1200/__init__.py +2 -3
- junifer/datagrabber/hcp1200/__init__.pyi +4 -0
- junifer/datagrabber/hcp1200/py.typed +0 -0
- junifer/datagrabber/py.typed +0 -0
- junifer/datareader/__init__.py +2 -2
- junifer/datareader/__init__.pyi +3 -0
- junifer/datareader/py.typed +0 -0
- junifer/external/nilearn/__init__.py +2 -3
- junifer/external/nilearn/__init__.pyi +4 -0
- junifer/external/nilearn/py.typed +0 -0
- junifer/markers/__init__.py +2 -38
- junifer/markers/__init__.pyi +37 -0
- junifer/markers/complexity/__init__.py +2 -18
- junifer/markers/complexity/__init__.pyi +17 -0
- junifer/markers/complexity/py.typed +0 -0
- junifer/markers/falff/__init__.py +2 -3
- junifer/markers/falff/__init__.pyi +4 -0
- junifer/markers/falff/py.typed +0 -0
- junifer/markers/functional_connectivity/__init__.py +2 -12
- junifer/markers/functional_connectivity/__init__.pyi +13 -0
- junifer/markers/functional_connectivity/py.typed +0 -0
- junifer/markers/py.typed +0 -0
- junifer/markers/reho/__init__.py +2 -3
- junifer/markers/reho/__init__.pyi +4 -0
- junifer/markers/reho/py.typed +0 -0
- junifer/markers/temporal_snr/__init__.py +2 -3
- junifer/markers/temporal_snr/__init__.pyi +4 -0
- junifer/markers/temporal_snr/py.typed +0 -0
- junifer/pipeline/__init__.py +2 -10
- junifer/pipeline/__init__.pyi +13 -0
- junifer/{markers/collection.py → pipeline/marker_collection.py} +7 -7
- junifer/pipeline/py.typed +0 -0
- junifer/pipeline/registry.py +70 -2
- junifer/{markers/tests/test_collection.py → pipeline/tests/test_marker_collection.py} +2 -3
- junifer/preprocess/__init__.py +2 -10
- junifer/preprocess/__init__.pyi +11 -0
- junifer/preprocess/confounds/__init__.py +2 -2
- junifer/preprocess/confounds/__init__.pyi +3 -0
- junifer/preprocess/confounds/py.typed +0 -0
- junifer/preprocess/py.typed +0 -0
- junifer/preprocess/smoothing/__init__.py +2 -2
- junifer/preprocess/smoothing/__init__.pyi +3 -0
- junifer/preprocess/smoothing/py.typed +0 -0
- junifer/preprocess/warping/__init__.py +2 -2
- junifer/preprocess/warping/__init__.pyi +3 -0
- junifer/preprocess/warping/py.typed +0 -0
- junifer/py.typed +0 -0
- junifer/storage/__init__.py +2 -10
- junifer/storage/__init__.pyi +11 -0
- junifer/storage/py.typed +0 -0
- junifer/testing/__init__.py +2 -3
- junifer/testing/__init__.pyi +4 -0
- junifer/testing/py.typed +0 -0
- junifer/utils/__init__.py +2 -14
- junifer/utils/__init__.pyi +15 -0
- junifer/utils/py.typed +0 -0
- {junifer-0.0.6.dev44.dist-info → junifer-0.0.6.dev88.dist-info}/METADATA +2 -1
- {junifer-0.0.6.dev44.dist-info → junifer-0.0.6.dev88.dist-info}/RECORD +93 -41
- {junifer-0.0.6.dev44.dist-info → junifer-0.0.6.dev88.dist-info}/WHEEL +1 -1
- {junifer-0.0.6.dev44.dist-info → junifer-0.0.6.dev88.dist-info}/AUTHORS.rst +0 -0
- {junifer-0.0.6.dev44.dist-info → junifer-0.0.6.dev88.dist-info}/LICENSE.md +0 -0
- {junifer-0.0.6.dev44.dist-info → junifer-0.0.6.dev88.dist-info}/entry_points.txt +0 -0
- {junifer-0.0.6.dev44.dist-info → junifer-0.0.6.dev88.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,17 @@
|
|
1
|
+
__all__ = [
|
2
|
+
"HurstExponent",
|
3
|
+
"RangeEntropy",
|
4
|
+
"RangeEntropyAUC",
|
5
|
+
"PermEntropy",
|
6
|
+
"WeightedPermEntropy",
|
7
|
+
"SampleEntropy",
|
8
|
+
"MultiscaleEntropyAUC",
|
9
|
+
]
|
10
|
+
|
11
|
+
from .hurst_exponent import HurstExponent
|
12
|
+
from .range_entropy import RangeEntropy
|
13
|
+
from .range_entropy_auc import RangeEntropyAUC
|
14
|
+
from .perm_entropy import PermEntropy
|
15
|
+
from .weighted_perm_entropy import WeightedPermEntropy
|
16
|
+
from .sample_entropy import SampleEntropy
|
17
|
+
from .multiscale_entropy_auc import MultiscaleEntropyAUC
|
File without changes
|
@@ -3,8 +3,7 @@
|
|
3
3
|
# Authors: Federico Raimondo <f.raimondo@fz-juelich.de>
|
4
4
|
# License: AGPL
|
5
5
|
|
6
|
-
|
7
|
-
from .falff_spheres import ALFFSpheres
|
6
|
+
import lazy_loader as lazy
|
8
7
|
|
9
8
|
|
10
|
-
__all__ =
|
9
|
+
__getattr__, __dir__, __all__ = lazy.attach_stub(__name__, __file__)
|
File without changes
|
@@ -3,17 +3,7 @@
|
|
3
3
|
# Authors: Synchon Mandal <s.mandal@fz-juelich.de>
|
4
4
|
# License: AGPL
|
5
5
|
|
6
|
-
|
7
|
-
from .functional_connectivity_spheres import FunctionalConnectivitySpheres
|
8
|
-
from .crossparcellation_functional_connectivity import CrossParcellationFC
|
9
|
-
from .edge_functional_connectivity_parcels import EdgeCentricFCParcels
|
10
|
-
from .edge_functional_connectivity_spheres import EdgeCentricFCSpheres
|
6
|
+
import lazy_loader as lazy
|
11
7
|
|
12
8
|
|
13
|
-
__all__ =
|
14
|
-
"FunctionalConnectivityParcels",
|
15
|
-
"FunctionalConnectivitySpheres",
|
16
|
-
"CrossParcellationFC",
|
17
|
-
"EdgeCentricFCParcels",
|
18
|
-
"EdgeCentricFCSpheres",
|
19
|
-
]
|
9
|
+
__getattr__, __dir__, __all__ = lazy.attach_stub(__name__, __file__)
|
@@ -0,0 +1,13 @@
|
|
1
|
+
__all__ = [
|
2
|
+
"FunctionalConnectivityParcels",
|
3
|
+
"FunctionalConnectivitySpheres",
|
4
|
+
"CrossParcellationFC",
|
5
|
+
"EdgeCentricFCParcels",
|
6
|
+
"EdgeCentricFCSpheres",
|
7
|
+
]
|
8
|
+
|
9
|
+
from .functional_connectivity_parcels import FunctionalConnectivityParcels
|
10
|
+
from .functional_connectivity_spheres import FunctionalConnectivitySpheres
|
11
|
+
from .crossparcellation_functional_connectivity import CrossParcellationFC
|
12
|
+
from .edge_functional_connectivity_parcels import EdgeCentricFCParcels
|
13
|
+
from .edge_functional_connectivity_spheres import EdgeCentricFCSpheres
|
File without changes
|
junifer/markers/py.typed
ADDED
File without changes
|
junifer/markers/reho/__init__.py
CHANGED
@@ -3,8 +3,7 @@
|
|
3
3
|
# Authors: Synchon Mandal <s.mandal@fz-juelich.de>
|
4
4
|
# License: AGPL
|
5
5
|
|
6
|
-
|
7
|
-
from .reho_spheres import ReHoSpheres
|
6
|
+
import lazy_loader as lazy
|
8
7
|
|
9
8
|
|
10
|
-
__all__ =
|
9
|
+
__getattr__, __dir__, __all__ = lazy.attach_stub(__name__, __file__)
|
File without changes
|
@@ -3,8 +3,7 @@
|
|
3
3
|
# Authors: Leonard Sasse <l.sasse@fz-juelich.de>
|
4
4
|
# License: AGPL
|
5
5
|
|
6
|
-
|
7
|
-
from .temporal_snr_spheres import TemporalSNRSpheres
|
6
|
+
import lazy_loader as lazy
|
8
7
|
|
9
8
|
|
10
|
-
__all__ =
|
9
|
+
__getattr__, __dir__, __all__ = lazy.attach_stub(__name__, __file__)
|
File without changes
|
junifer/pipeline/__init__.py
CHANGED
@@ -3,15 +3,7 @@
|
|
3
3
|
# Authors: Synchon Mandal <s.mandal@fz-juelich.de>
|
4
4
|
# License: AGPL
|
5
5
|
|
6
|
-
|
7
|
-
from .pipeline_step_mixin import PipelineStepMixin
|
8
|
-
from .update_meta_mixin import UpdateMetaMixin
|
9
|
-
from .workdir_manager import WorkDirManager
|
6
|
+
import lazy_loader as lazy
|
10
7
|
|
11
8
|
|
12
|
-
__all__ =
|
13
|
-
"registry",
|
14
|
-
"PipelineStepMixin",
|
15
|
-
"UpdateMetaMixin",
|
16
|
-
"WorkDirManager",
|
17
|
-
]
|
9
|
+
__getattr__, __dir__, __all__ = lazy.attach_stub(__name__, __file__)
|
@@ -0,0 +1,13 @@
|
|
1
|
+
__all__ = [
|
2
|
+
"registry",
|
3
|
+
"PipelineStepMixin",
|
4
|
+
"UpdateMetaMixin",
|
5
|
+
"WorkDirManager",
|
6
|
+
"MarkerCollection",
|
7
|
+
]
|
8
|
+
|
9
|
+
from . import registry
|
10
|
+
from .pipeline_step_mixin import PipelineStepMixin
|
11
|
+
from .update_meta_mixin import UpdateMetaMixin
|
12
|
+
from .workdir_manager import WorkDirManager
|
13
|
+
from .marker_collection import MarkerCollection
|
@@ -7,16 +7,16 @@
|
|
7
7
|
from collections import Counter
|
8
8
|
from typing import TYPE_CHECKING, Dict, List, Optional
|
9
9
|
|
10
|
-
from ..datareader
|
11
|
-
from ..markers.base import BaseMarker
|
10
|
+
from ..datareader import DefaultDataReader
|
12
11
|
from ..pipeline import PipelineStepMixin, WorkDirManager
|
13
|
-
from ..preprocess.base import BasePreprocessor
|
14
|
-
from ..storage.base import BaseFeatureStorage
|
15
12
|
from ..utils import logger, raise_error
|
16
13
|
|
17
14
|
|
18
15
|
if TYPE_CHECKING:
|
19
16
|
from junifer.datagrabber import BaseDataGrabber
|
17
|
+
from junifer.markers import BaseMarker
|
18
|
+
from junifer.preprocess import BasePreprocessor
|
19
|
+
from junifer.storage import BaseFeatureStorage
|
20
20
|
|
21
21
|
|
22
22
|
__all__ = ["MarkerCollection"]
|
@@ -45,10 +45,10 @@ class MarkerCollection:
|
|
45
45
|
|
46
46
|
def __init__(
|
47
47
|
self,
|
48
|
-
markers: List[BaseMarker],
|
48
|
+
markers: List["BaseMarker"],
|
49
49
|
datareader: Optional[PipelineStepMixin] = None,
|
50
|
-
preprocessors: Optional[List[BasePreprocessor]] = None,
|
51
|
-
storage: Optional[BaseFeatureStorage] = None,
|
50
|
+
preprocessors: Optional[List["BasePreprocessor"]] = None,
|
51
|
+
storage: Optional["BaseFeatureStorage"] = None,
|
52
52
|
):
|
53
53
|
# Check that the markers have different names
|
54
54
|
marker_names = [m.name for m in markers]
|
File without changes
|
junifer/pipeline/registry.py
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
# Synchon Mandal <s.mandal@fz-juelich.de>
|
6
6
|
# License: AGPL
|
7
7
|
|
8
|
+
import importlib
|
8
9
|
from typing import TYPE_CHECKING, Dict, List, Optional, Union
|
9
10
|
|
10
11
|
from ..utils.logging import logger, raise_error
|
@@ -28,8 +29,64 @@ _VALID_STEPS: List[str] = [
|
|
28
29
|
"storage",
|
29
30
|
]
|
30
31
|
|
32
|
+
# Step to sub-package mapping
|
33
|
+
_STEP_TO_SUBPKG_MAPPINGS = {
|
34
|
+
"datagrabber": "datagrabber",
|
35
|
+
"datareader": "datareader",
|
36
|
+
"preprocessing": "preprocess",
|
37
|
+
"marker": "markers",
|
38
|
+
"storage": "storage",
|
39
|
+
}
|
40
|
+
|
31
41
|
# Define registry for valid steps
|
32
|
-
_REGISTRY: Dict[str, Dict[str, type]] = {
|
42
|
+
_REGISTRY: Dict[str, Dict[str, Union[str, type]]] = {
|
43
|
+
"datagrabber": {
|
44
|
+
"HCP1200": "HCP1200",
|
45
|
+
"BaseDataGrabber": "BaseDataGrabber",
|
46
|
+
"DataladAOMICID1000": "DataladAOMICID1000",
|
47
|
+
"DataladAOMICPIOP1": "DataladAOMICPIOP1",
|
48
|
+
"DataladAOMICPIOP2": "DataladAOMICPIOP2",
|
49
|
+
"DataladDataGrabber": "DataladDataGrabber",
|
50
|
+
"DataladHCP1200": "DataladHCP1200",
|
51
|
+
"DMCC13Benchmark": "DMCC13Benchmark",
|
52
|
+
"MultipleDataGrabber": "MultipleDataGrabber",
|
53
|
+
"PatternDataGrabber": "PatternDataGrabber",
|
54
|
+
"PatternDataladDataGrabber": "PatternDataladDataGrabber",
|
55
|
+
},
|
56
|
+
"datareader": {
|
57
|
+
"DefaultDataReader": "DefaultDataReader",
|
58
|
+
},
|
59
|
+
"preprocessing": {
|
60
|
+
"BasePreprocessor": "BasePreprocessor",
|
61
|
+
"Smoothing": "Smoothing",
|
62
|
+
"SpaceWarper": "SpaceWarper",
|
63
|
+
"fMRIPrepConfoundRemove": "fMRIPrepConfoundRemove",
|
64
|
+
},
|
65
|
+
"marker": {
|
66
|
+
"ALFFParcels": "ALFFParcels",
|
67
|
+
"ALFFSpheres": "ALFFSpheres",
|
68
|
+
"BaseMarker": "BaseMarker",
|
69
|
+
"BrainPrint": "BrainPrint",
|
70
|
+
"CrossParcellationFC": "CrossParcellationFC",
|
71
|
+
"EdgeCentricFCParcels": "EdgeCentricFCParcels",
|
72
|
+
"EdgeCentricFCSpheres": "EdgeCentricFCSpheres",
|
73
|
+
"FunctionalConnectivityParcels": "FunctionalConnectivityParcels",
|
74
|
+
"FunctionalConnectivitySpheres": "FunctionalConnectivitySpheres",
|
75
|
+
"ParcelAggregation": "ParcelAggregation",
|
76
|
+
"ReHoParcels": "ReHoParcels",
|
77
|
+
"ReHoSpheres": "ReHoSpheres",
|
78
|
+
"RSSETSMarker": "RSSETSMarker",
|
79
|
+
"SphereAggregation": "SphereAggregation",
|
80
|
+
"TemporalSNRParcels": "TemporalSNRParcels",
|
81
|
+
"TemporalSNRSpheres": "TemporalSNRSpheres",
|
82
|
+
},
|
83
|
+
"storage": {
|
84
|
+
"BaseFeatureStorage": "BaseFeatureStorage",
|
85
|
+
"HDF5FeatureStorage": "HDF5FeatureStorage",
|
86
|
+
"PandasBaseFeatureStorage": "PandasBaseFeatureStorage",
|
87
|
+
"SQLiteFeatureStorage": "SQLiteFeatureStorage",
|
88
|
+
},
|
89
|
+
}
|
33
90
|
|
34
91
|
|
35
92
|
def register(step: str, name: str, klass: type) -> None:
|
@@ -112,7 +169,18 @@ def get_class(step: str, name: str) -> type:
|
|
112
169
|
if name not in _REGISTRY[step]:
|
113
170
|
raise_error(msg=f"Invalid name: {name}", klass=ValueError)
|
114
171
|
|
115
|
-
|
172
|
+
# Check if first-time import, then import it
|
173
|
+
if isinstance(_REGISTRY[step][name], str):
|
174
|
+
klass = getattr(
|
175
|
+
importlib.import_module(
|
176
|
+
f"junifer.{_STEP_TO_SUBPKG_MAPPINGS[step]}"
|
177
|
+
),
|
178
|
+
name,
|
179
|
+
)
|
180
|
+
else:
|
181
|
+
klass = _REGISTRY[step][name]
|
182
|
+
|
183
|
+
return klass
|
116
184
|
|
117
185
|
|
118
186
|
def build(
|
@@ -1,4 +1,4 @@
|
|
1
|
-
"""Provide tests for
|
1
|
+
"""Provide tests for MarkerCollection."""
|
2
2
|
|
3
3
|
# Authors: Federico Raimondo <f.raimondo@fz-juelich.de>
|
4
4
|
# Synchon Mandal <s.mandal@fz-juelich.de>
|
@@ -12,10 +12,9 @@ from numpy.testing import assert_array_equal
|
|
12
12
|
from junifer.datareader.default import DefaultDataReader
|
13
13
|
from junifer.markers import (
|
14
14
|
FunctionalConnectivityParcels,
|
15
|
-
MarkerCollection,
|
16
15
|
ParcelAggregation,
|
17
16
|
)
|
18
|
-
from junifer.pipeline import PipelineStepMixin
|
17
|
+
from junifer.pipeline import MarkerCollection, PipelineStepMixin
|
19
18
|
from junifer.preprocess import fMRIPrepConfoundRemover
|
20
19
|
from junifer.storage import SQLiteFeatureStorage
|
21
20
|
from junifer.testing.datagrabbers import (
|
junifer/preprocess/__init__.py
CHANGED
@@ -5,15 +5,7 @@
|
|
5
5
|
# Synchon Mandal <s.mandal@fz-juelich.de>
|
6
6
|
# License: AGPL
|
7
7
|
|
8
|
-
|
9
|
-
from .confounds import fMRIPrepConfoundRemover
|
10
|
-
from .warping import SpaceWarper
|
11
|
-
from .smoothing import Smoothing
|
8
|
+
import lazy_loader as lazy
|
12
9
|
|
13
10
|
|
14
|
-
__all__ =
|
15
|
-
"BasePreprocessor",
|
16
|
-
"fMRIPrepConfoundRemover",
|
17
|
-
"SpaceWarper",
|
18
|
-
"Smoothing",
|
19
|
-
]
|
11
|
+
__getattr__, __dir__, __all__ = lazy.attach_stub(__name__, __file__)
|
@@ -4,7 +4,7 @@
|
|
4
4
|
# Leonard Sasse <l.sasse@fz-juelich.de>
|
5
5
|
# License: AGPL
|
6
6
|
|
7
|
-
|
7
|
+
import lazy_loader as lazy
|
8
8
|
|
9
9
|
|
10
|
-
__all__ =
|
10
|
+
__getattr__, __dir__, __all__ = lazy.attach_stub(__name__, __file__)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
junifer/py.typed
ADDED
File without changes
|
junifer/storage/__init__.py
CHANGED
@@ -4,15 +4,7 @@
|
|
4
4
|
# Synchon Mandal <s.mandal@fz-juelich.de>
|
5
5
|
# License: AGPL
|
6
6
|
|
7
|
-
|
8
|
-
from .pandas_base import PandasBaseFeatureStorage
|
9
|
-
from .sqlite import SQLiteFeatureStorage
|
10
|
-
from .hdf5 import HDF5FeatureStorage
|
7
|
+
import lazy_loader as lazy
|
11
8
|
|
12
9
|
|
13
|
-
__all__ =
|
14
|
-
"BaseFeatureStorage",
|
15
|
-
"PandasBaseFeatureStorage",
|
16
|
-
"SQLiteFeatureStorage",
|
17
|
-
"HDF5FeatureStorage",
|
18
|
-
]
|
10
|
+
__getattr__, __dir__, __all__ = lazy.attach_stub(__name__, __file__)
|
@@ -0,0 +1,11 @@
|
|
1
|
+
__all__ = [
|
2
|
+
"BaseFeatureStorage",
|
3
|
+
"PandasBaseFeatureStorage",
|
4
|
+
"SQLiteFeatureStorage",
|
5
|
+
"HDF5FeatureStorage",
|
6
|
+
]
|
7
|
+
|
8
|
+
from .base import BaseFeatureStorage
|
9
|
+
from .pandas_base import PandasBaseFeatureStorage
|
10
|
+
from .sqlite import SQLiteFeatureStorage
|
11
|
+
from .hdf5 import HDF5FeatureStorage
|
junifer/storage/py.typed
ADDED
File without changes
|
junifer/testing/__init__.py
CHANGED
@@ -4,8 +4,7 @@
|
|
4
4
|
# Synchon Mandal <s.mandal@fz-juelich.de>
|
5
5
|
# License: AGPL
|
6
6
|
|
7
|
-
|
8
|
-
from .utils import get_testing_data
|
7
|
+
import lazy_loader as lazy
|
9
8
|
|
10
9
|
|
11
|
-
__all__ =
|
10
|
+
__getattr__, __dir__, __all__ = lazy.attach_stub(__name__, __file__)
|
junifer/testing/py.typed
ADDED
File without changes
|
junifer/utils/__init__.py
CHANGED
@@ -4,19 +4,7 @@
|
|
4
4
|
# Synchon Mandal <s.mandal@fz-juelich.de>
|
5
5
|
# License: AGPL
|
6
6
|
|
7
|
-
|
8
|
-
from .logging import configure_logging, logger, raise_error, warn_with_log
|
9
|
-
from .helpers import run_ext_cmd, deep_update
|
10
|
-
from ._yaml import yaml
|
7
|
+
import lazy_loader as lazy
|
11
8
|
|
12
9
|
|
13
|
-
__all__ =
|
14
|
-
"make_executable",
|
15
|
-
"configure_logging",
|
16
|
-
"logger",
|
17
|
-
"raise_error",
|
18
|
-
"warn_with_log",
|
19
|
-
"run_ext_cmd",
|
20
|
-
"deep_update",
|
21
|
-
"yaml",
|
22
|
-
]
|
10
|
+
__getattr__, __dir__, __all__ = lazy.attach_stub(__name__, __file__)
|
@@ -0,0 +1,15 @@
|
|
1
|
+
__all__ = [
|
2
|
+
"make_executable",
|
3
|
+
"configure_logging",
|
4
|
+
"logger",
|
5
|
+
"raise_error",
|
6
|
+
"warn_with_log",
|
7
|
+
"run_ext_cmd",
|
8
|
+
"deep_update",
|
9
|
+
"yaml",
|
10
|
+
]
|
11
|
+
|
12
|
+
from .fs import make_executable
|
13
|
+
from .logging import configure_logging, logger, raise_error, warn_with_log
|
14
|
+
from .helpers import run_ext_cmd, deep_update
|
15
|
+
from ._yaml import yaml
|
junifer/utils/py.typed
ADDED
File without changes
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: junifer
|
3
|
-
Version: 0.0.6.
|
3
|
+
Version: 0.0.6.dev88
|
4
4
|
Summary: JUelich NeuroImaging FEature extractoR
|
5
5
|
Author-email: Fede Raimondo <f.raimondo@fz-juelich.de>, Synchon Mandal <s.mandal@fz-juelich.de>
|
6
6
|
Maintainer-email: Fede Raimondo <f.raimondo@fz-juelich.de>, Synchon Mandal <s.mandal@fz-juelich.de>
|
@@ -42,6 +42,7 @@ Requires-Dist: httpx[http2] ==0.26.0
|
|
42
42
|
Requires-Dist: tqdm ==4.66.1
|
43
43
|
Requires-Dist: templateflow >=23.0.0
|
44
44
|
Requires-Dist: lapy <2.0.0,>=1.0.0
|
45
|
+
Requires-Dist: lazy-loader ==0.4
|
45
46
|
Requires-Dist: importlib-metadata ; python_version < "3.9"
|
46
47
|
Requires-Dist: looseversion ==1.3.0 ; python_version >= "3.12"
|
47
48
|
Provides-Extra: all
|