Libera Utils Documentation#
Version: 2.4.3
Contents:
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://libera-utils.readthedocs.io
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#
pip install libera-utils
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.
Developing Libera Utils#
Libera Utils is versioned formally and released as new features are made available and bugs are fixed. You can find the complete release history on PyPI. Release candidate (rc) versions are also released in order for the SDC Team to test new functionality without breaking downstream code using generous dependency specifications.
We recommend pinning major and minor release versions (e.g. 2.2) as minor releases may contain minor breaking changes. Patch releases will be restricted to bug fixes that do not cause breaking changes to existing APIs.