Metadata-Version: 2.1
Name: npc-io
Version: 0.1.27
Summary: File IO tools for MindScope Neuropixels projects in the cloud.
Author-email: Ben Hardcastle <ben.hardcastle@alleninstitue.org>
License: MIT
Project-URL: Repository, https://github.com/AllenInstitute/npc_io
Project-URL: Issues, https://github.com/AllenInstitute/npc_io/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: crc32c>=2.3.post0
Requires-Dist: universal-pathlib<0.2.0
Requires-Dist: typing-extensions>=4.9.0
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: s3fs>=2023.12.2
Requires-Dist: boto3==1.28.17

# npc_io

Path, IO and caching tools for MindScope Neuropixels projects, compatible with data in the
cloud.

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

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

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

```python
import npc_io
```

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