Metadata-Version: 2.1
Name: miv-os
Version: 0.2.4
Summary: Python software for analysis and computing framework used in MiV project.
Home-page: https://mindinvitro.illinois.edu
License: MIT
Keywords: neuroscience,statistics,data-analysis,electrophysiology,neurophysiology
Author: GazzolaLab
Author-email: skim449@illinois.edu
Requires-Python: >=3.8,<3.11
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Provides-Extra: experiment
Requires-Dist: Pillow (==9.1.1)
Requires-Dist: PyWavelets (>=1.3.0,<2.0.0)
Requires-Dist: Sphinx (>=4.5.0,<5.0.0) ; extra == "docs"
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: elephant (>=0.11.1,<0.12.0)
Requires-Dist: graphviz (>=0.20.1,<0.21.0)
Requires-Dist: h5py (>=3.7.0,<4.0.0)
Requires-Dist: matplotlib (>=3.5.2,<4.0.0)
Requires-Dist: myst-nb (>=0.15.0,<0.16.0) ; extra == "docs"
Requires-Dist: myst-parser (>=0.17.2,<0.18.0) ; extra == "docs"
Requires-Dist: neo (>=0.11.0,<0.12.0)
Requires-Dist: numba (>=0.56.4,<0.57.0)
Requires-Dist: numpy (>=1.23.2,<2.0.0)
Requires-Dist: numpydoc (>=1.4.0,<2.0.0) ; extra == "docs"
Requires-Dist: pandas (>=1.4.2,<2.0.0)
Requires-Dist: pydata-sphinx-theme (>=0.9,<0.13) ; extra == "docs"
Requires-Dist: pyinform (>=0.2.0,<0.3.0)
Requires-Dist: pyserial (>=3.5,<4.0) ; extra == "experiment"
Requires-Dist: pyvis (>=0.2.1,<0.4.0)
Requires-Dist: quantities (>=0.13.0,<0.14.0)
Requires-Dist: readthedocs-sphinx-search (>=0.1.2,<0.2.0) ; extra == "docs"
Requires-Dist: scikit-learn (>=1.1.1,<2.0.0)
Requires-Dist: scipy (>=1.9.1,<2.0.0)
Requires-Dist: seaborn (>=0.11.2,<0.13.0)
Requires-Dist: sphinx-autodoc-typehints (>=1.19.1,<2.0.0) ; extra == "docs"
Requires-Dist: sphinx-copybutton (>=0.5.0,<0.6.0) ; extra == "docs"
Requires-Dist: sphinx-togglebutton (>=0.3.2,<0.4.0) ; extra == "docs"
Requires-Dist: sphinxcontrib-mermaid (>=0.7.1,<0.8.0) ; extra == "docs"
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
Requires-Dist: viziphant (>=0.2.0,<0.3.0)
Project-URL: Documentation, https://miv-os.readthedocs.io
Project-URL: Repository, https://github.com/GazzolaLab/MiV-OS
Description-Content-Type: text/markdown

<div align='center'>
<h1> MiV-OS: Spike Analysis and Computing Framework </h1>

[![License][badge-LICENSE]][link-LICENSE]
[![Release pypi][badge-pypi]][link-pypi]
[![Build Status][badge-CI]][link-CI]
[![Documentation Status][badge-docs-status]][link-docs-status]
[![Downloads][badge-pepy-download-count]][link-pepy-download-count]
[![codecov][badge-codecov]][link-codecov]

</div>

---

Python analysis and computing framework developed for [Mind-in-Vitro(MiV)][link-project-website] project.

## Installation
[![PyPI version][badge-pypi]][link-pypi]

MiV-OS is compatible with Python 3.8+. The easiest way to install is using python installation package (PIP)

~~~bash
$ pip install MiV-OS
~~~

## Documentation
[![Documentation Status][badge-docs-status]][link-docs-status]

Documentation of the package is available [here][link-docs-status]

## Contribution

If you would like to participate, please read our [contribution guideline](CONTRIBUTING.md)

The development of MiV-OS is lead by the [Gazzola Lab][link-lab-website] at the University of Illinois at Urbana-Champaign.

## List of publications and submissions

## Citation

```
@misc{MiV-OS,
  author = {Gazzola Lab},
  title = {MiV-OS: Analysis and Computation Framework on MiV System and Simulator},
  year = {2022},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/GazzolaLab/MiV-OS}},
}
```

We ask that any publications which use MiV-OS package to cite the following papers:

```
```

## Developers ✨
_Names arranged alphabetically_
- Arman Tekinalp
- Andrew Dou
- [Frithjof Gressmann](https://github.com/frthjf)
- Gaurav Upadhyay
- [Seung Hyun Kim](https://github.com/skim0119)

[//]: # (Collection of URLs.)

[link-lab-website]: http://mattia-lab.com/
[link-project-website]: https://mindinvitro.illinois.edu/
[link-docs-status]: https://miv-os.readthedocs.io/en/latest/?badge=latest
[link-CI]: https://github.com/GazzolaLab/MiV-OS/actions
[link-LICENSE]: https://opensource.org/licenses/MIT
[link-pypi]: https://badge.fury.io/py/MiV-OS
[link-pepy-download-count]: https://pepy.tech/project/MiV-OS
[link-codecov]: https://codecov.io/gh/GazzolaLab/MiV-OS

[//]: # (Collection of Badges)

[badge-docs-status]: https://readthedocs.org/projects/miv-os/badge/?version=latest
[badge-CI]: https://github.com/GazzolaLab/MiV-OS/workflows/CI/badge.svg
[badge-LICENSE]: https://img.shields.io/badge/License-MIT-yellow.svg
[badge-pypi]: https://badge.fury.io/py/MiV-OS.svg
[badge-pepy-download-count]: https://pepy.tech/badge/MiV-OS
[badge-codecov]: https://codecov.io/gh/GazzolaLab/MiV-OS/branch/main/graph/badge.svg?token=OM5LYWF5KP

