Metadata-Version: 2.1
Name: ctapipe-io-nectarcam
Version: 0.1.2
Summary: ctapipe plugin for reading NectarCam files
Author: NectarCAM collaboration
License: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/cta-observatory/ctapipe_io_nectarcam/issues
Project-URL: Source Code, https://github.com/cta-observatory/ctapipe_io_nectarcam
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Requires-Python: ~=3.8
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: tests
Provides-Extra: dev
Provides-Extra: all
License-File: LICENSE.md

[![CI](https://github.com/cta-observatory/ctapipe_io_nectarcam/workflows/CI/badge.svg?branch=master)](https://github.com/cta-observatory/ctapipe_io_nectarcam/actions?query=workflow%3ACI+branch%3Amaster)

EventSource Plugin for ctapipe, able to read NectarCam zfits files
and calibrate them to R1 as needed for ctapipe tools.

To install into an existing environment, just do:
```shell
pip install .
```

For development, create a new environment and run the development install:
```shell
conda env create -n nectar-dev -f environment.yml
conda activate nectar-dev
pip install -e .
```
