Metadata-Version: 2.1
Name: reciprocal
Version: 0.2.0
Summary: A library for building simple interactive console menus for UNIX based systems
Home-page: https://github.com/matias-santurio/reciprocal
Author: Matías Santurio
Author-email: matiassantuu@gmail.com
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0.0

Reciprocal
==========

A library for building simple interactive console menus for UNIX-based systems. It depends on [click](https://github.com/pallets/click) for console utilities.

## Installation

```bash
pip install reciprocal
```

## Examples
See [examples](https://github.com/matias-santurio/reciprocal/tree/main/examples) for some usage examples.
