3
d;                 @   s  d Z dZdd Zejdr0e Zer0djeeZdddd	d
dddddddgZdZdZdZ	dZ
dZdZdZdZdZdZdZdZdZdZd Zd!Zd"Zd#ZeZe	Zd$Zd%Zd&Zd"Zd#Zd'Z ej!d(d) Z"ej!d(d* Z#ej$d+d(j!d(d, Z%e&ej$d+d(j!d(d-kpd.ej$d+d(j!d(d] kZ'eZ(d!gZ)d/e d0e d1e
 d2e d3d4e d5e d6e d7e d8e d9e d:e d;d<gZ*d=d>d?d@dAdBgZ+dCgdDdEdFdGdHdIdJgdKgdLdMdDdNdFgdOgdPgdQgdRge+dSgdT
Z,dUdV Z-e-e,j. e,dW< e-dXdY e,j/ D e,dZ< d[Z0d\S )^z This file contains defines parameters for nipy that we use to fill
settings in setup.py, the nipy top-level docstring, and for building the
docs.  In setup.py in particular, we exec this file, so it cannot import nipy
z1.7.1c              C   s   ddl } ddl}y0ddl}| jj| jj| jj|j| jj}W n   | j	 }Y nX | jj|d}| jj
|stdS d}y |jdd||jdj \}}W n tk
r   Y nX |j j jdd	 }|S )
zNipype version as reported by the last commit in git

    Returns
    -------
    None or str
      Version of Nipype according to git.
        Nz.gitzgit describeT)shellcwdstdout-   )os
subprocessnipypepathrealpathjoindirname__file__pardirgetcwdexistsPopenPIPEcommunicate	Exceptiondecodestripsplit)r   r	   r
   ZgitpathZ
gitpathgitvero_ r   -/tmp/pip-build-7vycvbft/nipype/nipype/info.pyget_nipype_gitversion   s&    "r   z-devz{}+{}z+Development Status :: 5 - Production/StablezEnvironment :: Consolez%Intended Audience :: Science/Researchz2License :: OSI Approved :: Apache Software Licensez$Operating System :: MacOS :: MacOS Xz"Operating System :: POSIX :: Linuxz%Programming Language :: Python :: 3.6z%Programming Language :: Python :: 3.7z%Programming Language :: Python :: 3.8z%Programming Language :: Python :: 3.9z&Programming Language :: Python :: 3.10zTopic :: Scientific/Engineeringz>= 3.6z0Neuroimaging in Python: Pipelines and InterfacesaI  ========================================================
NIPYPE: Neuroimaging in Python: Pipelines and Interfaces
========================================================

Current neuroimaging software offer users an incredible opportunity to
analyze data using a variety of different algorithms. However, this has
resulted in a heterogeneous collection of specialized applications
without transparent interoperability or a uniform operating interface.

*Nipype*, an open-source, community-developed initiative under the
umbrella of `NiPy <http://nipy.org>`_, is a Python project that provides a
uniform interface to existing neuroimaging software and facilitates interaction
between these packages within a single workflow. Nipype provides an environment
that encourages interactive exploration of algorithms from different
packages (e.g., AFNI, ANTS, BRAINS, BrainSuite, Camino, FreeSurfer, FSL, MNE,
MRtrix, MNE, Nipy, Slicer, SPM), eases the design of workflows within and
between packages, and reduces the learning curve necessary to use different packages. Nipype is creating a collaborative platform for neuroimaging software development in a high-level language and addressing limitations of existing pipeline systems.

*Nipype* allows you to:

* easily interact with tools from different software packages
* combine processing steps from different software packages
* develop new workflows faster by reusing common steps from old ones
* process data faster by running it in parallel on many cores/machines
* make your research easily reproducible
* share your processing workflows with the community
z2.1.0z2.0z1.15.3z0.14z4.6z2.2z0.16.0z3.8.0z1.5.2z5.0.0z6.6.0z1.2.3r
   znipype developerszneuroimaging@python.orgzhttp://nipy.org/nipypez-http://github.com/nipy/nipype/archives/masterzApache License, 2.0zOS Independent.r   r   r         postz	click>=%sznetworkx>=%sznibabel>=%sz	numpy>=%s	packagingzprov>=%sz	pydot>=%szpython-dateutil>=%sz
rdflib>=%sz	scipy>=%szsimplejson>=%sztraits>=%s,!=5.0zfilelock>=3.0.0zetelemetry>=0.2.0Zcodecovz
coverage<5Zpytestz
pytest-covz
pytest-envzpytest-timeoutZdataladZdipyZipythonZ
matplotlibZnbsphinxzsphinx-argparsezsphinx>=2.1.2zsphinxcontrib-apidoc	duecreditZnitimeZnilearnnipyzpsutil>=5.0zpybids>=0.7.0ZblackZparamikoxvfbwrapper)
datadocr%   r&   ZprofilerZpybidsspecssshtestsr'   c             C   s   t tt| g S )N)listsetsum)iterabler   r   r   _list_union   s    r1   allc             c   s   | ]\}}|dkr|V  qdS )r)   r,   r*   N)r)   r,   r*   r   ).0keyvalr   r   r   	<genexpr>   s    r6   devZstableNr   )1__doc____version__r   endswithZ
gitversionformatZCLASSIFIERSZPYTHON_REQUIRESdescriptionlong_descriptionZNIBABEL_MIN_VERSIONZNETWORKX_MIN_VERSIONZNUMPY_MIN_VERSIONZSCIPY_MIN_VERSIONZTRAITS_MIN_VERSIONZDATEUTIL_MIN_VERSIONZFUTURE_MIN_VERSIONZSIMPLEJSON_MIN_VERSIONZPROV_VERSIONZRDFLIB_MIN_VERSIONZCLICK_MIN_VERSIONZPYDOT_MIN_VERSIONNAMEZ
MAINTAINERZMAINTAINER_EMAILZDESCRIPTIONZLONG_DESCRIPTIONURLZDOWNLOAD_URLLICENSEZAUTHORZAUTHOR_EMAILZ	PLATFORMSr   ZMAJORZMINORreplaceZMICROlenZ	ISRELEASEVERSIONZPROVIDESZREQUIRESZTESTS_REQUIRESZEXTRA_REQUIRESr1   valuesitemsZSTATUSr   r   r   r   <module>   s   "
"
