Metadata-Version: 2.1
Name: pyelectro
Version: 0.2.7
Summary: A Python library for analysis of electrophysiological data
Home-page: https://github.com/NeuralEnsemble/pyelectro
Author: Michael Vella, Padraig Gleeson
Author-email: mv333@cam.ac.uk, p.gleeson@gmail.com
License: BSD-2-clause
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
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: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'

# pyelectro

[![GH Build](https://github.com/NeuralEnsemble/pyelectro/actions/workflows/ci.yml/badge.svg)](https://github.com/NeuralEnsemble/pyelectro/actions/workflows/ci.yml)
[![Documentation Status](https://readthedocs.org/projects/pyelectro/badge/?version=latest)](https://pyelectro.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/pyelectro)](https://pypi.org/project/pyelectro/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyelectro)](https://pypi.org/project/pyelectro/)
[![GitHub](https://img.shields.io/github/license/NeuralEnsemble/pyelectro)](https://github.com/NeuralEnsemble/pyelectro/blob/master/LICENSE)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/NeuralEnsemble/pyelectro)](https://github.com/NeuralEnsemble/pyelectro/pulls)
[![GitHub issues](https://img.shields.io/github/issues/NeuralEnsemble/pyelectro)](https://github.com/NeuralEnsemble/pyelectro/issues)
[![GitHub Org's stars](https://img.shields.io/github/stars/NeuralEnsemble?style=social)](https://github.com/NeuralEnsemble)

Tool for analysis of electrophysiology in Python.

**This package was originally developed by [Mike Vella](https://github.com/vellamike). This has been updated by [Padraig Gleeson](https://github.com/pgleeson) and others (and moved to [NeuralEnsemble](https://github.com/NeuralEnsemble)) to continue development of [pyelectro](https://github.com/NeuralEnsemble/pyelectro) and [Neurotune](https://github.com/NeuralEnsemble/neurotune) for use in [OpenWorm](http://www.openworm.org/), [Open Source Brain](http://opensourcebrain.org/) and other projects**
