Metadata-Version: 2.1
Name: nltools
Version: 0.5.1
Summary: A Python package to analyze neuroimaging data
Home-page: https://cosanlab.github.io/nltools
Author: Cosan Lab
Author-email: luke.j.chang@dartmouth.edu
License: LICENSE.txt
Keywords: neuroimaging,preprocessing,analysis,machine-learning
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: nibabel >=3.0.1
Requires-Dist: scikit-learn >=0.21.0
Requires-Dist: nilearn >=0.6.0
Requires-Dist: pandas >=1.1.0
Requires-Dist: numpy <1.24
Requires-Dist: seaborn >=0.7.0
Requires-Dist: matplotlib >=2.2.0
Requires-Dist: scipy >=1.7.0
Requires-Dist: pynv
Requires-Dist: joblib >=0.15
Requires-Dist: h5py
Provides-Extra: interactive_plots
Requires-Dist: ipywidgets >=5.2.2 ; extra == 'interactive_plots'

nltools is a collection of python tools to perform preprocessing, univariate GLMs, and predictive multivariate modeling of neuroimaging data. It is the analysis engine powering www.neuro-learn.org.
