bidsapp-helper


Namebidsapp-helper JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryPython helper package to simplify creation of BIDS apps
upload_time2024-09-14 15:41:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords argparse bids neuroimaging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BIDS-app helper

Helper package to simplify creation of BIDS apps.

## Installation

<!--
Install this package via :

```sh
pip install bidsapp_cli
``` -->

<!-- Or get the newest development version via: -->

Get the newest development version:

```sh
pip install git+https://github.com/kaitj/bidsapp-helper
```

## Quick start

Short tutorial, maybe with a

```Python
from bidsapp_helper.parser import BidsAppArgumentParser

parser = BidsAppArgumentParser(
    app_name="app",
    description="Short description of application"
)
args = parser.parse_args()
```

# Features

- CLI initialization
- Pipeline descriptor

## Links or References

- [BIDS apps](https://bids-apps.neuroimaging.io/about/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bidsapp-helper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "argparse, bids, neuroimaging",
    "author": null,
    "author_email": "Jason Kai <jason.kai@childmind.org>",
    "download_url": "https://files.pythonhosted.org/packages/4f/92/549e97a86cdfbb9047e127632fd5941ace437d8108f4dbd8b53207ff0bb6/bidsapp_helper-0.1.0.tar.gz",
    "platform": null,
    "description": "# BIDS-app helper\n\nHelper package to simplify creation of BIDS apps.\n\n## Installation\n\n<!--\nInstall this package via :\n\n```sh\npip install bidsapp_cli\n``` -->\n\n<!-- Or get the newest development version via: -->\n\nGet the newest development version:\n\n```sh\npip install git+https://github.com/kaitj/bidsapp-helper\n```\n\n## Quick start\n\nShort tutorial, maybe with a\n\n```Python\nfrom bidsapp_helper.parser import BidsAppArgumentParser\n\nparser = BidsAppArgumentParser(\n    app_name=\"app\",\n    description=\"Short description of application\"\n)\nargs = parser.parse_args()\n```\n\n# Features\n\n- CLI initialization\n- Pipeline descriptor\n\n## Links or References\n\n- [BIDS apps](https://bids-apps.neuroimaging.io/about/)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python helper package to simplify creation of BIDS apps",
    "version": "0.1.0",
    "project_urls": {
        "Repository": "https://github.com/kaitj/bidsapp-helper"
    },
    "split_keywords": [
        "argparse",
        " bids",
        " neuroimaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2aea563cb4f7865bb2ead92763703d29535bffe97a1053c74891eb3e96f57f9",
                "md5": "6109f73e582bb87793b1bec2fc76d0b2",
                "sha256": "cec1d6de3339638103261933bc629cee82e39220edaa7ac4444abdfe999bb1e2"
            },
            "downloads": -1,
            "filename": "bidsapp_helper-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6109f73e582bb87793b1bec2fc76d0b2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 5188,
            "upload_time": "2024-09-14T15:41:17",
            "upload_time_iso_8601": "2024-09-14T15:41:17.246203Z",
            "url": "https://files.pythonhosted.org/packages/d2/ae/a563cb4f7865bb2ead92763703d29535bffe97a1053c74891eb3e96f57f9/bidsapp_helper-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f92549e97a86cdfbb9047e127632fd5941ace437d8108f4dbd8b53207ff0bb6",
                "md5": "f6b4d518b781eb695ec35e05c7786bd7",
                "sha256": "3276f26c9039d0bc395fc97cf52d8b963978d8fd32dc7fdbdc6339f26b8283da"
            },
            "downloads": -1,
            "filename": "bidsapp_helper-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f6b4d518b781eb695ec35e05c7786bd7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 28190,
            "upload_time": "2024-09-14T15:41:18",
            "upload_time_iso_8601": "2024-09-14T15:41:18.694379Z",
            "url": "https://files.pythonhosted.org/packages/4f/92/549e97a86cdfbb9047e127632fd5941ace437d8108f4dbd8b53207ff0bb6/bidsapp_helper-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-14 15:41:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kaitj",
    "github_project": "bidsapp-helper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bidsapp-helper"
}
        
Elapsed time: 3.17772s