Metadata-Version: 1.1
Name: ndar-backend
Version: 0.1.0
Summary: NDAR back-end tools
Home-page: https://github.com/chaselgrove/ndar/ndar_backend
Author: Christian Haselgrove
Author-email: christian.haselgrove@umassmed.edu
License: BSD license
Description: Back-end tools for NDAR.
        
        This package contains the following scripts:
        
        * store_first_all_results
        * store_recon_all_results
        * store_structural_qa
        
        The following environment variables must be defined for database uploads:
        
        * DB_HOST
        * DB_SERVICE
        * DB_USER
        * DB_PASSWORD
        
        Dependencies
        ============
        
        The upload scripts require cx_Oracle_ to run.
        
        .. _cx_Oracle: http://cx-oracle.sourceforge.net/
        
        NDAR
        ====
        
        NDAR is the `National Database For Autism Research`_.
        
        .. _National Database For Autism Research: http://ndar.nih.gov/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
