Metadata-Version: 2.1
Name: BatchTINTV3
Version: 3.0.18
Summary: BatchTINTV3 - GUI created to more efficiently sort Axona/Tint data.
Home-page: https://github.com/HussainiLab/BatchTINTV3.git
Author: Geoffrey Barrett
Author-email: geoffrey.m.barrett@gmail.com
License: UNKNOWN
Description: # BatchTINTV3
        BatchTINT is A GUI created by the Taub Institute in order to create an end-user friendly batch processing solution to complement Axona's new command line modification of TINT.
        
        This GUI will allow the user to define a directory. Within this directory it will be continuously (unless closed) searching for new files to analyze via Tint. The user simply drags a folder containing the appropriate '.set', '.eegx', '.pos', and '.x' tetrode files and the GUI will automatically detect these files and take care of the rest.
        
        # Python Dependencies:
        - BatchTINTV3
        - PyQt5
        - PyQt5-sip
        
        # Requirements
        Since it utilizes PyQt5 as the GUI framework it should be available to a wide variety of Python versions and Operating Systems. However it was only tested on Python 3.7 with Windows 10. I do recommend using the latest version of Python as it makes it easy to download some of these C++ based dependencies. 
        
        # Project Documentation
        - [Installation](https://geba.technology/project/batchtintv3)
        - [User Guide](https://geba.technology/project/batchtintv3-user-guide)
        
        ## Authors
        * **Geoff Barrett** - [Geoffâ€™s GitHub](https://github.com/GeoffBarrett)
        
        ## License
        
        This project is licensed under the GNU  General  Public  License - see the [LICENSE.md](LICENSE.md) file for details
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7 
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) 
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
