Metadata-Version: 2.1
Name: simplyfire
Version: 0.4.2
Summary: Customizable electrophysiology analysis software
Home-page: https://simplyfire.readthedocs.io/
Author: Megumi Mori
License: GNU General Public License v3
Keywords: neuroscience,analysis,electrophysiology,gui-application
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# SimplyFire
A customizable analysis package for electrophysiologists

Read the full manual [here](https://simplyfire-beta.readthedocs.io/).

## .exe Installation

Download the software zip file from the recent [release](https://github.com/megumi-mori/SimplyFire-beta/releases).
You only need to download the zip file.

Extract the contents of the zip file, and locate SimplyFire.exe to run the software.

## Python Installation
If you have Python, you can install and run SimplyFire as a Python module. 

You can install SimplyFire from [PyPI](https://pypi.org/project/simplyfire/) using 
`pip` as follows:


```bash 
pip install simplyfire
```

Once installed, you can run SimplyFire from any directory: 

```bash
py -m simplyfire
```

SimplyFire is mainly a GUI-based software. 
However, the algorithms for analyses can be imported as packages and used in Python scripts. 

## Development

SimplyFire has been written to make electrophysiology analysis straightforward, automatable, and customizable.
Tools are provided to easily create custom plugins. 

Pull-requests for fixes and additions are welcome! 
Details on the development workflow will be available in the future. 

## License
SimplyFire is released under the GPLv3 or later license. 

