Skip to main content
The Recipe Registry Module provides a unified API for publishing, pulling, listing, and searching recipe bundles from both local filesystem and HTTP registries.

Installation

Quick Start

Core Classes

LocalRegistry

Filesystem-based registry with atomic writes and concurrency safety.

Publish a Recipe

Pull a Recipe

List Recipes

Search Recipes

Get Recipe Info

Delete a Recipe Version

HttpRegistry

HTTP client for remote registries with token authentication.

Health Check

All LocalRegistry Methods Available

HttpRegistry supports the same methods as LocalRegistry:

get_registry Factory

Automatically returns the appropriate registry type based on input.

Error Handling

Environment Variables

Starting a Local HTTP Server

Complete Example

See Also