Metadata-Version: 2.1
Name: ninst
Version: 0.9.0
Summary: NiftyPET Installation tools
Home-page: https://github.com/NiftyPET/NInst
Author: Casper da Costa-Luis
Author-email: casper.dcl@physics.org
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Environment :: GPU
Classifier: Environment :: GPU :: NVIDIA CUDA
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
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 :: 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
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: tqdm (>=4.40.0)
Requires-Dist: miutil[cuda,web] (>=0.7.0)
Provides-Extra: dev
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-timeout ; extra == 'dev'
Requires-Dist: pytest-xdist ; extra == 'dev'
Requires-Dist: codecov ; extra == 'dev'

==================================
NInst: NiftyPET Installation Tools
==================================

|Docs| |Version| |Py-Versions| |Tests| |Coverage|

``ninst`` is a stand-alone Python sub-package of NiftyPET_, dedicated to helping with installation of other sub-packages. Although it is an essential part of NiftyPET_ packaging, ``ninst`` could be used in other projects.

.. _NiftyPET: https://github.com/NiftyPET/NiftyPET

**Documentation with installation manual and tutorials**: https://niftypet.readthedocs.io/

Install
~~~~~~~

.. code:: sh

    pip install ninst

Note that installation prompts for setting the path to ``NiftyPET_tools``.
This can be avoided by setting the environment variables ``PATHTOOLS``.
It's also recommended (but not required) to use `conda`.

.. code:: sh

    # optional (Linux syntax) to avoid prompts
    export PATHTOOLS=$HOME/NiftyPET_tools
    # cross-platform install
    conda install -c conda-forge python=3
    pip install ninst

Licence
~~~~~~~

|Licence|

Copyright 2018-21

- `Casper O. da Costa-Luis <https://github.com/casperdcl>`__ @ King's College London
- `Pawel J. Markiewicz <https://github.com/pjmark>`__ @ University College London
- `Contributors <https://github.com/NiftyPET/NInst/graphs/contributors>`__

.. |Docs| image:: https://readthedocs.org/projects/niftypet/badge/?version=latest
   :target: https://niftypet.readthedocs.io/en/latest/?badge=latest
.. |Licence| image:: https://img.shields.io/pypi/l/ninst.svg?label=licence
   :target: https://raw.githubusercontent.com/NiftyPET/NInst/master/LICENCE
.. |Tests| image:: https://img.shields.io/github/workflow/status/NiftyPET/NInst/Test?logo=GitHub
   :target: https://github.com/NiftyPET/NInst/actions
.. |Coverage| image:: https://codecov.io/gh/NiftyPET/NInst/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/NiftyPET/NInst
.. |Version| image:: https://img.shields.io/pypi/v/ninst.svg?logo=python&logoColor=white
   :target: https://github.com/NiftyPET/NInst/releases
.. |Py-Versions| image:: https://img.shields.io/pypi/pyversions/ninst.svg?logo=python&logoColor=white
   :target: https://pypi.org/project/ninst


