Metadata-Version: 2.1
Name: pydra-petpvc
Version: 0.0.3
Summary: Pydra tasks for PETPVC
Project-URL: Documentation, https://github.com/ghisvail/pydra-petpvc#readme
Project-URL: Issues, https://github.com/ghisvail/pydra-petpvc/issues
Project-URL: Source, https://github.com/ghisvail/pydra-petpvc
Author-email: Ghislain Vaillant <ghislain.vaillant@icm-institute.org>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: pet,petpvc,pvc,pydra
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Requires-Dist: attrs>=22.1
Requires-Dist: pydra>=0.22
Description-Content-Type: text/markdown

# pydra-petpvc

[![PyPI - Version][pypi-version]][pypi-project]
[![PyPI - Python Version][pypi-pyversions]][pypi-project]
[![PyPI - Downloads][pypi-downloads]][pypi-project]
![][status-test]

----

Pydra tasks for PETPVC.

[Pydra][pydra] is a dataflow engine which provides
a set of lightweight abstractions for DAG
construction, manipulation, and distributed execution.

[PETPVC][petpvc] is a toolbox for partial volume correction (PVC)
in positron emission tomography (PET).

## Installation

```console
pip install pydra-petpvc
```

A separate installation of PETPVC is required to use this package.
Please review the project's [homepage][petpvc] for installation instructions and licensing information.

An official conda package is available through [conda-forge][petpvc-conda]:

```console
conda install -c conda-forge petpvc
```

## Development

This project is managed with [Hatch][hatch]:

```console
pipx install hatch
```

To run the test suite:

```console
hatch run test
```

To fix linting issues:

```console
hatch run lint:fix
```

## Licensing

This project is distributed under the terms of the [Apache License, Version 2.0][license].

[hatch]: https://hatch.pypa.io/

[license]: https://spdx.org/licenses/Apache-2.0.html

[petpvc]: https://github.com/UCL/PETPVC

[petpvc-conda]: https://anaconda.org/conda-forge/petpvc

[pydra]: https://pydra.readthedocs.io/

[pypi-downloads]: https://static.pepy.tech/badge/pydra-petpvc

[pypi-project]: https://pypi.org/project/pydra-petpvc

[pypi-pyversions]: https://img.shields.io/pypi/pyversions/pydra-petpvc.svg

[pypi-version]: https://img.shields.io/pypi/v/pydra-petpvc.svg

[status-test]: https://github.com/aramis-lab/pydra-petpvc/actions/workflows/test.yaml/badge.svg
