Metadata-Version: 2.1
Name: npc-stim
Version: 0.1.5
Summary: Tools for accessing and processing stim data, compatible with data in the cloud.
Author-email: Ben Hardcastle <ben.hardcastle@alleninstitue.org>
License: MIT
Project-URL: Repository, https://github.com/AllenInstitute/npc_stim
Project-URL: Issues, https://github.com/AllenInstitute/npc_stim/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: npc-sync>=0.1.3
Requires-Dist: npc-session>=0.1.33
Requires-Dist: scipy>=1.12.0

# npc_stim

Tools for accessing and processing stim data, compatible with data in the cloud.

[![PyPI](https://img.shields.io/pypi/v/npc_stim.svg?label=PyPI&color=blue)](https://pypi.org/project/npc_stim/)
[![Python version](https://img.shields.io/pypi/pyversions/npc_stim)](https://pypi.org/project/npc_stim/)

[![Coverage](https://img.shields.io/codecov/c/github/AllenInstitute/npc_stim?logo=codecov)](https://app.codecov.io/github/AllenInstitute/npc_stim)
[![CI/CD](https://img.shields.io/github/actions/workflow/status/AllenInstitute/npc_stim/publish.yml?label=CI/CD&logo=github)](https://github.com/AllenInstitute/npc_stim/actions/workflows/publish.yml)
[![GitHub issues](https://img.shields.io/github/issues/AllenInstitute/npc_stim?logo=github)](https://github.com/AllenInstitute/npc_stim/issues)

# Usage
```bash
conda create -n npc_stim python>=3.9
conda activate npc_stim
pip install npc_stim
```

## Python
```python
>>> import npc_stim
```

# Development
See instructions in https://github.com/AllenInstitute/npc_stim/CONTRIBUTING.md and the original template: https://github.com/AllenInstitute/copier-pdm-npc/blob/main/README.md
