Metadata-Version: 2.1
Name: macpie
Version: 0.4.0
Summary: A Python library and command line tool for clinical research data analysis.
Home-page: https://github.com/UCSFMemoryAndAging/macpie
Maintainer: Regents of the University of California
Maintainer-email: albert.lee2@ucsf.edu
License: BSD-2-Clause
Project-URL: Code, https://github.com/UCSFMemoryAndAging/macpie
Description: MACPie
        ======
        
        MACPie is an open source Python library and command line tool designed for clinical research.
        The library provides useful data structures to represent typical clinical research data,
        and powerful functions to analyze, query, and link such data.
        The command line tool provides access to the power of the library through commands 
        you type in at your terminal or console, allowing you to analyze or link data contained in 
        your local Excel/CSV files.
        
        MACPie was created at the `UCSF Memory and Aging Center <https://memory.ucsf.edu/>`_, 
        a dynamic multidisciplinary clinical research program investigating neurodegenerative diseases.
        
        
        Links
        -----
        
        * Documentation: https://macpie.readthedocs.io/en/latest/
        * Releases: https://pypi.org/project/macpie/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: dotenv
Provides-Extra: mpsql
Provides-Extra: mpfile
