Metadata-Version: 2.1
Name: flacarray
Version: 0.3.2
Summary: FLAC Compression of Arrays
Maintainer-Email: Theodore Kisner <tskisner.public@gmail.com>
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Project-URL: Documentation, https://hpc4cmb.github.io/flacarray/
Project-URL: Source, https://github.com/hpc4cmb/flacarray/
Project-URL: Issue Tracker, https://github.com/hpc4cmb/flacarray/issues
Requires-Python: >=3.9
Requires-Dist: numpy
Description-Content-Type: text/markdown

# FLACArray

[![Test Suite](https://github.com/hpc4cmb/flacarray/actions/workflows/test.yml/badge.svg)](https://github.com/hpc4cmb/flacarray/actions/workflows/test.yml)

Tools for FLAC compression of numpy arrays in memory and support for several
on-disk formats. This is intended for use with raw numerical data rather than
audio formats.

## Documentation

[See the full documentation here](https://hpc4cmb.github.io/flacarray).
