Skip to content

Commit a54ae89

Browse files
authored
feat: add stores (#127)
Closes #117 cc @kylebarron, **pyo3-object_store** is pretty tight. Just copied the docs from **async-tiff**.
1 parent c4094d9 commit a54ae89

25 files changed

+284
-181
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
# - windows-latest
3838
steps:
3939
- uses: actions/checkout@v4
40+
with:
41+
submodules: true
4042
- uses: astral-sh/setup-uv@v3
4143
- uses: Swatinem/rust-cache@v2
4244
- name: Install Python version

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "_obstore"]
2+
path = _obstore
3+
url = https://github.com/developmentseed/obstore

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
### Added
9+
10+
- `rustac.store` ([#127](https://github.com/stac-utils/rustac-py/pull/127))
11+
812
## [0.7.2] - 2025-05-05
913

1014
### Fixed

0 commit comments

Comments
 (0)