Metadata-Version: 2.3
Name: ephysiopandas
Version: 0.1.0
Summary: Add your description here
Author: Robin Hayman
Author-email: Robin Hayman <robin.hayman@gmail.com>
Requires-Dist: ephysiopy>=2.0.61
Requires-Dist: ipython>=9.9.0
Requires-Dist: phylib>=2.7.0
Requires-Dist: statannotations>=0.7.2
Requires-Python: >=3.13
Description-Content-Type: text/markdown

<!-- ABOUT THE PROJECT -->
## About The Project

Mostly this repo is about doing statistical analysis of single unit data recorded with either OpenEphys or 
Axona electrophysiology systems and putting the result in pandas dataframes. It is designed to be used with 
ephysiopy (https://github.com/rhayman/ephysiopy) and pandas (https://pandas.pydata.org/)

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- GETTING STARTED -->
## Getting Started

Clone the repo and install the package with pip or uv.

```sh
git clone https://github.com/rhayman/ephysiopandas.git
cd ephysiopandas
uv pip install -e .
```


### Prerequisites

git
python

### Installation

See the "Getting Started" section above for installation instructions.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

