Metadata-Version: 2.3
Name: choppera
Version: 0.1.2
Summary: Chopper inverse velocity transport
Project-URL: Documentation, https://github.com/g5t/choppera#readme
Project-URL: Issues, https://github.com/g5t/choppera/issues
Project-URL: Source, https://github.com/g5t/choppera
Author-email: Gregory Tucker <gregory.tucker@ess.eu>
License-Expression: BSD-3-Clause
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: numpy~=2.0
Requires-Dist: polystar>=0.4.1
Requires-Dist: scippnexus~=24.8
Requires-Dist: scipp~=24.8
Requires-Dist: scipy>=1.7.0
Requires-Dist: strictyaml~=1.7
Description-Content-Type: text/markdown

# Choppera

[![PyPI - Version](https://img.shields.io/pypi/v/choppera.svg)](https://pypi.org/project/choppera)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/choppera.svg)](https://pypi.org/project/choppera)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)
- [Development](#development)

## Installation

```console
pip install choppera
```

## License

`choppera` is distributed under the terms of the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) license.

## Development
Building `choppera` is achieved through [hatch](https://hatch.pypa.io/)/`hatchling`.

Testing on supported Python versions can be run via

```console
hatch run test:pytest
```
