Metadata-Version: 2.1
Name: miv-os
Version: 0.1.1
Summary: Python software for analysis and computing framework used in MiV project.
Home-page: https://mindinvitro.illinois.edu
License: MIT
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.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: PyWavelets (>=1.3.0,<2.0.0)
Requires-Dist: Sphinx[docs] (>=4.5.0,<5.0.0); extra == "docs"
Requires-Dist: elephant (>=0.11.1,<0.12.0)
Requires-Dist: graphviz (>=0.20,<0.21)
Requires-Dist: matplotlib (>=3.5.2,<4.0.0)
Requires-Dist: myst-nb[docs] (>=0.15.0,<0.16.0); extra == "docs"
Requires-Dist: myst-parser[docs] (>=0.17.2,<0.18.0); extra == "docs"
Requires-Dist: neo (>=0.10.2,<0.11.0)
Requires-Dist: numpy (>=1.22.4,<2.0.0)
Requires-Dist: numpydoc[docs] (>=1.3.1,<2.0.0); extra == "docs"
Requires-Dist: pandas (>=1.4.2,<2.0.0)
Requires-Dist: pyinform (>=0.2.0,<0.3.0)
Requires-Dist: quantities (>=0.13.0,<0.14.0)
Requires-Dist: readthedocs-sphinx-search[docs] (>=0.1.2,<0.2.0); extra == "docs"
Requires-Dist: scikit-learn (>=1.1.1,<2.0.0)
Requires-Dist: scipy (>=1.8.1,<2.0.0)
Requires-Dist: seaborn (>=0.11.2,<0.12.0)
Requires-Dist: sphinx-autodoc-typehints[docs] (>=1.18.1,<2.0.0); extra == "docs"
Requires-Dist: sphinx-book-theme[docs] (>=0.3.2,<0.4.0); extra == "docs"
Requires-Dist: sphinx-copybutton[docs] (>=0.5.0,<0.6.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme[docs] (>=1.0.0,<2.0.0); extra == "docs"
Requires-Dist: sphinx-togglebutton[docs] (>=0.3.1,<0.4.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) 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
- Austin Ellis-Mohr
- [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-docs-status]: https://miv-os.readthedocs.io/en/latest/?badge=latest
[link-CI]: https://github.com/GazzolaLab/MiV-OS/actions
[link-LICENSE]: https://github.com/GazzolaLab/MiV-OS/blob/main/LICENSE
[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/apm/l/atomic-design-ui.svg?style=flat
[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

