Metadata-Version: 2.4
Name: fileformats-vendor-afni
Version: 0.5.0
Summary: Classes for representing different file formats in Python classes for use in type hinting in data workflows
Project-URL: repository, https://github.com/nipype/pydra-tasks-afni
Author-email: "Thomas G. Close" <tom.g.close@gmail.com>
Maintainer-email: "Thomas G. Close" <tom.g.close@gmail.com>
License:    Copyright 2021 Nipype developers
        
           Licensed under the Apache License, Version 2.0 (the "License");
           you may not use this file except in compliance with the License.
           You may obtain a copy of the License at
        
               http://www.apache.org/licenses/LICENSE-2.0
        
           Unless required by applicable law or agreed to in writing, software
           distributed under the License is distributed on an "AS IS" BASIS,
           WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
           See the License for the specific language governing permissions and
           limitations under the License.
License-File: LICENSE
Keywords: data,file formats
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
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
Requires-Python: >=3.8
Requires-Dist: fileformats-medimage>=0.2
Requires-Dist: fileformats>=0.4
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: codespell; extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: flake8-pyproject; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Provides-Extra: test
Requires-Dist: codecov; extra == 'test'
Requires-Dist: fileformats-vendor-afni-extras; extra == 'test'
Requires-Dist: pytest-cov>=2.12.1; extra == 'test'
Requires-Dist: pytest-env>=0.6.2; extra == 'test'
Requires-Dist: pytest>=6.2.5; extra == 'test'
Description-Content-Type: text/x-rst

How to customise this template
==============================

#. Rename the `related-packages/fileformats/afni` directory to the name of the fileformats subpackage (e.g. `medimage_fsl`)
#. Search and replace "afni" with the name of the fileformats subpackage the extras are to be added
#. Replace name + email placeholders in `pyproject.toml` for developers and maintainers
#. Add the extension file-format classes
#. Ensure that all the extension file-format classes are imported into the extras package root, i.e. `fileformats/afni`
#. Delete these instructions

...

FileFormats Extension - afni
====================================
.. image:: https://github.com/nipype/pydra-afni/actions/workflows/ci-cd.yml/badge.svg
    :target: https://github.com/nipype/pydra-afni/actions/workflows/ci-cd.yml

This is the "afni" extension module for the
`fileformats <https://github.com/ArcanaFramework/fileformats-core>`__ package


Quick Installation
------------------

This extension can be installed for Python 3 using *pip*::

    $ pip3 install fileformats-afni

This will install the core package and any other dependencies

License
-------

This work is licensed under a
`Creative Commons Attribution 4.0 International License <http://creativecommons.org/licenses/by/4.0/>`_

.. image:: https://i.creativecommons.org/l/by/4.0/88x31.png
  :target: http://creativecommons.org/licenses/by/4.0/
  :alt: Creative Commons Attribution 4.0 International License
