Metadata-Version: 1.2
Name: conpagnon
Version: 2.0.3
Summary: Easy Resting State Analysis with Python
Home-page: https://conpagnon.github.io/conpagnon/
Maintainer: Dhaif BEKHA
Maintainer-email: dhaif@dhaifbekha.com
License: new BSD
Download-URL: https://github.com/ConPagnon/conpagnon/archive/v2.0.3.tar.gz
Description: 	.. -*- mode: rst -*-
        
        ConPagnon
        =========
        
        ConPagnon is a Python module designed to facilitate the analysis
        of Resting State data.
        
        It leverages, among others, the `scikit-learn <http://scikit-learn.org>`_ Python toolbox,
        and the `nilearn <http://nilearn.github.io/>`_ Python toolbox. ConPagnon
        also contain numerous utilities for manipulating text data, visualizing
        and plotting results.
        
        Important links
        ===============
        
        - Official source code repo: https://github.com/ConPagnon/conpagnon
        - HTML documentation (stable release): https://conpagnon.github.io/conpagnon/index.html
        
        Dependencies
        ============
        
        The required dependencies to use the software are:
        
        * Python >= 3.5,
        * setuptools
        * Numpy
        * SciPy
        * Scikit-learn
        * Joblib
        * Nibabel
        * PyPDF2
        * Webcolors
        * Seaborn
        * Pandas
        * Statsmodels
        * Psutil
        * Networkx
        * Patsy
        
        Install
        =======
        
        First make sure you have installed all the dependencies listed above.
        Then you can install ConPagnon by running the following command in
        a command prompt::
        
            pip install conpagnon
        
        More detailed instructions are available at
        https://conpagnon.github.io/conpagnon/install.html.
        
        Contributors
        ============
        
        `Dhaif BEKHA`_
        
        .. _Dhaif BEKHA: dhaif@dhaifbekha.com
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
