Metadata-Version: 2.4
Name: drbx-kb-metadata-sentinel-1
Version: 1.1.0
Summary: DRB Knowledge-Base metadata descriptor: Sentinel-1 (TTL, auto-loaded)
Author-email: GAEL Systems <drb-python@gael.fr>
License-Expression: LGPL-3.0-or-later
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: drbx-kb-metadata-common>=1.0
Requires-Dist: drbx-kb-topics-sentinel-1-safe>=1.0

# Sentinel-1 metadata

This metadata project contains metadata that describe Sentinel-1 missions.

## Python packaging (pip)

Since drb-testbench#40 phase 1, this repo also ships a Python package,
**`drbx-kb-metadata-sentinel-1`**, mirroring the `drbx-kb-topics-*` pattern: the package ships the repo's
metadata TTLs (the very same files as the Maven resources) and exposes them
through `cortex_paths()` (drb-testbench#15); drb core >= 2.9 merges every file
into the shared topic graph at resolver import. `drb-metadata` (`MetadataAddon`) then works **pip-only, without any
Fuseki service**:

```shell
pip install drbx-kb-metadata-sentinel-1
```

