Metadata-Version: 2.1
Name: npc-samstim
Version: 0.1.8
Summary: Tools for processing stim data from Sam's DynamicRoutingTask, compatible with data in the cloud.
Author-email: Ben Hardcastle <ben.hardcastle@alleninstitue.org>
License: MIT
Project-URL: Repository, https://github.com/AllenInstitute/npc_samstim
Project-URL: Issues, https://github.com/AllenInstitute/npc_samstim/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: DynamicRoutingTask>=0.1.91
Requires-Dist: npc-ephys>=0.1.1
Requires-Dist: numba>=0.59.0
Requires-Dist: npc-stim>=0.1.1
Requires-Dist: npc-sync>=0.1.3

# npc_samstim

Tools for processing stim data from Sam's DynamicRoutingTask, compatible with data in the cloud.

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

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

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

## Python
```python
>>> import npc_samstim
```

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