Metadata-Version: 2.4
Name: libera_utils
Version: 4.0.0
Summary: Utility package for Libera Science Data Processing and the Libera Science Data Center. Copyright 2022 University of Colorado.
License: BSD-3-Clause
License-File: LICENSE.txt
Keywords: libera,earth science,radiation budget,lasp,university of colorado
Author: Stephane Beland
Maintainer: Gavin Medley
Requires-Python: >=3.11,<4
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Requires-Dist: botocore
Requires-Dist: cloudpathlib[s3] (>=0.14.0,<1.0)
Requires-Dist: docker (>=7.1.0,<8)
Requires-Dist: h5netcdf (>=1.0.0)
Requires-Dist: h5py (>=3.3)
Requires-Dist: importlib-metadata (>=4.8.1,<5)
Requires-Dist: lasp-curryer (>=0.1.0,<1.0)
Requires-Dist: numpy (>=1.21)
Requires-Dist: pydantic (>2.0.3)
Requires-Dist: python-ulid (>=2.4.0,<3)
Requires-Dist: pyyaml (>=6.0.2,<7)
Requires-Dist: requests (>=2.27.0,<3.0)
Requires-Dist: setuptools (>=69.0.0)
Requires-Dist: space-packet-parser (==6.0.0)
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)
Project-URL: Documentation, https://libera-utils.readthedocs.io
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.

