Metadata-Version: 2.4
Name: trompy
Version: 0.16.0
Summary: A collection of tools for data analysis and plotting that originated in the McCutcheon Lab (UiT, Tromso)
Home-page: https://github.com/mccutcheonlab
Download-URL: https://github.com/mccutcheonlab/trompy/archive/v0.16.0.tar.gz
Author: James E McCutcheon
Author-email: James E McCutcheon <j.mccutcheon@uit.no>
License: MIT
Project-URL: Homepage, https://github.com/mccutcheonlab
Project-URL: Repository, https://github.com/mccutcheonlab/trompy
Keywords: neuroscience,behavior
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: xlrd
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: xlsxwriter
Requires-Dist: tdt
Requires-Dist: openpyxl
Dynamic: author
Dynamic: download-url
Dynamic: home-page
Dynamic: license-file

# trompy

A collection of tools for plotting and data analysis from McCutcheon Lab based at UiT in Tromsø, Norway (hence *trom-py*). We study ingestive behavior and motivation in rodent neuroscience experiments but code may be useful in other settings.
 
Highlights include:
 - ~~GUI for analyzing lick patterns in rodent feeding and drinking experiments~~ [^1]
 - ~~GUI for analyzing fiber photometry data from rodent neuroscience experiments~~
 - Function for plotting bar plots with individual data points
 - Function for reading data files produced by Med Associates behavioral equipment
 - Functions for analyzing patterns of licking in rodent experiments
 - Functions for performing ROC (receiver-operator characteristic) analysis
 
 [^1]: GUIs are now available as separate packages: https://github.com/mccutcheonlab/Lick-Calc-GUI and https://github.com/mccutcheonlab/photogui
 
Code is maintained by James McCutcheon, Dept of Psychology, UiT The Arctic University of Norway.

### Installation
The simplest way to install is via the pip package manager. Briefly, from a terminal run

    pip install trompy
 
Dependencies will be automatically downloaded but are also listed in environment
 
### Previous versions

https://pypi.org/project/trompy/#history

### How to cite this project?

Please email jmc010@uit.no to get instructions on how to properly cite this project.

### Contributing

You are welcome to contribute to the code via pull requests.  Please have a
look at the [NLeSC
guide](https://nlesc.gitbooks.io/guide/content/software/software_overview.html)
for guidelines about software development.
