Metadata-Version: 2.1
Name: neurotune
Version: 0.2.6
Summary: A Python library for optimising neuronal models
Home-page: https://github.com/NeuralEnsemble/neurotune
Author: Michael Vella, Padraig Gleeson
Author-email: mv333@cam.ac.uk, p.gleeson@gmail.com
License: BSD
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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
License-File: AUTHORS
Requires-Dist: scipy
Requires-Dist: inspyred
Requires-Dist: pyelectro

# Neurotune

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

This package provides **Neurotune**, a package for optimizing electical models of excitable cells.

**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**

Full documentation can be found [here](http://neurotune.readthedocs.io/en/latest/).

## Installation

You can install the dependencies using `pip`:

```
pip install -r ./requirements-dev.txt
```

Install Neurotune with the following command:

```
sudo python setup.py install
```

The [CI script](https://github.com/NeuralEnsemble/neurotune/blob/master/.github/workflows/ci.yml) shows the full set of commands for installation & execution of a number of examples.



