Metadata-Version: 2.4
Name: pyneuro_analyse
Version: 0.1.14
Summary: Helper routines for stereotypical analysis of Neuroscience data, including Electrophysiological (Patch clamp), Behavioral and Ca-imaging (fiber photometry and single cell) data
Author-email: Denys Osypenko <adenys.osypenko@unil.ch>
Project-URL: Homepage, https://github.com/Mameli-Lab
Project-URL: Issues, https://github.com/Mameli-Lab
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Education
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENCE.txt
Requires-Dist: numpy
Requires-Dist: pandas
Provides-Extra: graphing
Requires-Dist: matplotlib; extra == "graphing"
Requires-Dist: seaborn; extra == "graphing"
Requires-Dist: scipy; extra == "graphing"
Provides-Extra: widgets
Requires-Dist: bokeh; extra == "widgets"
Requires-Dist: jupyter_bokeh; extra == "widgets"
Requires-Dist: matplotlib; extra == "widgets"
Requires-Dist: scipy; extra == "widgets"
Provides-Extra: clustering
Requires-Dist: umap-learn; extra == "clustering"
Requires-Dist: scikit-learn; extra == "clustering"
Provides-Extra: behaviour
Requires-Dist: scipy; extra == "behaviour"
Requires-Dist: scikit-learn; extra == "behaviour"
Requires-Dist: tqdm; extra == "behaviour"
Provides-Extra: all
Requires-Dist: pyneuro_analyse[behaviour,clustering,graphing,widgets]; extra == "all"
Dynamic: license-file

A set of functions to facilitate commonly used analysis routines for electrophysiological, behavioral and fluorescent-imaging data formats.
