Metadata-Version: 2.1
Name: amypet
Version: 1.6.0
Summary: Amyloid imaging to prevent Alzheimer's Disease
Home-page: https://amypad.eu
Maintainer: Casper da Costa-Luis
Maintainer-email: casper.dcl@physics.org
License: MPL 2.0
Project-URL: Repository, https://github.com/AMYPAD/AmyPET
Project-URL: Changelog, https://github.com/AMYPAD/AmyPET/releases
Project-URL: Documentation, https://github.com/AMYPAD/AmyPET/#AmyPET
Keywords: pet,alzheimers
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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 :: Only
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: Utilities
Provides: amypet
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: dev
Provides-Extra: gui
Provides-Extra: web
Provides-Extra: niftypet
License-File: LICENCE.md

|Logo|

AmyPET
======

Amyloid imaging to prevent Alzheimer's Disease.


Install
-------

Requires Python 3.6 or greater.

.. code:: sh

    pip install amypet

For certain functionality (image trimming & resampling, DICOM to NIfTI converters) it may be required to also `pip install nimpa`.


Usage
-----

.. code:: sh

    amypet.web     # Web UI version
    amypet --help  # CLI version


.. |Logo| image:: https://amypad.eu/wp-content/themes/AMYPAD/images/AMYPAD_Logo.jpg
   :target: https://amypad.eu
