File tree Expand file tree Collapse file tree 4 files changed +36
-26
lines changed Expand file tree Collapse file tree 4 files changed +36
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ A Python client to query TemplateFlow
2+ =====================================
3+
4+ |DOI | |CircleCI | |Build Status | |Pypi |
5+
6+ Group inference and reporting of neuroimaging studies require that
7+ individual’s features are spatially aligned into a common frame where
8+ their location can be called standard. To that end, a multiplicity of
9+ brain templates with anatomical annotations (i.e., atlases) have been
10+ published. However, a centralized resource that allows programmatic
11+ access to templates is lacking. TemplateFlow is a modular,
12+ version-controlled resource that allows researchers to use templates
13+ “off-the-shelf” and share new ones.
14+
15+ .. |DOI | image :: https://zenodo.org/badge/DOI/10.5281/zenodo.2583289.svg
16+ :target: https://doi.org/10.5281/zenodo.2583289
17+ .. |CircleCI | image :: https://circleci.com/gh/templateflow/python-client/tree/master.svg?style=shield
18+ :target: https://circleci.com/gh/templateflow/python-client/tree/master
19+ .. |Build Status | image :: https://travis-ci.org/templateflow/python-client.svg?branch=master
20+ :target: https://travis-ci.org/templateflow/python-client
21+ .. |Pypi | image :: https://img.shields.io/pypi/v/templateflow.svg
22+ :target: https://pypi.python.org/pypi/templateflow/
Original file line number Diff line number Diff line change 22
33About
44-----
5- .. include :: ../long_description.rst
5+ .. include :: ../README.rst
6+ :start-line: 3
67
78Contents
89--------
Original file line number Diff line number Diff line change 11[metadata]
2- url = https://github.com/poldracklab/templateflow
3- author = The CRN developers
4- 5- maintainer = Oscar Esteban
6- maintainer_email =
[email protected] 7- description = TemplateFlow Python Client - TemplateFlow is the Zone of neuroimaging templates.
8- long_description = file:README.md
9- long_description_content_type = text/markdown; charset=UTF-8
10- license = Apache-2.0
2+ author = Oscar Esteban
113classifiers =
124 Development Status :: 3 - Alpha
135 Intended Audience :: Science/Research
@@ -16,6 +8,17 @@ classifiers =
168 Programming Language :: Python :: 3.6
179 Programming Language :: Python :: 3.7
1810 Programming Language :: Python :: 3.8
11+ description = TemplateFlow Python Client - TemplateFlow is the Zone of neuroimaging templates.
12+ license = Apache-2.0
13+ long_description = file:README.rst
14+ long_description_content_type = text/x-rst; charset=UTF-8
15+ maintainer = The NiPreps developers
16+ maintainer_email =
[email protected] 17+ project_urls =
18+ Documentation = https://www.templateflow.org/python-client/
19+ GitHub = https://github.com/templateflow/python-client
20+ Archive = https://github.com/templateflow/templateflow
21+ url = https://www.templateflow.org
1922
2023[options]
2124python_requires = >= 3.6
You can’t perform that action at this time.
0 commit comments