Metadata-Version: 2.1 Name: amypad-core Version: 0.0.1 Summary: Core utilities for the AMYPAD project Home-page: https://github.com/AMYPAD/amypad-core Maintainer: Casper da Costa-Luis Maintainer-email: casper.dcl@physics.org License: Apache 2.0 Keywords: fMRI,PET,SPECT,EEG,MEG Platform: UNKNOWN Classifier: License :: OSI Approved :: Apache Software License Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Requires-Dist: argparse ; python_version == "2.6" Provides-Extra: dev Requires-Dist: Pygments ; extra == 'dev' Requires-Dist: docutils (>=0.3) ; extra == 'dev' Requires-Dist: flake8 ; 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: black ; (python_version >= "3.0") and extra == 'dev' Provides-Extra: nii Requires-Dist: nibabel ; extra == 'nii' Requires-Dist: numpy ; extra == 'nii' AMYPAD Core =========== |Tests| Basic functionality needed for `AMYPAD `_. Install ------- Intended for inclusion in requirements for other packages. The package name is ``amypad-core``. Options include: - nii To install options and their dependencies, use the package name ``amypad-core[option1,option2]``. .. |Tests| image:: https://img.shields.io/github/workflow/status/AMYPAD/amypad-core/Test :target: https://github.com/AMYPAD/amypad-core/actions