Metadata-Version: 1.2
Name: adnipy
Version: 0.1.0
Summary: Process ADNI study data with adnipy.
Home-page: https://github.com/mcsitter/adnipy
Author: Maximilian Cosmo Sitter
Author-email: msitter@smail.uni-koeln.de
License: MIT license
Description: ======
        adnipy
        ======
        
        
        .. image:: https://travis-ci.org/mcsitter/adnipy.svg?branch=master
            :target: https://travis-ci.org/mcsitter/adnipy
            :alt: travis build status
        
        .. image:: https://readthedocs.org/projects/adnipy/badge/?version=latest
            :target: https://adnipy.readthedocs.io/en/latest/?badge=latest
            :alt: documentation build status
        
        .. image:: https://img.shields.io/github/license/mcsitter/adnipy
            :target: https://github.com/mcsitter/adnipy/blob/master/LICENSE
            :alt: license
        
        .. image:: https://codecov.io/gh/mcsitter/adnipy/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/mcsitter/adnipy
            :alt: coverage
        
        
        Process ADNI study data with adnipy.
        
        
        Adnipy is a python package designed for working with the `ADNI database`_.
        It also offers some handy tools for file operations.
        
        * Free software: MIT license
        * Documentation: https://adnipy.readthedocs.io
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the
        `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _`ADNI database`: http://adni.loni.usc.edu/
        
        
        =======
        History
        =======
        
        0.0.1 (2019-09-05)
        ------------------
        
        * First release on GitHub.
        * First release on PyPI.
        
        0.1.0 (2019-10-25)
        ------------------
        
        * Improved documentation.
        * Added pandas dataframe class extension for ADNI
        
Keywords: adnipy
Platform: any
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5.0
