pydra-nipype1


Namepydra-nipype1 JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryTools for importing nipype 1.x interfaces into Pydra
upload_time2024-03-23 02:00:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords pydra nipype
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Nipype 1 Tasks for Pydra

[![PyPI version](https://badge.fury.io/py/pydra-nipype1.svg)](https://badge.fury.io/py/pydra-nipype1)
[![github](https://github.com/nipype/pydra-nipype1/actions/workflows/pythonpackage.yml/badge.svg)](https://github.com/nipype/pydra-nipype1/actions/workflows/pythonpackage.yml)
[![codecov](https://codecov.io/gh/nipype/pydra-nipype1/branch/main/graph/badge.svg?token=WP83ZHM410)](https://codecov.io/gh/nipype/pydra-nipype1)

[Pydra](https://nipype.github.io/pydra/) is a redesign of the Nipype dataflow
engine, and the core of the emerging
[Nipype 2 ecosystem](https://github.com/nipype).

This is a task package, a set of Pydra Tasks that inhabits the
`pydra.tasks.*` namespace, to ease wrapping Nipype 1 Interfaces.

Additional tools for migrating from Nipype 1 to Pydra may find their home here.

## Installation

```
pip install pydra-nipype1
```

## Usage

```
from pydra.tasks.nipype1.utils import Nipype1Task
from nipype.interfaces import fsl

thresh = Nipype1Task(fsl.Threshold())
res = thresh(in_file=fname, thresh=0.5)
```

## For developers

Install repo in developer mode from the source directory. It is also useful to
install pre-commit to take care of styling via black:

```
pip install -e .[dev]
pre-commit install
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pydra-nipype1",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Nipype developers <neuroimaging@python.org>",
    "keywords": "pydra, nipype",
    "author": null,
    "author_email": "Chris Markiewicz <markiewicz@stanford.edu>",
    "download_url": "https://files.pythonhosted.org/packages/9b/7c/3dde9885d5961bf692223068861c8c2afaea818a36169c493db0906d3188/pydra_nipype1-0.3.0.tar.gz",
    "platform": null,
    "description": "# Nipype 1 Tasks for Pydra\n\n[![PyPI version](https://badge.fury.io/py/pydra-nipype1.svg)](https://badge.fury.io/py/pydra-nipype1)\n[![github](https://github.com/nipype/pydra-nipype1/actions/workflows/pythonpackage.yml/badge.svg)](https://github.com/nipype/pydra-nipype1/actions/workflows/pythonpackage.yml)\n[![codecov](https://codecov.io/gh/nipype/pydra-nipype1/branch/main/graph/badge.svg?token=WP83ZHM410)](https://codecov.io/gh/nipype/pydra-nipype1)\n\n[Pydra](https://nipype.github.io/pydra/) is a redesign of the Nipype dataflow\nengine, and the core of the emerging\n[Nipype 2 ecosystem](https://github.com/nipype).\n\nThis is a task package, a set of Pydra Tasks that inhabits the\n`pydra.tasks.*` namespace, to ease wrapping Nipype 1 Interfaces.\n\nAdditional tools for migrating from Nipype 1 to Pydra may find their home here.\n\n## Installation\n\n```\npip install pydra-nipype1\n```\n\n## Usage\n\n```\nfrom pydra.tasks.nipype1.utils import Nipype1Task\nfrom nipype.interfaces import fsl\n\nthresh = Nipype1Task(fsl.Threshold())\nres = thresh(in_file=fname, thresh=0.5)\n```\n\n## For developers\n\nInstall repo in developer mode from the source directory. It is also useful to\ninstall pre-commit to take care of styling via black:\n\n```\npip install -e .[dev]\npre-commit install\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Tools for importing nipype 1.x interfaces into Pydra",
    "version": "0.3.0",
    "project_urls": {
        "homepage": "https://github.com/nipype/pydra-nipype1",
        "repository": "https://github.com/nipype/pydra-nipype1"
    },
    "split_keywords": [
        "pydra",
        " nipype"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e87545806d905bcfed22c91a8b352a854c1883123d5408a599cef800c4523a02",
                "md5": "e5ee1540ddb7d417b46f22204582740b",
                "sha256": "884714184bbb13438c2ffda7b04b6ecc48deccddef9a5faf7cf2b770226ca0e0"
            },
            "downloads": -1,
            "filename": "pydra_nipype1-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5ee1540ddb7d417b46f22204582740b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8955,
            "upload_time": "2024-03-23T02:00:28",
            "upload_time_iso_8601": "2024-03-23T02:00:28.753498Z",
            "url": "https://files.pythonhosted.org/packages/e8/75/45806d905bcfed22c91a8b352a854c1883123d5408a599cef800c4523a02/pydra_nipype1-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b7c3dde9885d5961bf692223068861c8c2afaea818a36169c493db0906d3188",
                "md5": "43033aea4434862e24f34dcdcfa876d3",
                "sha256": "d2dd658c1eb82600bc831534e4590bc49c7645cba41671a24e0d06e943276051"
            },
            "downloads": -1,
            "filename": "pydra_nipype1-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "43033aea4434862e24f34dcdcfa876d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7372,
            "upload_time": "2024-03-23T02:00:30",
            "upload_time_iso_8601": "2024-03-23T02:00:30.523167Z",
            "url": "https://files.pythonhosted.org/packages/9b/7c/3dde9885d5961bf692223068861c8c2afaea818a36169c493db0906d3188/pydra_nipype1-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-23 02:00:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nipype",
    "github_project": "pydra-nipype1",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "pydra-nipype1"
}
        
Elapsed time: 3.51195s