Metadata-Version: 2.3
Name: libera_utils
Version: 2.5.2
Summary: Utility package for Libera Science Data Processing and the Libera Science Data Center. Copyright 2022 University of Colorado.
License: BSD-3-Clause
Author: Stephane Beland
Author-email: stephane.beland@lasp.colorado.edu
Maintainer: Gavin Medley
Maintainer-email: gavin.medley@lasp.colorado.edu
Requires-Python: >=3.9,<4
Classifier: License :: OSI Approved :: BSD License
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
Requires-Dist: botocore
Requires-Dist: cloudpathlib[s3] (>=0.14.0,<1.0)
Requires-Dist: docker (>=7.1.0,<8.0.0)
Requires-Dist: h5netcdf (>=1.0.0)
Requires-Dist: h5py (>=3.3)
Requires-Dist: importlib-metadata (>=4.8.1,<5.0.0)
Requires-Dist: numpy (>=1.21)
Requires-Dist: pydantic (>2.0.3)
Requires-Dist: python-ulid (>=2.4.0,<3.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: requests (>=2.27.0,<3.0)
Requires-Dist: setuptools (>=69.0.0)
Requires-Dist: space-packet-parser (==4.1.1)
Requires-Dist: spiceypy (>=5.0.0)
Requires-Dist: urllib3 (<2.0)
Requires-Dist: watchtower (>=3.0.0,<4.0)
Requires-Dist: xarray (>=2023.1.0)
Description-Content-Type: text/markdown

# Libera Science Data Processing Utilities

Libera Utils is a package containing modules that
are commonly used throughout the Libera Science Data Center codebase and processing algorithms. This package is
published on PyPI to support our L2 algorithm developers with standardized code for interacting with our AWS resources
and a consistent API for common tasks required of all developers.

## Documentation

Documentation site, including full API listing: [https://lasp-libera-sdc-libera-utils.readthedocs-hosted.com](https://lasp-libera-sdc-libera-utils.readthedocs-hosted.com)

Additional documentation helpful for Level 2 Algorithm Developers is also available in the Libera SDC Developer Guide. 
Please contact the Libera SDC Team at LASP for access to the Developer Guide.

## Installation

```bash
pip install libera-utils
```

Other suffixed versions such as release candidate versions 
(version strings suffixed with `rc` followed by the candidate number, e.g. `1.2.3rc2`) 
may also be available but are likely to contain bugs.

