Pepperpy Poetry Plugin

PyPI version License

A Poetry plugin for managing shared configurations and templates across multiple Python projects.

Features

  • Shared configuration management with pepperpy.toml

  • Template system with inheritance support

  • Environment variable management with validation

  • Smart configuration caching

  • CLI commands for project management

Installation

You can install the plugin using pip:

pip install pepperpy-poetry

Or using Poetry’s plugin manager:

poetry self add pepperpy-poetry

Usage

List available templates:

poetry pepperpy update-deps

Initialize a new project with a template:

poetry pepperpy generate-config

Build and serve documentation:

poetry pepperpy docs --serve

Contents

API Reference

Indices and tables