simplyfire


Namesimplyfire JSON
Version 0.6.1 PyPI version JSON
download
home_pagehttps://simplyfire.readthedocs.io/
SummaryCustomizable electrophysiology analysis software
upload_time2023-12-01 00:50:19
maintainer
docs_urlNone
authorMegumi Mori, Andrew Rosko
requires_python>=3.8
licenseGNU General Public License v3
keywords neuroscience analysis electrophysiology gui-application
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SimplyFire
A customizable analysis package for electrophysiologists

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

## .exe Installation

Download the software zip file from the recent [release](https://github.com/HaghighiLabBuck/SimplyFire/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. 

            

Raw data

            {
    "_id": null,
    "home_page": "https://simplyfire.readthedocs.io/",
    "name": "simplyfire",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "neuroscience,analysis,electrophysiology,gui-application",
    "author": "Megumi Mori, Andrew Rosko",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b0/1c/4c1110240d7be649279d6acdcd06fd4518d1fbd253057e61fe5ecc032b32/simplyfire-0.6.1.tar.gz",
    "platform": null,
    "description": "# SimplyFire\r\nA customizable analysis package for electrophysiologists\r\n\r\nRead the full manual [here](https://simplyfire.readthedocs.io/).\r\n\r\n## .exe Installation\r\n\r\nDownload the software zip file from the recent [release](https://github.com/HaghighiLabBuck/SimplyFire/releases).\r\nYou only need to download the zip file.\r\n\r\nExtract the contents of the zip file, and locate SimplyFire.exe to run the software.\r\n\r\n## Python Installation\r\nIf you have Python, you can install and run SimplyFire as a Python module. \r\n\r\nYou can install SimplyFire from [PyPI](https://pypi.org/project/simplyfire/) using \r\n`pip` as follows:\r\n\r\n\r\n```bash \r\npip install simplyfire\r\n```\r\n\r\nOnce installed, you can run SimplyFire from any directory: \r\n\r\n```bash\r\npy -m simplyfire\r\n```\r\n\r\nSimplyFire is mainly a GUI-based software. \r\nHowever, the algorithms for analyses can be imported as packages and used in Python scripts. \r\n\r\n## Development\r\n\r\nSimplyFire has been written to make electrophysiology analysis straightforward, automatable, and customizable.\r\nTools are provided to easily create custom plugins. \r\n\r\nPull-requests for fixes and additions are welcome! \r\nDetails on the development workflow will be available in the future. \r\n\r\n## License\r\nSimplyFire is released under the GPLv3 or later license. \r\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3",
    "summary": "Customizable electrophysiology analysis software",
    "version": "0.6.1",
    "project_urls": {
        "Homepage": "https://simplyfire.readthedocs.io/"
    },
    "split_keywords": [
        "neuroscience",
        "analysis",
        "electrophysiology",
        "gui-application"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bbbf1e1f1c865c0ef4cd1fbb2e6dd7c4c60d0a96b12721da143fef1acc39a07",
                "md5": "3d2ef0f6fff4eaa434edb3401147eb7b",
                "sha256": "f08859874945302e84e5fc36ae598d59564833e37e20222003aa5ca4ef59abdc"
            },
            "downloads": -1,
            "filename": "simplyfire-0.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d2ef0f6fff4eaa434edb3401147eb7b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 561717,
            "upload_time": "2023-12-01T00:50:18",
            "upload_time_iso_8601": "2023-12-01T00:50:18.189236Z",
            "url": "https://files.pythonhosted.org/packages/7b/bb/f1e1f1c865c0ef4cd1fbb2e6dd7c4c60d0a96b12721da143fef1acc39a07/simplyfire-0.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b01c4c1110240d7be649279d6acdcd06fd4518d1fbd253057e61fe5ecc032b32",
                "md5": "c6f96668823202368e1419cd9f1f6c82",
                "sha256": "46b55d2c8e8507d30921533f817d8d282652963f270820dda99a86bcf60e71c9"
            },
            "downloads": -1,
            "filename": "simplyfire-0.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c6f96668823202368e1419cd9f1f6c82",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 493652,
            "upload_time": "2023-12-01T00:50:19",
            "upload_time_iso_8601": "2023-12-01T00:50:19.777534Z",
            "url": "https://files.pythonhosted.org/packages/b0/1c/4c1110240d7be649279d6acdcd06fd4518d1fbd253057e61fe5ecc032b32/simplyfire-0.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-01 00:50:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "simplyfire"
}
        
Elapsed time: 0.14564s