Skip to content

Releases: toddysm/regshape

v0.1.0

16 Mar 03:16
7ad88ba

Choose a tag to compare

regshape v0.1.0

Initial release of regshape — a CLI tool and Python library for manipulating artifacts in OCI registries.

Features

  • Manifest operations — get, put, and delete OCI manifests
  • Blob operations — upload, download, and manage blobs
  • Tag management — list and manage repository tags
  • Catalog browsing — list repositories in a registry
  • Referrers API — list referrers for a given manifest digest
  • Registry ping — check registry availability and API version support
  • OCI Image Layout — create and push OCI image layouts to registries
  • Docker Desktop integration — export and push local Docker images to remote registries
  • Flexible authentication — Basic auth, Bearer token, and anonymous access
  • Output formatting — JSON and text output modes with configurable formatting
  • Transport middleware — pluggable middleware pipeline for request/response processing

Installation

pip install regshape

Requirements

  • Python 3.10+