Metadata-Version: 2.1
Name: npc-utils
Version: 0.1.3
Summary: Collection of MindScope Neuropixels packages, simplifying installation and keeping versions updated.
Author-email: Ben Hardcastle <ben.hardcastle@alleninstitue.org>
License: MIT
Project-URL: Repository, https://github.com/AllenInstitute/npc_utils
Project-URL: Issues, https://github.com/AllenInstitute/npc_utils/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-io >=0.1.22
Requires-Dist: npc-session >=0.1.33
Requires-Dist: npc-lims >=0.1.114
Requires-Dist: npc-sync >=0.1.2
Requires-Dist: npc-mvr >=0.1.1
Requires-Dist: npc-stim >=0.1.1
Requires-Dist: npc-ephys >=0.1.1
Requires-Dist: npc-samstim >=0.1.1

# npc_utils

Collection of MindScope Neuropixels packages, simplifying installation and keeping versions updated.

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

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

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

## Python
```python
>>> import npc_utils
```

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