Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ target/

#Ipython Notebook
.ipynb_checkpoints

# private Claude context
CLAUDE.local.md
4 changes: 4 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

## Status (July 2026)

Actively maintained: auto-regen CI, OIDC PyPI publishing, consumed by `django-actinia`. One caveat: `UPSTREAM.md` tracks the upstream actinia-core version and says it is updated automatically by the `release-on-actinia` workflow, but its version cell still reads "(not yet regenerated by automation)", so the automated regeneration has not yet run end-to-end; verify before relying on it.

## What this repository is

A Python client SDK for the **actinia** REST API (the GRASS REST API for scalable, distributed geospatial processing). The package name is `actinia_openapi_python_client`.
Expand Down