Metadata-Version: 2.1
Name: porringer
Version: 0.2.1.dev9
Author-Email: Synodic Software <contact@synodic.software>
License: MIT
Project-URL: homepage, https://github.com/synodic/porringer
Project-URL: repository, https://github.com/synodic/porringer
Requires-Python: >=3.14
Requires-Dist: typer[all]>=0.21.1
Requires-Dist: pydantic>=2.12.5
Requires-Dist: platformdirs>=4.5.1
Requires-Dist: userpath>=1.9.2
Requires-Dist: packaging>=26.0
Requires-Dist: httpx>=0.28.1
Description-Content-Type: text/markdown

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="docs/images/porringer-dark.svg">
    <source media="(prefers-color-scheme: light)" srcset="docs/images/porringer-light.svg">
    <img width=25% alt="Porringer Logo" src="docs/images/porringer-light.svg">
  </picture>
  <br>
  <em>A meta-package manager for all porridges</em>
</p>

# Porringer

A CLI and API that can discover and orchestrate multiple underlying package managers through a plugin system.

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE.md)
[![PyPI version](https://img.shields.io/pypi/v/porringer.svg)](https://pypi.org/project/porringer/)

## Features

## Setup

See [Setup](https://synodic.github.io/porringer/setup) for setup instructions.

## Development

We use [pdm](https://pdm-project.org/en/latest/) as our build system and package manager. Scripts for development tasks are defined in `pyproject.toml` under the `[tool.pdm.scripts]` section.

See [Development](https://synodic.github.io/porringer/development) for additional build, test, and installation instructions.

For contribution guidelines, see [CONTRIBUTING.md](https://github.com/synodic/.github/blob/stable/CONTRIBUTING.md).

## Documentation

## License

This project is licensed under the MIT License — see [LICENSE.md](LICENSE.md) for details.

Copyright © 2025 Synodic Software
