Metadata-Version: 2.4
Name: sarkit-assurance
Version: 0.2.0
Summary: Suite of SAR-related assurance tools in Python.
Author-Email: Valkyrie Systems Corporation <info@govsco.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Project-URL: Repository, https://github.com/ValkyrieSystems/sarkit-assurance.git
Project-URL: Bug Tracker, https://github.com/ValkyrieSystems/sarkit-assurance/issues
Project-URL: Changelog, https://github.com/ValkyrieSystems/sarkit-assurance/blob/main/CHANGELOG.md
Requires-Python: >=3.12
Requires-Dist: lxml>=5.1.0
Requires-Dist: numpy>=2.0.0
Requires-Dist: pillow>=12.1.1
Requires-Dist: plotly>=6.5.2
Requires-Dist: pyproj>=3.7.2
Requires-Dist: sarkit>=1.6.0
Requires-Dist: scipy>=1.15.1
Provides-Extra: all
Description-Content-Type: text/markdown

<div align="center">

<img src="https://raw.githubusercontent.com/ValkyrieSystems/sarkit/main/docs/source/_static/sarkit_logo.png" width=200>

[![PyPI - Version](https://img.shields.io/pypi/v/sarkit-assurance)](https://pypi.org/project/sarkit-assurance/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sarkit-assurance)
[![PyPI - License](https://img.shields.io/pypi/l/sarkit-assurance)](./LICENSE)
[![SPEC 0 — Minimum Supported Dependencies](https://img.shields.io/badge/SPEC-0-green?labelColor=%23004811&color=%235CA038)](https://scientific-python.org/specs/spec-0000/)
<br>
[![Tests](https://github.com/ValkyrieSystems/sarkit-assurance/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/ValkyrieSystems/sarkit-assurance/actions/workflows/tests.yml)

</div>

**sarkit-assurance** is a suite of SAR-related assurance tools in Python.

## License
This repository is licensed under the [MIT license](./LICENSE).

A few tips for getting started using [PDM](https://pdm-project.org/en/latest/) are below:


```shell
$ pdm install -G:all  # install SARkit-assurance with optional & dev dependencies
$ pdm run nox  # run lint and tests
```
